Color spaces of #fc96ce
RGB | 252 | 150 | 206 |
---|---|---|---|
HSL | 0.91 | 0.94 | 0.79 |
HSV | 327° | 40° | 99° |
CMYK | 0.00 | 0.40 | 0.18 0.01 |
XYZ | 62.1918 | 46.9644 | 64.1797 |
Yxy | 46.9644 | 0.3588 | 0.2709 |
Hunter Lab | 68.5306 | 42.0610 | -7.5544 |
CIE-Lab | 74.1670 | 45.4276 | -12.2305 |
#fc96ce color RGB value is (252,150,206).
#fc96ce hex color red value is 252, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc96ce hue: 0.91 , saturation: 0.94 and the lightness value of fc96ce is 0.79.
The process color (four color CMYK) of #fc96ce color hex is 0.00, 0.40, 0.18, 0.01. Web safe color of #fc96ce is #ff99cc. Color #fc96ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10010110 | 11001110 |
Octal | 374 | 226 | 316 |
Decimal | 252 | 150 | 206 |
Hex | FC | 96 | CE |
Shades of #fc96ce
Tints of #fc96ce
RGB Percentages of Color #fc96ce
CMYK Percentages of Color #fc96ce
Complementary Color
#fc96ce | #96fcc4 |
#fc96ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc96ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc96ce Color CSS Codes
.mybgcolor {background-color:#fc96ce; } .myforecolor {color:#fc96ce; } .mybordercolor {border:3px solid #fc96ce; }
#fc96ce Text Font Color
<p style="color:#fc96ce">Text here</p>
This sample text font color is #fc96ce
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.
#fc96ce Background Color
<div style="background-color:#fc96ce">
Div content here</div>
This div background color is #fc96ce
#fc96ce Border Color
<div style="border:3px solid #fc96ce">
Div here</div>
This div border color is #fc96ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,150,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc96ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc96ce; -webkit-box-shadow: 1px 1px 3px 2px #fc96ce; box-shadow: 1px 1px 3px 2px #fc96ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,150,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc96ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc96ce; -webkit-box-shadow: 1px 1px 3px 2px #fc96ce; box-shadow: 1px 1px 3px 2px #fc96ce;">
Div content here</div>
This div box has shadow with color #fc96ce
Comments
No comments written yet.
Please login to write comment.