Color spaces of #fcaeaa
RGB | 252 | 174 | 170 |
---|---|---|---|
HSL | 0.01 | 0.93 | 0.83 |
HSV | 3° | 33° | 99° |
CMYK | 0.00 | 0.31 | 0.33 0.01 |
XYZ | 62.5366 | 53.8698 | 45.1321 |
Yxy | 53.8698 | 0.3871 | 0.3335 |
Hunter Lab | 73.3960 | 23.6466 | 14.9191 |
CIE-Lab | 78.3858 | 28.0440 | 13.6132 |
#fcaeaa color RGB value is (252,174,170).
#fcaeaa hex color red value is 252, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fcaeaa hue: 0.01 , saturation: 0.93 and the lightness value of fcaeaa is 0.83.
The process color (four color CMYK) of #fcaeaa color hex is 0.00, 0.31, 0.33, 0.01. Web safe color of #fcaeaa is #ff9999. Color #fcaeaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101110 | 10101010 |
Octal | 374 | 256 | 252 |
Decimal | 252 | 174 | 170 |
Hex | FC | AE | AA |
Shades of #fcaeaa
Tints of #fcaeaa
RGB Percentages of Color #fcaeaa
CMYK Percentages of Color #fcaeaa
Complementary Color
#fcaeaa | #aaf8fc |
#fcaeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaeaa Color CSS Codes
.mybgcolor {background-color:#fcaeaa; } .myforecolor {color:#fcaeaa; } .mybordercolor {border:3px solid #fcaeaa; }
#fcaeaa Text Font Color
<p style="color:#fcaeaa">Text here</p>
This sample text font color is #fcaeaa
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.
#fcaeaa Background Color
<div style="background-color:#fcaeaa">
Div content here</div>
This div background color is #fcaeaa
#fcaeaa Border Color
<div style="border:3px solid #fcaeaa">
Div here</div>
This div border color is #fcaeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,174,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaeaa; -webkit-box-shadow: 1px 1px 3px 2px #fcaeaa; box-shadow: 1px 1px 3px 2px #fcaeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,174,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 #fcaeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaeaa; -webkit-box-shadow: 1px 1px 3px 2px #fcaeaa; box-shadow: 1px 1px 3px 2px #fcaeaa;">
Div content here</div>
This div box has shadow with color #fcaeaa
Comments
No comments written yet.
Please login to write comment.