Color spaces of #fcf5ac
RGB | 252 | 245 | 172 |
---|---|---|---|
HSL | 0.15 | 0.93 | 0.83 |
HSV | 55° | 32° | 99° |
CMYK | 0.00 | 0.03 | 0.32 0.01 |
XYZ | 80.2437 | 88.9788 | 51.9751 |
Yxy | 88.9788 | 0.3628 | 0.4023 |
Hunter Lab | 94.3286 | -13.2281 | 33.3612 |
CIE-Lab | 95.5716 | -8.3477 | 36.0590 |
#fcf5ac color RGB value is (252,245,172).
#fcf5ac hex color red value is 252, green value is 245 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fcf5ac hue: 0.15 , saturation: 0.93 and the lightness value of fcf5ac is 0.83.
The process color (four color CMYK) of #fcf5ac color hex is 0.00, 0.03, 0.32, 0.01. Web safe color of #fcf5ac is #ffff99. Color #fcf5ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110101 | 10101100 |
Octal | 374 | 365 | 254 |
Decimal | 252 | 245 | 172 |
Hex | FC | F5 | AC |
Shades of #fcf5ac
Tints of #fcf5ac
RGB Percentages of Color #fcf5ac
CMYK Percentages of Color #fcf5ac
Complementary Color
#fcf5ac | #acb3fc |
#fcf5ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf5ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf5ac Color CSS Codes
.mybgcolor {background-color:#fcf5ac; } .myforecolor {color:#fcf5ac; } .mybordercolor {border:3px solid #fcf5ac; }
#fcf5ac Text Font Color
<p style="color:#fcf5ac">Text here</p>
This sample text font color is #fcf5ac
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.
#fcf5ac Background Color
<div style="background-color:#fcf5ac">
Div content here</div>
This div background color is #fcf5ac
#fcf5ac Border Color
<div style="border:3px solid #fcf5ac">
Div here</div>
This div border color is #fcf5ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,245,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf5ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf5ac; -webkit-box-shadow: 1px 1px 3px 2px #fcf5ac; box-shadow: 1px 1px 3px 2px #fcf5ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,245,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf5ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf5ac; -webkit-box-shadow: 1px 1px 3px 2px #fcf5ac; box-shadow: 1px 1px 3px 2px #fcf5ac;">
Div content here</div>
This div box has shadow with color #fcf5ac
Related Colors
Comments
No comments written yet.
Please login to write comment.