color details

Color Details
#F7C8DA Color Hex

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

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

Color Spaces
Color spaces of #F7C8DAValue
RGB247, 200, 218
HSL0.94, 0.75, 0.88
HSV337°, 19°, 97°
XYZ71.67, 66.15, 75.31
Base Numbers
Base Red Green Blue
Binary 11110111 11001000 11011010
Octal 367 310 332
Decimal 247 200 218
Hex F7 C8 DA

RGB Percentages for Color #F7C8DA

37.14%
30.08%
32.78%

CMYK Percentages of the Color #F7C8DA

19.03%
11.74%
3.14%
CSS Codes for Color #F7C8DA
.mybgColor {background-color: #F7C8DA;}
.myforeColor {color: #F7C8DA;}
.myborderColor {border:3px solid #F7C8DA;}
Text Font Color #F7C8DA

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(247, 200, 218, 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 #F7C8DA;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #F7C8DA
Scroll to Top