Color spaces of #faf0cc
RGB | 250 | 240 | 204 |
---|---|---|---|
HSL | 0.13 | 0.82 | 0.89 |
HSV | 47° | 18° | 98° |
CMYK | 0.00 | 0.04 | 0.18 0.02 |
XYZ | 81.4835 | 87.0038 | 69.6255 |
Yxy | 87.0038 | 0.3422 | 0.3654 |
Hunter Lab | 93.2758 | -7.2994 | 21.0362 |
CIE-Lab | 94.7399 | -2.3415 | 18.6252 |
#faf0cc color RGB value is (250,240,204).
#faf0cc hex color red value is 250, green value is 240 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #faf0cc hue: 0.13 , saturation: 0.82 and the lightness value of faf0cc is 0.89.
The process color (four color CMYK) of #faf0cc color hex is 0.00, 0.04, 0.18, 0.02. Web safe color of #faf0cc is #ffffcc. Color #faf0cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11110000 | 11001100 |
Octal | 372 | 360 | 314 |
Decimal | 250 | 240 | 204 |
Hex | FA | F0 | CC |
Shades of #faf0cc
Tints of #faf0cc
RGB Percentages of Color #faf0cc
CMYK Percentages of Color #faf0cc
Complementary Color
#faf0cc | #ccd6fa |
#faf0cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faf0cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#faf0cc Color CSS Codes
.mybgcolor {background-color:#faf0cc; } .myforecolor {color:#faf0cc; } .mybordercolor {border:3px solid #faf0cc; }
#faf0cc Text Font Color
<p style="color:#faf0cc">Text here</p>
This sample text font color is #faf0cc
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.
#faf0cc Background Color
<div style="background-color:#faf0cc">
Div content here</div>
This div background color is #faf0cc
#faf0cc Border Color
<div style="border:3px solid #faf0cc">
Div here</div>
This div border color is #faf0cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,240,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faf0cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faf0cc; -webkit-box-shadow: 1px 1px 3px 2px #faf0cc; box-shadow: 1px 1px 3px 2px #faf0cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,240,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faf0cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faf0cc; -webkit-box-shadow: 1px 1px 3px 2px #faf0cc; box-shadow: 1px 1px 3px 2px #faf0cc;">
Div content here</div>
This div box has shadow with color #faf0cc
Comments
No comments written yet.
Please login to write comment.