Color spaces of #faecdf
RGB | 250 | 236 | 223 |
---|---|---|---|
HSL | 0.08 | 0.73 | 0.93 |
HSV | 29° | 11° | 98° |
CMYK | 0.00 | 0.06 | 0.11 0.02 |
XYZ | 82.7391 | 85.6426 | 81.9819 |
Yxy | 85.6426 | 0.3305 | 0.3421 |
Hunter Lab | 92.5433 | -2.3613 | 12.2567 |
CIE-Lab | 94.1593 | 2.5882 | 7.9810 |
#faecdf color RGB value is (250,236,223).
#faecdf hex color red value is 250, green value is 236 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #faecdf hue: 0.08 , saturation: 0.73 and the lightness value of faecdf is 0.93.
The process color (four color CMYK) of #faecdf color hex is 0.00, 0.06, 0.11, 0.02. Web safe color of #faecdf is #ffffcc. Color #faecdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11101100 | 11011111 |
Octal | 372 | 354 | 337 |
Decimal | 250 | 236 | 223 |
Hex | FA | EC | DF |
Shades of #faecdf
Tints of #faecdf
RGB Percentages of Color #faecdf
CMYK Percentages of Color #faecdf
Complementary Color
#faecdf | #dfedfa |
#faecdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faecdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#faecdf Color CSS Codes
.mybgcolor {background-color:#faecdf; } .myforecolor {color:#faecdf; } .mybordercolor {border:3px solid #faecdf; }
#faecdf Text Font Color
<p style="color:#faecdf">Text here</p>
This sample text font color is #faecdf
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.
#faecdf Background Color
<div style="background-color:#faecdf">
Div content here</div>
This div background color is #faecdf
#faecdf Border Color
<div style="border:3px solid #faecdf">
Div here</div>
This div border color is #faecdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,236,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faecdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faecdf; -webkit-box-shadow: 1px 1px 3px 2px #faecdf; box-shadow: 1px 1px 3px 2px #faecdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,236,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 #faecdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faecdf; -webkit-box-shadow: 1px 1px 3px 2px #faecdf; box-shadow: 1px 1px 3px 2px #faecdf;">
Div content here</div>
This div box has shadow with color #faecdf
Comments
No comments written yet.
Please login to write comment.