color details

Color Details
#f5d1cc Color Hex

#f5d1cc color RGB value is (15, 93, 28).
#f5d1cc hex color red value is 15, green value is 93, and blue value is 28.
Cylindrical-coordinate representations (HSL) of color #f5d1cc hue: 130, saturation: 0.72 and lightness: 0.21.

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

Color Spaces
Color spaces of #f5d1ccValue
RGB245, 209, 204
HSL0.02, 0.67, 0.88
HSV7°, 17°, 96°
XYZ71.36, 69.38, 66.75
Base Numbers
Base Red Green Blue
Binary 11110101 11010001 11001100
Octal 365 321 314
Decimal 245 209 204
Hex F5 D1 CC

RGB Percentages for Color #f5d1cc

37.23%
31.76%
31%

CMYK Percentages of the Color #f5d1cc

14.69%
16.73%
3.92%
CSS Codes for Color #f5d1cc
.mybgColor {background-color: #f5d1cc;}
.myforeColor {color: #f5d1cc;}
.myborderColor {border:3px solid #f5d1cc;}
Text Font Color #f5d1cc

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(245, 209, 204, 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 #f5d1cc;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top