Shades of Peach #FECEAA
Tints of Peach #FECEAA
RGB
CMYK
RGB Variations
Color information
#FECEAA (or 0xFECEAA) is known color: Peach. HEX triplet: FE, CE and AA. RGB value is (254,206,170). Sum of RGB (Red+Green+Blue) = 254+206+170=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEAA is #013155. Grayscale: #D8D8D8. Windows color (decimal): -78166 or 11194110. OLE color: 11194110.
HSL color Cylindrical-coordinate representation of color #FECEAA: hue angle of 25.71º 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 #FECEAA is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 170 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.00 |
| HSL | 25.71º | 0.98% | 0.83% | - |
| HSV(B) | 25.71º | 0.33% | 1% | - |
| XYZ | 70.2 | 68.12 | 47.48 | - |
| YUV | 216.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 170 | 0 | 0.19 | 0.33 | 0.00 | 25.71 | 0.98 | 0.83 |
| Hex | FE | CE | AA | 0 | 13 | 21 | 0 | 1A | 62 | 53 |
| Octal | 376 | 316 | 252 | 0 | 23 | 41 | 0 | 32 | 142 | 123 |
| Binary | 11111110 | 11001110 | 10101010 | 0 | 10011 | 100001 | 0 | 11010 | 1100010 | 1010011 |
Color Harmonies of #FECEAA
Complementary color
Monochromatic Colors of #FECEAA
Black with #FECEAA
Text Example
Text Example
White with #FECEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEAA; }
p { color: rgb(254,206,170); }
H1.HeaderClassName
{
color: #FECEAA;
}
.AnyTagClassName
{
color: #FECEAA;
}
</style>
background-color css
<style>
a { background-color: #FECEAA; }
a { background-color: rgb(254,206,170); }
div.DivClassName
{
background-color: #FECEAA;
}
.BgClassName
{
background-color: #FECEAA;
}
</style>
border-color css
<style>
span { border-color: #FECEAA; }
span { border-color: rgb(254,206,170); }
td.TdClassName
{
border-color: #FECEAA;
}
.TagClassName
{
border-color: #FECEAA;
}
</style>