Color spaces of #fc717d
RGB | 252 | 113 | 125 |
---|---|---|---|
HSL | 0.99 | 0.96 | 0.72 |
HSV | 355° | 55° | 99° |
CMYK | 0.00 | 0.55 | 0.50 0.01 |
XYZ | 49.7517 | 33.9864 | 23.3399 |
Yxy | 33.9864 | 0.4646 | 0.3174 |
Hunter Lab | 58.2979 | 50.3116 | 17.0714 |
CIE-Lab | 64.9518 | 54.0280 | 19.8769 |
#fc717d color RGB value is (252,113,125).
#fc717d hex color red value is 252, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fc717d hue: 0.99 , saturation: 0.96 and the lightness value of fc717d is 0.72.
The process color (four color CMYK) of #fc717d color hex is 0.00, 0.55, 0.50, 0.01. Web safe color of #fc717d is #ff6666. Color #fc717d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01110001 | 01111101 |
Octal | 374 | 161 | 175 |
Decimal | 252 | 113 | 125 |
Hex | FC | 71 | 7D |
Shades of #fc717d
Tints of #fc717d
RGB Percentages of Color #fc717d
CMYK Percentages of Color #fc717d
Complementary Color
#fc717d | #71fcf0 |
#fc717d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc717d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc717d Color CSS Codes
.mybgcolor {background-color:#fc717d; } .myforecolor {color:#fc717d; } .mybordercolor {border:3px solid #fc717d; }
#fc717d Text Font Color
<p style="color:#fc717d">Text here</p>
This sample text font color is #fc717d
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.
#fc717d Background Color
<div style="background-color:#fc717d">
Div content here</div>
This div background color is #fc717d
#fc717d Border Color
<div style="border:3px solid #fc717d">
Div here</div>
This div border color is #fc717d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,113,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc717d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc717d; -webkit-box-shadow: 1px 1px 3px 2px #fc717d; box-shadow: 1px 1px 3px 2px #fc717d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,113,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc717d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc717d; -webkit-box-shadow: 1px 1px 3px 2px #fc717d; box-shadow: 1px 1px 3px 2px #fc717d;">
Div content here</div>
This div box has shadow with color #fc717d
Comments
No comments written yet.
Please login to write comment.