color details

Color Details
#feadc6 Color Hex

#feadc6 color RGB value is (15, 234, 220).
#feadc6 hex color red value is 15, green value is 234, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #feadc6 hue: 176.16, saturation: 0.88 and lightness: 0.49.

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

Color Spaces
Color spaces of #feadc6Value
RGB254, 173, 198
HSL0.95, 0.98, 0.84
HSV341°, 32°, 100°
XYZ66.01, 55.04, 60.56
Base Numbers
Base Red Green Blue
Binary 11111110 10101101 11000110
Octal 376 255 306
Decimal 254 173 198
Hex FE AD C6

RGB Percentages for Color #feadc6

40.64%
27.68%
31.68%

CMYK Percentages of the Color #feadc6

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top