Shades of Peach #FED4AA
Tints of Peach #FED4AA
RGB
CMYK
RGB Variations
Color information
#FED4AA (or 0xFED4AA) is known color: Peach. HEX triplet: FE, D4 and AA. RGB value is (254,212,170). Sum of RGB (Red+Green+Blue) = 254+212+170=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4AA is #012B55. Grayscale: #DBDBDB. Windows color (decimal): -76630 or 11195646. OLE color: 11195646.
HSL color Cylindrical-coordinate representation of color #FED4AA: hue angle of 30º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FED4AA is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 170 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.00 |
| HSL | 30º | 0.98% | 0.83% | - |
| HSV(B) | 30º | 0.33% | 1% | - |
| XYZ | 71.67 | 71.06 | 47.97 | - |
| YUV | 219.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 170 | 0 | 0.17 | 0.33 | 0.00 | 30 | 0.98 | 0.83 |
| Hex | FE | D4 | AA | 0 | 11 | 21 | 0 | 1E | 62 | 53 |
| Octal | 376 | 324 | 252 | 0 | 21 | 41 | 0 | 36 | 142 | 123 |
| Binary | 11111110 | 11010100 | 10101010 | 0 | 10001 | 100001 | 0 | 11110 | 1100010 | 1010011 |
Color Harmonies of #FED4AA
Complementary color
Monochromatic Colors of #FED4AA
Black with #FED4AA
Text Example
Text Example
White with #FED4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4AA; }
p { color: rgb(254,212,170); }
H1.HeaderClassName
{
color: #FED4AA;
}
.AnyTagClassName
{
color: #FED4AA;
}
</style>
background-color css
<style>
a { background-color: #FED4AA; }
a { background-color: rgb(254,212,170); }
div.DivClassName
{
background-color: #FED4AA;
}
.BgClassName
{
background-color: #FED4AA;
}
</style>
border-color css
<style>
span { border-color: #FED4AA; }
span { border-color: rgb(254,212,170); }
td.TdClassName
{
border-color: #FED4AA;
}
.TagClassName
{
border-color: #FED4AA;
}
</style>