Shades of Peach #FED2AA
Tints of Peach #FED2AA
RGB
CMYK
RGB Variations
Color information
#FED2AA (or 0xFED2AA) is known color: Peach. HEX triplet: FE, D2 and AA. RGB value is (254,210,170). Sum of RGB (Red+Green+Blue) = 254+210+170=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2AA is #012D55. Grayscale: #DADADA. Windows color (decimal): -77142 or 11195134. OLE color: 11195134.
HSL color Cylindrical-coordinate representation of color #FED2AA: hue angle of 28.57º 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 #FED2AA is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 170 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.00 |
| HSL | 28.57º | 0.98% | 0.83% | - |
| HSV(B) | 28.57º | 0.33% | 1% | - |
| XYZ | 71.18 | 70.07 | 47.8 | - |
| YUV | 218.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 170 | 0 | 0.17 | 0.33 | 0.00 | 28.57 | 0.98 | 0.83 |
| Hex | FE | D2 | AA | 0 | 11 | 21 | 0 | 1D | 62 | 53 |
| Octal | 376 | 322 | 252 | 0 | 21 | 41 | 0 | 35 | 142 | 123 |
| Binary | 11111110 | 11010010 | 10101010 | 0 | 10001 | 100001 | 0 | 11101 | 1100010 | 1010011 |
Color Harmonies of #FED2AA
Complementary color
Monochromatic Colors of #FED2AA
Black with #FED2AA
Text Example
Text Example
White with #FED2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2AA; }
p { color: rgb(254,210,170); }
H1.HeaderClassName
{
color: #FED2AA;
}
.AnyTagClassName
{
color: #FED2AA;
}
</style>
background-color css
<style>
a { background-color: #FED2AA; }
a { background-color: rgb(254,210,170); }
div.DivClassName
{
background-color: #FED2AA;
}
.BgClassName
{
background-color: #FED2AA;
}
</style>
border-color css
<style>
span { border-color: #FED2AA; }
span { border-color: rgb(254,210,170); }
td.TdClassName
{
border-color: #FED2AA;
}
.TagClassName
{
border-color: #FED2AA;
}
</style>