Color spaces of #fe556f
RGB | 254 | 85 | 111 |
---|---|---|---|
HSL | 0.97 | 0.99 | 0.66 |
HSV | 351° | 67° | 100° |
CMYK | 0.00 | 0.67 | 0.56 0.00 |
XYZ | 46.9908 | 28.7155 | 18.1049 |
Yxy | 28.7155 | 0.5009 | 0.3061 |
Hunter Lab | 53.5868 | 62.7513 | 17.4790 |
CIE-Lab | 60.5297 | 65.4924 | 21.9691 |
#fe556f color RGB value is (254,85,111).
#fe556f hex color red value is 254, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fe556f hue: 0.97 , saturation: 0.99 and the lightness value of fe556f is 0.66.
The process color (four color CMYK) of #fe556f color hex is 0.00, 0.67, 0.56, 0.00. Web safe color of #fe556f is #ff6666. Color #fe556f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010101 | 01101111 |
Octal | 376 | 125 | 157 |
Decimal | 254 | 85 | 111 |
Hex | FE | 55 | 6F |
Shades of #fe556f
Tints of #fe556f
RGB Percentages of Color #fe556f
CMYK Percentages of Color #fe556f
Complementary Color
#fe556f | #55fee4 |
#fe556f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe556f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe556f Color CSS Codes
.mybgcolor {background-color:#fe556f; } .myforecolor {color:#fe556f; } .mybordercolor {border:3px solid #fe556f; }
#fe556f Text Font Color
<p style="color:#fe556f">Text here</p>
This sample text font color is #fe556f
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.
#fe556f Background Color
<div style="background-color:#fe556f">
Div content here</div>
This div background color is #fe556f
#fe556f Border Color
<div style="border:3px solid #fe556f">
Div here</div>
This div border color is #fe556f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,85,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe556f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe556f; -webkit-box-shadow: 1px 1px 3px 2px #fe556f; box-shadow: 1px 1px 3px 2px #fe556f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,85,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe556f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe556f; -webkit-box-shadow: 1px 1px 3px 2px #fe556f; box-shadow: 1px 1px 3px 2px #fe556f;">
Div content here</div>
This div box has shadow with color #fe556f
Comments
No comments written yet.
Please login to write comment.