Color spaces of #fca9cd
RGB | 252 | 169 | 205 |
---|---|---|---|
HSL | 0.93 | 0.93 | 0.83 |
HSV | 334° | 33° | 99° |
CMYK | 0.00 | 0.33 | 0.19 0.01 |
XYZ | 65.3523 | 53.4792 | 64.6357 |
Yxy | 53.4792 | 0.3562 | 0.2915 |
Hunter Lab | 73.1295 | 31.5403 | -1.2130 |
CIE-Lab | 78.1571 | 35.4609 | -5.7472 |
#fca9cd color RGB value is (252,169,205).
#fca9cd hex color red value is 252, green value is 169 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fca9cd hue: 0.93 , saturation: 0.93 and the lightness value of fca9cd is 0.83.
The process color (four color CMYK) of #fca9cd color hex is 0.00, 0.33, 0.19, 0.01. Web safe color of #fca9cd is #ff99cc. Color #fca9cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101001 | 11001101 |
Octal | 374 | 251 | 315 |
Decimal | 252 | 169 | 205 |
Hex | FC | A9 | CD |
Shades of #fca9cd
Tints of #fca9cd
RGB Percentages of Color #fca9cd
CMYK Percentages of Color #fca9cd
Complementary Color
#fca9cd | #a9fcd8 |
#fca9cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca9cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca9cd Color CSS Codes
.mybgcolor {background-color:#fca9cd; } .myforecolor {color:#fca9cd; } .mybordercolor {border:3px solid #fca9cd; }
#fca9cd Text Font Color
<p style="color:#fca9cd">Text here</p>
This sample text font color is #fca9cd
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.
#fca9cd Background Color
<div style="background-color:#fca9cd">
Div content here</div>
This div background color is #fca9cd
#fca9cd Border Color
<div style="border:3px solid #fca9cd">
Div here</div>
This div border color is #fca9cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,169,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca9cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca9cd; -webkit-box-shadow: 1px 1px 3px 2px #fca9cd; box-shadow: 1px 1px 3px 2px #fca9cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,169,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca9cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca9cd; -webkit-box-shadow: 1px 1px 3px 2px #fca9cd; box-shadow: 1px 1px 3px 2px #fca9cd;">
Div content here</div>
This div box has shadow with color #fca9cd
Comments
No comments written yet.
Please login to write comment.