color details

Color Details
#f8d1cd Color Hex

#f8d1cd color RGB value is (15, 141, 28).
#f8d1cd hex color red value is 15, green value is 141, and blue value is 28.
Cylindrical-coordinate representations (HSL) of color #f8d1cd hue: 126.19, saturation: 0.81 and lightness: 0.31.

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

Color Spaces
Color spaces of #f8d1cdValue
RGB248, 209, 205
HSL0.02, 0.75, 0.89
HSV6°, 17°, 97°
XYZ72.53, 69.97, 67.43
Base Numbers
Base Red Green Blue
Binary 11111000 11010001 11001101
Octal 370 321 315
Decimal 248 209 205
Hex F8 D1 CD

RGB Percentages for Color #f8d1cd

37.46%
31.57%
30.97%

CMYK Percentages of the Color #f8d1cd

15.73%
17.34%
2.75%
CSS Codes for Color #f8d1cd
.mybgColor {background-color: #f8d1cd;}
.myforeColor {color: #f8d1cd;}
.myborderColor {border:3px solid #f8d1cd;}
Text Font Color #f8d1cd

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top