Color spaces of #fcaaca
RGB | 252 | 170 | 202 |
---|---|---|---|
HSL | 0.93 | 0.93 | 0.83 |
HSV | 337° | 33° | 99° |
CMYK | 0.00 | 0.33 | 0.20 0.01 |
XYZ | 65.1803 | 53.7092 | 62.8086 |
Yxy | 53.7092 | 0.3587 | 0.2956 |
Hunter Lab | 73.2866 | 30.5045 | 0.4874 |
CIE-Lab | 78.2919 | 34.4925 | -3.9158 |
#fcaaca color RGB value is (252,170,202).
#fcaaca hex color red value is 252, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcaaca hue: 0.93 , saturation: 0.93 and the lightness value of fcaaca is 0.83.
The process color (four color CMYK) of #fcaaca color hex is 0.00, 0.33, 0.20, 0.01. Web safe color of #fcaaca is #ff99cc. Color #fcaaca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101010 | 11001010 |
Octal | 374 | 252 | 312 |
Decimal | 252 | 170 | 202 |
Hex | FC | AA | CA |
Shades of #fcaaca
Tints of #fcaaca
RGB Percentages of Color #fcaaca
CMYK Percentages of Color #fcaaca
Complementary Color
#fcaaca | #aafcdc |
#fcaaca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaaca Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaaca Color CSS Codes
.mybgcolor {background-color:#fcaaca; } .myforecolor {color:#fcaaca; } .mybordercolor {border:3px solid #fcaaca; }
#fcaaca Text Font Color
<p style="color:#fcaaca">Text here</p>
This sample text font color is #fcaaca
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.
#fcaaca Background Color
<div style="background-color:#fcaaca">
Div content here</div>
This div background color is #fcaaca
#fcaaca Border Color
<div style="border:3px solid #fcaaca">
Div here</div>
This div border color is #fcaaca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,170,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaaca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaaca; -webkit-box-shadow: 1px 1px 3px 2px #fcaaca; box-shadow: 1px 1px 3px 2px #fcaaca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,170,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcaaca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaaca; -webkit-box-shadow: 1px 1px 3px 2px #fcaaca; box-shadow: 1px 1px 3px 2px #fcaaca;">
Div content here</div>
This div box has shadow with color #fcaaca
Comments
No comments written yet.
Please login to write comment.