Color spaces of #fc5cad
RGB | 252 | 92 | 173 |
---|---|---|---|
HSL | 0.92 | 0.96 | 0.67 |
HSV | 330° | 63° | 99° |
CMYK | 0.00 | 0.63 | 0.31 0.01 |
XYZ | 51.5149 | 31.3669 | 42.8744 |
Yxy | 31.3669 | 0.4096 | 0.2494 |
Hunter Lab | 56.0062 | 66.1749 | -6.1840 |
CIE-Lab | 62.8161 | 67.9384 | -10.7018 |
#fc5cad color RGB value is (252,92,173).
#fc5cad hex color red value is 252, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc5cad hue: 0.92 , saturation: 0.96 and the lightness value of fc5cad is 0.67.
The process color (four color CMYK) of #fc5cad color hex is 0.00, 0.63, 0.31, 0.01. Web safe color of #fc5cad is #ff6699. Color #fc5cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01011100 | 10101101 |
Octal | 374 | 134 | 255 |
Decimal | 252 | 92 | 173 |
Hex | FC | 5C | AD |
Shades of #fc5cad
Tints of #fc5cad
RGB Percentages of Color #fc5cad
CMYK Percentages of Color #fc5cad
Complementary Color
#fc5cad | #5cfcab |
#fc5cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc5cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc5cad Color CSS Codes
.mybgcolor {background-color:#fc5cad; } .myforecolor {color:#fc5cad; } .mybordercolor {border:3px solid #fc5cad; }
#fc5cad Text Font Color
<p style="color:#fc5cad">Text here</p>
This sample text font color is #fc5cad
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.
#fc5cad Background Color
<div style="background-color:#fc5cad">
Div content here</div>
This div background color is #fc5cad
#fc5cad Border Color
<div style="border:3px solid #fc5cad">
Div here</div>
This div border color is #fc5cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,92,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc5cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc5cad; -webkit-box-shadow: 1px 1px 3px 2px #fc5cad; box-shadow: 1px 1px 3px 2px #fc5cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,92,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc5cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc5cad; -webkit-box-shadow: 1px 1px 3px 2px #fc5cad; box-shadow: 1px 1px 3px 2px #fc5cad;">
Div content here</div>
This div box has shadow with color #fc5cad
Related Colors
Comments
No comments written yet.
Please login to write comment.