color details

Color Details
#f8c1cd Color Hex

#f8c1cd color RGB value is (15, 140, 28).
#f8c1cd hex color red value is 15, green value is 140, and blue value is 28.
Cylindrical-coordinate representations (HSL) of color #f8c1cd hue: 126.24, saturation: 0.81 and lightness: 0.3.

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

Color Spaces
Color spaces of #f8c1cdValue
RGB248, 193, 205
HSL0.96, 0.8, 0.86
HSV347°, 22°, 97°
XYZ68.8, 62.51, 66.19
Base Numbers
Base Red Green Blue
Binary 11111000 11000001 11001101
Octal 370 301 315
Decimal 248 193 205
Hex F8 C1 CD

RGB Percentages for Color #f8c1cd

38.39%
29.88%
31.73%

CMYK Percentages of the Color #f8c1cd

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top