#fe8e87 color RGB value is (15, 232, 232).
#fe8e87 hex color red value is 15, green value is 232, and blue value is 232.
Cylindrical-coordinate representations (HSL) of color #fe8e87
hue: 180,
saturation: 0.88 and lightness: 0.48.
The process color (four-color CMYK) of #fe8e87 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fe8e87 is #ff9999. Color #fe8e87 contains mainly RED.
Color spaces of #fe8e87 | Value |
---|---|
RGB | 254, 142, 135 |
HSL | 0.01, 0.98, 0.76 |
HSV | 4°, 47°, 100° |
XYZ | 54.92, 42.17, 28.16 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10001110 | 10000111 |
Octal | 376 | 216 | 207 |
Decimal | 254 | 142 | 135 |
Hex | FE | 8E | 87 |
Shades of #fe8e87
Tints of #fe8e87
.mybgColor {background-color: #fe8e87;} .myforeColor {color: #fe8e87;} .myborderColor {border:3px solid #fe8e87;}
<p style="color:#fe8e87">Text here</p>
This sample text is styled with the font color #fe8e87. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#fe8e87">Div content here</div>
<div style="border:3px solid #fe8e87">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254, 142, 135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe8e87; } .divShadow { -moz-box-shadow: 1px 1px 3px #fe8e87; -webkit-box-shadow: 1px 1px 3px #fe8e87; box-shadow: 1px 1px 3px #fe8e87; }
<p style="text-shadow: 4px 4px 2px rgba(254, 142, 135, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fe8e87;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fe8e87;
-webkit-box-shadow: 1px 1px 3px #fe8e87;
box-shadow: 1px 1px 3px #fe8e87;">Div content here</div>