Color spaces of #fc0dab
RGB | 252 | 13 | 171 |
---|---|---|---|
HSL | 0.89 | 0.98 | 0.52 |
HSV | 320° | 95° | 99° |
CMYK | 0.00 | 0.95 | 0.32 0.01 |
XYZ | 47.6395 | 23.9236 | 40.6349 |
Yxy | 23.9236 | 0.4246 | 0.2132 |
Hunter Lab | 48.9118 | 88.2614 | -15.0187 |
CIE-Lab | 56.0112 | 86.7797 | -19.8363 |
#fc0dab color RGB value is (252,13,171).
#fc0dab hex color red value is 252, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fc0dab hue: 0.89 , saturation: 0.98 and the lightness value of fc0dab is 0.52.
The process color (four color CMYK) of #fc0dab color hex is 0.00, 0.95, 0.32, 0.01. Web safe color of #fc0dab is #ff0099. Color #fc0dab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00001101 | 10101011 |
Octal | 374 | 15 | 253 |
Decimal | 252 | 13 | 171 |
Hex | FC | D | AB |
Shades of #fc0dab
Tints of #fc0dab
RGB Percentages of Color #fc0dab
CMYK Percentages of Color #fc0dab
Complementary Color
#fc0dab | #0dfc5e |
#fc0dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc0dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc0dab Color CSS Codes
.mybgcolor {background-color:#fc0dab; } .myforecolor {color:#fc0dab; } .mybordercolor {border:3px solid #fc0dab; }
#fc0dab Text Font Color
<p style="color:#fc0dab">Text here</p>
This sample text font color is #fc0dab
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.
#fc0dab Background Color
<div style="background-color:#fc0dab">
Div content here</div>
This div background color is #fc0dab
#fc0dab Border Color
<div style="border:3px solid #fc0dab">
Div here</div>
This div border color is #fc0dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,13,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc0dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc0dab; -webkit-box-shadow: 1px 1px 3px 2px #fc0dab; box-shadow: 1px 1px 3px 2px #fc0dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,13,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc0dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc0dab; -webkit-box-shadow: 1px 1px 3px 2px #fc0dab; box-shadow: 1px 1px 3px 2px #fc0dab;">
Div content here</div>
This div box has shadow with color #fc0dab
Comments
No comments written yet.
Please login to write comment.