Color spaces of #fc569e
RGB | 252 | 86 | 158 |
---|---|---|---|
HSL | 0.93 | 0.97 | 0.66 |
HSV | 334° | 66° | 99° |
CMYK | 0.00 | 0.66 | 0.37 0.01 |
XYZ | 49.6442 | 29.8196 | 35.4870 |
Yxy | 29.8196 | 0.4319 | 0.2594 |
Hunter Lab | 54.6073 | 66.7138 | -0.3049 |
CIE-Lab | 61.4983 | 68.6234 | -4.0186 |
#fc569e color RGB value is (252,86,158).
#fc569e hex color red value is 252, green value is 86 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc569e hue: 0.93 , saturation: 0.97 and the lightness value of fc569e is 0.66.
The process color (four color CMYK) of #fc569e color hex is 0.00, 0.66, 0.37, 0.01. Web safe color of #fc569e is #ff6699. Color #fc569e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01010110 | 10011110 |
Octal | 374 | 126 | 236 |
Decimal | 252 | 86 | 158 |
Hex | FC | 56 | 9E |
Shades of #fc569e
Tints of #fc569e
RGB Percentages of Color #fc569e
CMYK Percentages of Color #fc569e
Complementary Color
#fc569e | #56fcb4 |
#fc569e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc569e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc569e Color CSS Codes
.mybgcolor {background-color:#fc569e; } .myforecolor {color:#fc569e; } .mybordercolor {border:3px solid #fc569e; }
#fc569e Text Font Color
<p style="color:#fc569e">Text here</p>
This sample text font color is #fc569e
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.
#fc569e Background Color
<div style="background-color:#fc569e">
Div content here</div>
This div background color is #fc569e
#fc569e Border Color
<div style="border:3px solid #fc569e">
Div here</div>
This div border color is #fc569e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,86,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc569e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc569e; -webkit-box-shadow: 1px 1px 3px 2px #fc569e; box-shadow: 1px 1px 3px 2px #fc569e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,86,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc569e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc569e; -webkit-box-shadow: 1px 1px 3px 2px #fc569e; box-shadow: 1px 1px 3px 2px #fc569e;">
Div content here</div>
This div box has shadow with color #fc569e
Comments
No comments written yet.
Please login to write comment.