#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 of #feadc6 | Value |
|---|---|
| RGB | 254, 173, 198 |
| HSL | 0.95, 0.98, 0.84 |
| HSV | 341°, 32°, 100° |
| XYZ | 66.01, 55.04, 60.56 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111110 | 10101101 | 11000110 |
| Octal | 376 | 255 | 306 |
| Decimal | 254 | 173 | 198 |
| Hex | FE | AD | C6 |
Shades of #feadc6
Tints of #feadc6
.mybgColor {background-color: #feadc6;}
.myforeColor {color: #feadc6;}
.myborderColor {border:3px solid #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,
<div style="background-color:#feadc6">Div content here</div>
<div style="border:3px solid #feadc6">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(254, 173, 198, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #feadc6;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
