Color spaces of #fc50ad
RGB | 252 | 80 | 173 |
---|---|---|---|
HSL | 0.91 | 0.97 | 0.65 |
HSV | 328° | 68° | 99° |
CMYK | 0.00 | 0.68 | 0.31 0.01 |
XYZ | 50.5564 | 29.4499 | 42.5549 |
Yxy | 29.4499 | 0.4125 | 0.2403 |
Hunter Lab | 54.2678 | 71.3238 | -8.5057 |
CIE-Lab | 61.1767 | 72.4610 | -13.1634 |
#fc50ad color RGB value is (252,80,173).
#fc50ad hex color red value is 252, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc50ad hue: 0.91 , saturation: 0.97 and the lightness value of fc50ad is 0.65.
The process color (four color CMYK) of #fc50ad color hex is 0.00, 0.68, 0.31, 0.01. Web safe color of #fc50ad is #ff6699. Color #fc50ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01010000 | 10101101 |
Octal | 374 | 120 | 255 |
Decimal | 252 | 80 | 173 |
Hex | FC | 50 | AD |
Shades of #fc50ad
Tints of #fc50ad
RGB Percentages of Color #fc50ad
CMYK Percentages of Color #fc50ad
Complementary Color
#fc50ad | #50fc9f |
#fc50ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc50ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc50ad Color CSS Codes
.mybgcolor {background-color:#fc50ad; } .myforecolor {color:#fc50ad; } .mybordercolor {border:3px solid #fc50ad; }
#fc50ad Text Font Color
<p style="color:#fc50ad">Text here</p>
This sample text font color is #fc50ad
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.
#fc50ad Background Color
<div style="background-color:#fc50ad">
Div content here</div>
This div background color is #fc50ad
#fc50ad Border Color
<div style="border:3px solid #fc50ad">
Div here</div>
This div border color is #fc50ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,80,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc50ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc50ad; -webkit-box-shadow: 1px 1px 3px 2px #fc50ad; box-shadow: 1px 1px 3px 2px #fc50ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,80,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 #fc50ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc50ad; -webkit-box-shadow: 1px 1px 3px 2px #fc50ad; box-shadow: 1px 1px 3px 2px #fc50ad;">
Div content here</div>
This div box has shadow with color #fc50ad
Comments
No comments written yet.
Please login to write comment.