Color spaces of #fc55ad
RGB | 252 | 85 | 173 |
---|---|---|---|
HSL | 0.91 | 0.97 | 0.66 |
HSV | 328° | 66° | 99° |
CMYK | 0.00 | 0.66 | 0.31 0.01 |
XYZ | 50.9362 | 30.2096 | 42.6816 |
Yxy | 30.2096 | 0.4113 | 0.2440 |
Hunter Lab | 54.9633 | 69.2359 | -7.5672 |
CIE-Lab | 61.8347 | 70.6367 | -12.1739 |
#fc55ad color RGB value is (252,85,173).
#fc55ad hex color red value is 252, green value is 85 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc55ad hue: 0.91 , saturation: 0.97 and the lightness value of fc55ad is 0.66.
The process color (four color CMYK) of #fc55ad color hex is 0.00, 0.66, 0.31, 0.01. Web safe color of #fc55ad is #ff6699. Color #fc55ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01010101 | 10101101 |
Octal | 374 | 125 | 255 |
Decimal | 252 | 85 | 173 |
Hex | FC | 55 | AD |
Shades of #fc55ad
Tints of #fc55ad
RGB Percentages of Color #fc55ad
CMYK Percentages of Color #fc55ad
Complementary Color
#fc55ad | #55fca4 |
#fc55ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc55ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc55ad Color CSS Codes
.mybgcolor {background-color:#fc55ad; } .myforecolor {color:#fc55ad; } .mybordercolor {border:3px solid #fc55ad; }
#fc55ad Text Font Color
<p style="color:#fc55ad">Text here</p>
This sample text font color is #fc55ad
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.
#fc55ad Background Color
<div style="background-color:#fc55ad">
Div content here</div>
This div background color is #fc55ad
#fc55ad Border Color
<div style="border:3px solid #fc55ad">
Div here</div>
This div border color is #fc55ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,85,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc55ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc55ad; -webkit-box-shadow: 1px 1px 3px 2px #fc55ad; box-shadow: 1px 1px 3px 2px #fc55ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,85,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc55ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc55ad; -webkit-box-shadow: 1px 1px 3px 2px #fc55ad; box-shadow: 1px 1px 3px 2px #fc55ad;">
Div content here</div>
This div box has shadow with color #fc55ad
Comments
No comments written yet.
Please login to write comment.