Shades of Peach #FECEA0
Tints of Peach #FECEA0
RGB
CMYK
RGB Variations
Color information
#FECEA0 (or 0xFECEA0) is known color: Peach. HEX triplet: FE, CE and A0. RGB value is (254,206,160). Sum of RGB (Red+Green+Blue) = 254+206+160=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA0 is #01315F. Grayscale: #D7D7D7. Windows color (decimal): -78176 or 10538750. OLE color: 10538750.
HSL color Cylindrical-coordinate representation of color #FECEA0: hue angle of 29.36º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FECEA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 160 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.00 |
| HSL | 29.36º | 0.98% | 0.81% | - |
| HSV(B) | 29.36º | 0.37% | 1% | - |
| XYZ | 69.29 | 67.75 | 42.68 | - |
| YUV | 215.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 160 | 0 | 0.19 | 0.37 | 0.00 | 29.36 | 0.98 | 0.81 |
| Hex | FE | CE | A0 | 0 | 13 | 25 | 0 | 1D | 62 | 51 |
| Octal | 376 | 316 | 240 | 0 | 23 | 45 | 0 | 35 | 142 | 121 |
| Binary | 11111110 | 11001110 | 10100000 | 0 | 10011 | 100101 | 0 | 11101 | 1100010 | 1010001 |
Color Harmonies of #FECEA0
Complementary color
Monochromatic Colors of #FECEA0
Black with #FECEA0
Text Example
Text Example
White with #FECEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEA0; }
p { color: rgb(254,206,160); }
H1.HeaderClassName
{
color: #FECEA0;
}
.AnyTagClassName
{
color: #FECEA0;
}
</style>
background-color css
<style>
a { background-color: #FECEA0; }
a { background-color: rgb(254,206,160); }
div.DivClassName
{
background-color: #FECEA0;
}
.BgClassName
{
background-color: #FECEA0;
}
</style>
border-color css
<style>
span { border-color: #FECEA0; }
span { border-color: rgb(254,206,160); }
td.TdClassName
{
border-color: #FECEA0;
}
.TagClassName
{
border-color: #FECEA0;
}
</style>