color details

Color Details
#fed2cf Color Hex

#fed2cf color RGB value is (15, 237, 44).
#fed2cf hex color red value is 15, green value is 237, and blue value is 44.
Cylindrical-coordinate representations (HSL) of color #fed2cf hue: 127.84, saturation: 0.88 and lightness: 0.49.

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

Color Spaces
Color spaces of #fed2cfValue
RGB254, 210, 207
HSL0.01, 0.96, 0.9
HSV4°, 19°, 100°
XYZ75.18, 71.67, 68.89
Base Numbers
Base Red Green Blue
Binary 11111110 11010010 11001111
Octal 376 322 317
Decimal 254 210 207
Hex FE D2 CF

RGB Percentages for Color #fed2cf

37.85%
31.3%
30.85%

CMYK Percentages of the Color #fed2cf

17.32%
18.5%
0.39%
CSS Codes for Color #fed2cf
.mybgColor {background-color: #fed2cf;}
.myforeColor {color: #fed2cf;}
.myborderColor {border:3px solid #fed2cf;}
Text Font Color #fed2cf

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(254, 210, 207, 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 #fed2cf;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top