Color spaces of #fc94cb
RGB | 252 | 148 | 203 |
---|---|---|---|
HSL | 0.91 | 0.95 | 0.78 |
HSV | 328° | 41° | 99° |
CMYK | 0.00 | 0.41 | 0.19 0.01 |
XYZ | 61.5143 | 46.1871 | 62.1727 |
Yxy | 46.1871 | 0.3621 | 0.2719 |
Hunter Lab | 67.9611 | 42.6356 | -6.6674 |
CIE-Lab | 73.6668 | 46.0017 | -11.3264 |
#fc94cb color RGB value is (252,148,203).
#fc94cb hex color red value is 252, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fc94cb hue: 0.91 , saturation: 0.95 and the lightness value of fc94cb is 0.78.
The process color (four color CMYK) of #fc94cb color hex is 0.00, 0.41, 0.19, 0.01. Web safe color of #fc94cb is #ff99cc. Color #fc94cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10010100 | 11001011 |
Octal | 374 | 224 | 313 |
Decimal | 252 | 148 | 203 |
Hex | FC | 94 | CB |
Shades of #fc94cb
Tints of #fc94cb
RGB Percentages of Color #fc94cb
CMYK Percentages of Color #fc94cb
Complementary Color
#fc94cb | #94fcc5 |
#fc94cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc94cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc94cb Color CSS Codes
.mybgcolor {background-color:#fc94cb; } .myforecolor {color:#fc94cb; } .mybordercolor {border:3px solid #fc94cb; }
#fc94cb Text Font Color
<p style="color:#fc94cb">Text here</p>
This sample text font color is #fc94cb
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.
#fc94cb Background Color
<div style="background-color:#fc94cb">
Div content here</div>
This div background color is #fc94cb
#fc94cb Border Color
<div style="border:3px solid #fc94cb">
Div here</div>
This div border color is #fc94cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,148,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc94cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc94cb; -webkit-box-shadow: 1px 1px 3px 2px #fc94cb; box-shadow: 1px 1px 3px 2px #fc94cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,148,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc94cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc94cb; -webkit-box-shadow: 1px 1px 3px 2px #fc94cb; box-shadow: 1px 1px 3px 2px #fc94cb;">
Div content here</div>
This div box has shadow with color #fc94cb
Comments
No comments written yet.
Please login to write comment.