Color spaces of #fc759d
RGB | 252 | 117 | 157 |
---|---|---|---|
HSL | 0.95 | 0.96 | 0.72 |
HSV | 342° | 54° | 99° |
CMYK | 0.00 | 0.54 | 0.38 0.01 |
XYZ | 52.5920 | 35.8523 | 36.0466 |
Yxy | 35.8523 | 0.4225 | 0.2880 |
Hunter Lab | 59.8768 | 51.9988 | 6.2204 |
CIE-Lab | 66.4069 | 55.2826 | 3.7249 |
#fc759d color RGB value is (252,117,157).
#fc759d hex color red value is 252, green value is 117 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fc759d hue: 0.95 , saturation: 0.96 and the lightness value of fc759d is 0.72.
The process color (four color CMYK) of #fc759d color hex is 0.00, 0.54, 0.38, 0.01. Web safe color of #fc759d is #ff6699. Color #fc759d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01110101 | 10011101 |
Octal | 374 | 165 | 235 |
Decimal | 252 | 117 | 157 |
Hex | FC | 75 | 9D |
Shades of #fc759d
Tints of #fc759d
RGB Percentages of Color #fc759d
CMYK Percentages of Color #fc759d
Complementary Color
#fc759d | #75fcd4 |
#fc759d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc759d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc759d Color CSS Codes
.mybgcolor {background-color:#fc759d; } .myforecolor {color:#fc759d; } .mybordercolor {border:3px solid #fc759d; }
#fc759d Text Font Color
<p style="color:#fc759d">Text here</p>
This sample text font color is #fc759d
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.
#fc759d Background Color
<div style="background-color:#fc759d">
Div content here</div>
This div background color is #fc759d
#fc759d Border Color
<div style="border:3px solid #fc759d">
Div here</div>
This div border color is #fc759d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,117,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc759d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc759d; -webkit-box-shadow: 1px 1px 3px 2px #fc759d; box-shadow: 1px 1px 3px 2px #fc759d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,117,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc759d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc759d; -webkit-box-shadow: 1px 1px 3px 2px #fc759d; box-shadow: 1px 1px 3px 2px #fc759d;">
Div content here</div>
This div box has shadow with color #fc759d
Comments
No comments written yet.
Please login to write comment.