Color spaces of #fbeedd
RGB | 251 | 238 | 221 |
---|---|---|---|
HSL | 0.09 | 0.79 | 0.93 |
HSV | 34° | 12° | 98° |
CMYK | 0.00 | 0.05 | 0.12 0.02 |
XYZ | 83.4093 | 86.8788 | 80.7797 |
Yxy | 86.8788 | 0.3322 | 0.3460 |
Hunter Lab | 93.2088 | -3.3820 | 13.8623 |
CIE-Lab | 94.6868 | 1.6001 | 9.7843 |
#fbeedd color RGB value is (251,238,221).
#fbeedd hex color red value is 251, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbeedd hue: 0.09 , saturation: 0.79 and the lightness value of fbeedd is 0.93.
The process color (four color CMYK) of #fbeedd color hex is 0.00, 0.05, 0.12, 0.02. Web safe color of #fbeedd is #ffffcc. Color #fbeedd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101110 | 11011101 |
Octal | 373 | 356 | 335 |
Decimal | 251 | 238 | 221 |
Hex | FB | EE | DD |
Shades of #fbeedd
Tints of #fbeedd
RGB Percentages of Color #fbeedd
CMYK Percentages of Color #fbeedd
Complementary Color
#fbeedd | #ddeafb |
#fbeedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbeedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbeedd Color CSS Codes
.mybgcolor {background-color:#fbeedd; } .myforecolor {color:#fbeedd; } .mybordercolor {border:3px solid #fbeedd; }
#fbeedd Text Font Color
<p style="color:#fbeedd">Text here</p>
This sample text font color is #fbeedd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fbeedd Background Color
<div style="background-color:#fbeedd">
Div content here</div>
This div background color is #fbeedd
#fbeedd Border Color
<div style="border:3px solid #fbeedd">
Div here</div>
This div border color is #fbeedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,238,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbeedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbeedd; -webkit-box-shadow: 1px 1px 3px 2px #fbeedd; box-shadow: 1px 1px 3px 2px #fbeedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,238,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbeedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbeedd; -webkit-box-shadow: 1px 1px 3px 2px #fbeedd; box-shadow: 1px 1px 3px 2px #fbeedd;">
Div content here</div>
This div box has shadow with color #fbeedd
Comments
No comments written yet.
Please login to write comment.