Shades of Peach #FED2A9
Tints of Peach #FED2A9
RGB
CMYK
RGB Variations
Color information
#FED2A9 (or 0xFED2A9) is known color: Peach. HEX triplet: FE, D2 and A9. RGB value is (254,210,169). Sum of RGB (Red+Green+Blue) = 254+210+169=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 169 (66.41% from 255 or 26.70% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2A9 is #012D56. Grayscale: #DADADA. Windows color (decimal): -77143 or 11129598. OLE color: 11129598.
HSL color Cylindrical-coordinate representation of color #FED2A9: hue angle of 28.94º 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 #FED2A9 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 169 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.00 |
| HSL | 28.94º | 0.98% | 0.83% | - |
| HSV(B) | 28.94º | 0.33% | 1% | - |
| XYZ | 71.08 | 70.03 | 47.31 | - |
| YUV | 218.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 169 | 0 | 0.17 | 0.33 | 0.00 | 28.94 | 0.98 | 0.83 |
| Hex | FE | D2 | A9 | 0 | 11 | 21 | 0 | 1D | 62 | 53 |
| Octal | 376 | 322 | 251 | 0 | 21 | 41 | 0 | 35 | 142 | 123 |
| Binary | 11111110 | 11010010 | 10101001 | 0 | 10001 | 100001 | 0 | 11101 | 1100010 | 1010011 |
Color Harmonies of #FED2A9
Complementary color
Monochromatic Colors of #FED2A9
Black with #FED2A9
Text Example
Text Example
White with #FED2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2A9; }
p { color: rgb(254,210,169); }
H1.HeaderClassName
{
color: #FED2A9;
}
.AnyTagClassName
{
color: #FED2A9;
}
</style>
background-color css
<style>
a { background-color: #FED2A9; }
a { background-color: rgb(254,210,169); }
div.DivClassName
{
background-color: #FED2A9;
}
.BgClassName
{
background-color: #FED2A9;
}
</style>
border-color css
<style>
span { border-color: #FED2A9; }
span { border-color: rgb(254,210,169); }
td.TdClassName
{
border-color: #FED2A9;
}
.TagClassName
{
border-color: #FED2A9;
}
</style>