Color spaces of #fc9fac
RGB | 252 | 159 | 172 |
---|---|---|---|
HSL | 0.98 | 0.94 | 0.81 |
HSV | 352° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.32 0.01 |
XYZ | 59.9894 | 48.4703 | 45.2236 |
Yxy | 48.4703 | 0.3903 | 0.3154 |
Hunter Lab | 69.6206 | 31.9705 | 10.2213 |
CIE-Lab | 75.1206 | 36.1316 | 7.8829 |
#fc9fac color RGB value is (252,159,172).
#fc9fac hex color red value is 252, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fc9fac hue: 0.98 , saturation: 0.94 and the lightness value of fc9fac is 0.81.
The process color (four color CMYK) of #fc9fac color hex is 0.00, 0.37, 0.32, 0.01. Web safe color of #fc9fac is #ff9999. Color #fc9fac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011111 | 10101100 |
Octal | 374 | 237 | 254 |
Decimal | 252 | 159 | 172 |
Hex | FC | 9F | AC |
Shades of #fc9fac
Tints of #fc9fac
RGB Percentages of Color #fc9fac
CMYK Percentages of Color #fc9fac
Complementary Color
#fc9fac | #9ffcef |
#fc9fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc9fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc9fac Color CSS Codes
.mybgcolor {background-color:#fc9fac; } .myforecolor {color:#fc9fac; } .mybordercolor {border:3px solid #fc9fac; }
#fc9fac Text Font Color
<p style="color:#fc9fac">Text here</p>
This sample text font color is #fc9fac
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.
#fc9fac Background Color
<div style="background-color:#fc9fac">
Div content here</div>
This div background color is #fc9fac
#fc9fac Border Color
<div style="border:3px solid #fc9fac">
Div here</div>
This div border color is #fc9fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,159,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc9fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc9fac; -webkit-box-shadow: 1px 1px 3px 2px #fc9fac; box-shadow: 1px 1px 3px 2px #fc9fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,159,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 #fc9fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc9fac; -webkit-box-shadow: 1px 1px 3px 2px #fc9fac; box-shadow: 1px 1px 3px 2px #fc9fac;">
Div content here</div>
This div box has shadow with color #fc9fac
Comments
No comments written yet.
Please login to write comment.