color details

Color Details
#fe8e87 Color Hex

#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
Color spaces of #fe8e87Value
RGB254, 142, 135
HSL0.01, 0.98, 0.76
HSV4°, 47°, 100°
XYZ54.92, 42.17, 28.16
Base Numbers
Base Red Green Blue
Binary 11111110 10001110 10000111
Octal 376 216 207
Decimal 254 142 135
Hex FE 8E 87

RGB Percentages for Color #fe8e87

47.83%
26.74%
25.42%

CMYK Percentages of the Color #fe8e87

44.09%
46.85%
0.39%
CSS Codes for Color #fe8e87
.mybgColor {background-color: #fe8e87;}
.myforeColor {color: #fe8e87;}
.myborderColor {border:3px solid #fe8e87;}
Text Font Color #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,

Background Color #fe8e87

<div style="background-color:#fe8e87">Div content here</div>

The background color of this div is #fe8e87
Border Color #fe8e87

<div style="border:3px solid #fe8e87">Div here</div>

The border color of this div is #fe8e87
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254, 142, 135, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #fe8e87;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #fe8e87
Scroll to Top