Color spaces of #fea49f
RGB | 254 | 164 | 159 |
---|---|---|---|
HSL | 0.01 | 0.98 | 0.81 |
HSV | 3° | 37° | 100° |
CMYK | 0.00 | 0.35 | 0.37 0.00 |
XYZ | 60.4065 | 50.1250 | 39.2922 |
Yxy | 50.1250 | 0.4032 | 0.3346 |
Hunter Lab | 70.7990 | 28.3999 | 16.6544 |
CIE-Lab | 76.1459 | 32.7038 | 16.4825 |
#fea49f color RGB value is (254,164,159).
#fea49f hex color red value is 254, green value is 164 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fea49f hue: 0.01 , saturation: 0.98 and the lightness value of fea49f is 0.81.
The process color (four color CMYK) of #fea49f color hex is 0.00, 0.35, 0.37, 0.00. Web safe color of #fea49f is #ff9999. Color #fea49f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10100100 | 10011111 |
Octal | 376 | 244 | 237 |
Decimal | 254 | 164 | 159 |
Hex | FE | A4 | 9F |
Shades of #fea49f
Tints of #fea49f
RGB Percentages of Color #fea49f
CMYK Percentages of Color #fea49f
Complementary Color
#fea49f | #9ff9fe |
#fea49f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea49f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea49f Color CSS Codes
.mybgcolor {background-color:#fea49f; } .myforecolor {color:#fea49f; } .mybordercolor {border:3px solid #fea49f; }
#fea49f Text Font Color
<p style="color:#fea49f">Text here</p>
This sample text font color is #fea49f
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.
#fea49f Background Color
<div style="background-color:#fea49f">
Div content here</div>
This div background color is #fea49f
#fea49f Border Color
<div style="border:3px solid #fea49f">
Div here</div>
This div border color is #fea49f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,164,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea49f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea49f; -webkit-box-shadow: 1px 1px 3px 2px #fea49f; box-shadow: 1px 1px 3px 2px #fea49f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,164,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea49f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea49f; -webkit-box-shadow: 1px 1px 3px 2px #fea49f; box-shadow: 1px 1px 3px 2px #fea49f;">
Div content here</div>
This div box has shadow with color #fea49f
Comments
No comments written yet.
Please login to write comment.