Color spaces of #fcccaa
RGB | 252 | 204 | 170 |
---|---|---|---|
HSL | 0.07 | 0.93 | 0.83 |
HSV | 25° | 33° | 99° |
CMYK | 0.00 | 0.19 | 0.33 0.01 |
XYZ | 68.9934 | 66.7835 | 47.2844 |
Yxy | 66.7835 | 0.3769 | 0.3648 |
Hunter Lab | 81.7212 | 7.6872 | 22.8992 |
CIE-Lab | 85.3945 | 12.3133 | 23.3635 |
#fcccaa color RGB value is (252,204,170).
#fcccaa hex color red value is 252, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fcccaa hue: 0.07 , saturation: 0.93 and the lightness value of fcccaa is 0.83.
The process color (four color CMYK) of #fcccaa color hex is 0.00, 0.19, 0.33, 0.01. Web safe color of #fcccaa is #ffcc99. Color #fcccaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001100 | 10101010 |
Octal | 374 | 314 | 252 |
Decimal | 252 | 204 | 170 |
Hex | FC | CC | AA |
Shades of #fcccaa
Tints of #fcccaa
RGB Percentages of Color #fcccaa
CMYK Percentages of Color #fcccaa
Complementary Color
#fcccaa | #aadafc |
#fcccaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcccaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcccaa Color CSS Codes
.mybgcolor {background-color:#fcccaa; } .myforecolor {color:#fcccaa; } .mybordercolor {border:3px solid #fcccaa; }
#fcccaa Text Font Color
<p style="color:#fcccaa">Text here</p>
This sample text font color is #fcccaa
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.
#fcccaa Background Color
<div style="background-color:#fcccaa">
Div content here</div>
This div background color is #fcccaa
#fcccaa Border Color
<div style="border:3px solid #fcccaa">
Div here</div>
This div border color is #fcccaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,204,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcccaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcccaa; -webkit-box-shadow: 1px 1px 3px 2px #fcccaa; box-shadow: 1px 1px 3px 2px #fcccaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,204,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcccaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcccaa; -webkit-box-shadow: 1px 1px 3px 2px #fcccaa; box-shadow: 1px 1px 3px 2px #fcccaa;">
Div content here</div>
This div box has shadow with color #fcccaa
Comments
No comments written yet.
Please login to write comment.