color details

Color Details
#faf6ce Color Hex

#faf6ce color RGB value is (15, 175, 108).
#faf6ce hex color red value is 15, green value is 175, and blue value is 108.
Cylindrical-coordinate representations (HSL) of color #faf6ce hue: 154.88, saturation: 0.84 and lightness: 0.37.

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

Color Spaces
Color spaces of #faf6ceValue
RGB250, 246, 206
HSL0.15, 0.81, 0.89
HSV55°, 18°, 98°
XYZ83.52, 90.69, 71.49
Base Numbers
Base Red Green Blue
Binary 11111010 11110110 11001110
Octal 372 366 316
Decimal 250 246 206
Hex FA F6 CE

RGB Percentages for Color #faf6ce

35.61%
35.04%
29.34%

CMYK Percentages of the Color #faf6ce

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top