color details

Color Details
#fae8e5 Color Hex

#fae8e5 color RGB value is (15, 174, 142).
#fae8e5 hex color red value is 15, green value is 174, and blue value is 142.
Cylindrical-coordinate representations (HSL) of color #fae8e5 hue: 167.92, saturation: 0.84 and lightness: 0.37.

The process color (four-color CMYK) of #fae8e5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fae8e5 is #ff9999. Color #fae8e5 contains mainly RED.

Color Spaces
Color spaces of #fae8e5Value
RGB250, 232, 229
HSL0.02, 0.68, 0.94
HSV9°, 8°, 98°
XYZ82.42, 83.7, 85.93
Base Numbers
Base Red Green Blue
Binary 11111010 11101000 11100101
Octal 372 350 345
Decimal 250 232 229
Hex FA E8 E5

RGB Percentages for Color #fae8e5

35.16%
32.63%
32.21%

CMYK Percentages of the Color #fae8e5

7.2%
8.4%
1.96%
CSS Codes for Color #fae8e5
.mybgColor {background-color: #fae8e5;}
.myforeColor {color: #fae8e5;}
.myborderColor {border:3px solid #fae8e5;}
Text Font Color #fae8e5

<p style="color:#fae8e5">Text here</p>

This sample text is styled with the font color #fae8e5. 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 #fae8e5

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

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

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

The border color of this div is #fae8e5
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(250, 232, 229, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #fae8e5;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #fae8e5;
-webkit-box-shadow: 1px 1px 3px #fae8e5;
box-shadow: 1px 1px 3px #fae8e5;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250, 232, 229, 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 #fae8e5;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #fae8e5; -webkit-box-shadow: 1px 1px 3px #fae8e5; box-shadow: 1px 1px 3px #fae8e5;">Div content here</div>

This div box has a shadow with a specified color. #fae8e5

Scroll to Top