Color spaces of #fc17ac
RGB | 252 | 23 | 172 |
---|---|---|---|
HSL | 0.89 | 0.97 | 0.54 |
HSV | 321° | 91° | 99° |
CMYK | 0.00 | 0.91 | 0.32 0.01 |
XYZ | 47.8977 | 24.2868 | 41.1931 |
Yxy | 24.2868 | 0.4225 | 0.2142 |
Hunter Lab | 49.2816 | 87.2444 | -15.0617 |
CIE-Lab | 56.3738 | 85.9331 | -19.8675 |
#fc17ac color RGB value is (252,23,172).
#fc17ac hex color red value is 252, green value is 23 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fc17ac hue: 0.89 , saturation: 0.97 and the lightness value of fc17ac is 0.54.
The process color (four color CMYK) of #fc17ac color hex is 0.00, 0.91, 0.32, 0.01. Web safe color of #fc17ac is #ff0099. Color #fc17ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00010111 | 10101100 |
Octal | 374 | 27 | 254 |
Decimal | 252 | 23 | 172 |
Hex | FC | 17 | AC |
Shades of #fc17ac
Tints of #fc17ac
RGB Percentages of Color #fc17ac
CMYK Percentages of Color #fc17ac
Complementary Color
#fc17ac | #17fc67 |
#fc17ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc17ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc17ac Color CSS Codes
.mybgcolor {background-color:#fc17ac; } .myforecolor {color:#fc17ac; } .mybordercolor {border:3px solid #fc17ac; }
#fc17ac Text Font Color
<p style="color:#fc17ac">Text here</p>
This sample text font color is #fc17ac
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.
#fc17ac Background Color
<div style="background-color:#fc17ac">
Div content here</div>
This div background color is #fc17ac
#fc17ac Border Color
<div style="border:3px solid #fc17ac">
Div here</div>
This div border color is #fc17ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,23,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc17ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc17ac; -webkit-box-shadow: 1px 1px 3px 2px #fc17ac; box-shadow: 1px 1px 3px 2px #fc17ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,23,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc17ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc17ac; -webkit-box-shadow: 1px 1px 3px 2px #fc17ac; box-shadow: 1px 1px 3px 2px #fc17ac;">
Div content here</div>
This div box has shadow with color #fc17ac
Comments
No comments written yet.
Please login to write comment.