Shades of Peach #FECEA9
Tints of Peach #FECEA9
RGB
CMYK
RGB Variations
Color information
#FECEA9 (or 0xFECEA9) is known color: Peach. HEX triplet: FE, CE and A9. RGB value is (254,206,169). Sum of RGB (Red+Green+Blue) = 254+206+169=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA9 is #013156. Grayscale: #D8D8D8. Windows color (decimal): -78167 or 11128574. OLE color: 11128574.
HSL color Cylindrical-coordinate representation of color #FECEA9: hue angle of 26.12º 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 #FECEA9 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 169 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 26.12º | 0.98% | 0.83% | - |
| HSV(B) | 26.12º | 0.33% | 1% | - |
| XYZ | 70.11 | 68.08 | 46.98 | - |
| YUV | 216.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 169 | 0 | 0.19 | 0.33 | 0.00 | 26.12 | 0.98 | 0.83 |
| Hex | FE | CE | A9 | 0 | 13 | 21 | 0 | 1A | 62 | 53 |
| Octal | 376 | 316 | 251 | 0 | 23 | 41 | 0 | 32 | 142 | 123 |
| Binary | 11111110 | 11001110 | 10101001 | 0 | 10011 | 100001 | 0 | 11010 | 1100010 | 1010011 |
Color Harmonies of #FECEA9
Complementary color
Monochromatic Colors of #FECEA9
Black with #FECEA9
Text Example
Text Example
White with #FECEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEA9; }
p { color: rgb(254,206,169); }
H1.HeaderClassName
{
color: #FECEA9;
}
.AnyTagClassName
{
color: #FECEA9;
}
</style>
background-color css
<style>
a { background-color: #FECEA9; }
a { background-color: rgb(254,206,169); }
div.DivClassName
{
background-color: #FECEA9;
}
.BgClassName
{
background-color: #FECEA9;
}
</style>
border-color css
<style>
span { border-color: #FECEA9; }
span { border-color: rgb(254,206,169); }
td.TdClassName
{
border-color: #FECEA9;
}
.TagClassName
{
border-color: #FECEA9;
}
</style>