Color spaces of #fbeedf
RGB | 251 | 238 | 223 |
---|---|---|---|
HSL | 0.09 | 0.78 | 0.93 |
HSV | 32° | 11° | 98° |
CMYK | 0.00 | 0.05 | 0.11 0.02 |
XYZ | 83.6775 | 86.9860 | 82.1917 |
Yxy | 86.9860 | 0.3309 | 0.3440 |
Hunter Lab | 93.2663 | -3.0677 | 13.0366 |
CIE-Lab | 94.7323 | 1.9165 | 8.8139 |
#fbeedf color RGB value is (251,238,223).
#fbeedf hex color red value is 251, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fbeedf hue: 0.09 , saturation: 0.78 and the lightness value of fbeedf is 0.93.
The process color (four color CMYK) of #fbeedf color hex is 0.00, 0.05, 0.11, 0.02. Web safe color of #fbeedf is #ffffcc. Color #fbeedf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101110 | 11011111 |
Octal | 373 | 356 | 337 |
Decimal | 251 | 238 | 223 |
Hex | FB | EE | DF |
Shades of #fbeedf
Tints of #fbeedf
RGB Percentages of Color #fbeedf
CMYK Percentages of Color #fbeedf
Complementary Color
#fbeedf | #dfecfb |
#fbeedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbeedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbeedf Color CSS Codes
.mybgcolor {background-color:#fbeedf; } .myforecolor {color:#fbeedf; } .mybordercolor {border:3px solid #fbeedf; }
#fbeedf Text Font Color
<p style="color:#fbeedf">Text here</p>
This sample text font color is #fbeedf
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.
#fbeedf Background Color
<div style="background-color:#fbeedf">
Div content here</div>
This div background color is #fbeedf
#fbeedf Border Color
<div style="border:3px solid #fbeedf">
Div here</div>
This div border color is #fbeedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,238,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbeedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbeedf; -webkit-box-shadow: 1px 1px 3px 2px #fbeedf; box-shadow: 1px 1px 3px 2px #fbeedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,238,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbeedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbeedf; -webkit-box-shadow: 1px 1px 3px 2px #fbeedf; box-shadow: 1px 1px 3px 2px #fbeedf;">
Div content here</div>
This div box has shadow with color #fbeedf
Comments
No comments written yet.
Please login to write comment.