Color spaces of #fccaae
RGB | 252 | 202 | 174 |
---|---|---|---|
HSL | 0.06 | 0.93 | 0.84 |
HSV | 22° | 31° | 99° |
CMYK | 0.00 | 0.20 | 0.31 0.01 |
XYZ | 68.9054 | 65.9925 | 49.1505 |
Yxy | 65.9925 | 0.3744 | 0.3586 |
Hunter Lab | 81.2358 | 9.2438 | 20.9925 |
CIE-Lab | 84.9926 | 13.8546 | 20.7038 |
#fccaae color RGB value is (252,202,174).
#fccaae hex color red value is 252, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fccaae hue: 0.06 , saturation: 0.93 and the lightness value of fccaae is 0.84.
The process color (four color CMYK) of #fccaae color hex is 0.00, 0.20, 0.31, 0.01. Web safe color of #fccaae is #ffcc99. Color #fccaae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001010 | 10101110 |
Octal | 374 | 312 | 256 |
Decimal | 252 | 202 | 174 |
Hex | FC | CA | AE |
Shades of #fccaae
Tints of #fccaae
RGB Percentages of Color #fccaae
CMYK Percentages of Color #fccaae
Complementary Color
#fccaae | #aee0fc |
#fccaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccaae Color CSS Codes
.mybgcolor {background-color:#fccaae; } .myforecolor {color:#fccaae; } .mybordercolor {border:3px solid #fccaae; }
#fccaae Text Font Color
<p style="color:#fccaae">Text here</p>
This sample text font color is #fccaae
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.
#fccaae Background Color
<div style="background-color:#fccaae">
Div content here</div>
This div background color is #fccaae
#fccaae Border Color
<div style="border:3px solid #fccaae">
Div here</div>
This div border color is #fccaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,202,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccaae; -webkit-box-shadow: 1px 1px 3px 2px #fccaae; box-shadow: 1px 1px 3px 2px #fccaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,202,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccaae; -webkit-box-shadow: 1px 1px 3px 2px #fccaae; box-shadow: 1px 1px 3px 2px #fccaae;">
Div content here</div>
This div box has shadow with color #fccaae
Comments
No comments written yet.
Please login to write comment.