Shades of Peach #FED1AA
Tints of Peach #FED1AA
RGB
CMYK
RGB Variations
Color information
#FED1AA (or 0xFED1AA) is known color: Peach. HEX triplet: FE, D1 and AA. RGB value is (254,209,170). Sum of RGB (Red+Green+Blue) = 254+209+170=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED1AA is #012E55. Grayscale: #DADADA. Windows color (decimal): -77398 or 11194878. OLE color: 11194878.
HSL color Cylindrical-coordinate representation of color #FED1AA: hue angle of 27.86º 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 #FED1AA is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 209 | 170 | - |
CMYK | 0 | 0.18 | 0.33 | 0.00 |
HSL | 27.86º | 0.98% | 0.83% | - |
HSV(B) | 27.86º | 0.33% | 1% | - |
XYZ | 70.93 | 69.57 | 47.72 | - |
YUV | 218.01 | 100.91 | 153.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 209 | 170 | 0 | 0.18 | 0.33 | 0.00 | 27.86 | 0.98 | 0.83 |
Hex | FE | D1 | AA | 0 | 12 | 21 | 0 | 1C | 62 | 53 |
Octal | 376 | 321 | 252 | 0 | 22 | 41 | 0 | 34 | 142 | 123 |
Binary | 11111110 | 11010001 | 10101010 | 0 | 10010 | 100001 | 0 | 11100 | 1100010 | 1010011 |
Color Harmonies of #FED1AA
Complementary color
Monochromatic Colors of #FED1AA
Black with #FED1AA
Text Example
Text Example
White with #FED1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1AA; }
p { color: rgb(254,209,170); }
H1.HeaderClassName
{
color: #FED1AA;
}
.AnyTagClassName
{
color: #FED1AA;
}
</style>
background-color css
<style>
a { background-color: #FED1AA; }
a { background-color: rgb(254,209,170); }
div.DivClassName
{
background-color: #FED1AA;
}
.BgClassName
{
background-color: #FED1AA;
}
</style>
border-color css
<style>
span { border-color: #FED1AA; }
span { border-color: rgb(254,209,170); }
td.TdClassName
{
border-color: #FED1AA;
}
.TagClassName
{
border-color: #FED1AA;
}
</style>