Shades of Peach #FECAA0
Tints of Peach #FECAA0
RGB
CMYK
RGB Variations
Color information
#FECAA0 (or 0xFECAA0) is known color: Peach. HEX triplet: FE, CA and A0. RGB value is (254,202,160). Sum of RGB (Red+Green+Blue) = 254+202+160=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA0 is #01355F. Grayscale: #D4D4D4. Windows color (decimal): -79200 or 10537726. OLE color: 10537726.
HSL color Cylindrical-coordinate representation of color #FECAA0: hue angle of 26.81º 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 #FECAA0 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 160 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.00 |
| HSL | 26.81º | 0.98% | 0.81% | - |
| HSV(B) | 26.81º | 0.37% | 1% | - |
| XYZ | 68.34 | 65.85 | 42.37 | - |
| YUV | 212.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 160 | 0 | 0.20 | 0.37 | 0.00 | 26.81 | 0.98 | 0.81 |
| Hex | FE | CA | A0 | 0 | 14 | 25 | 0 | 1B | 62 | 51 |
| Octal | 376 | 312 | 240 | 0 | 24 | 45 | 0 | 33 | 142 | 121 |
| Binary | 11111110 | 11001010 | 10100000 | 0 | 10100 | 100101 | 0 | 11011 | 1100010 | 1010001 |
Color Harmonies of #FECAA0
Complementary color
Monochromatic Colors of #FECAA0
Black with #FECAA0
Text Example
Text Example
White with #FECAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAA0; }
p { color: rgb(254,202,160); }
H1.HeaderClassName
{
color: #FECAA0;
}
.AnyTagClassName
{
color: #FECAA0;
}
</style>
background-color css
<style>
a { background-color: #FECAA0; }
a { background-color: rgb(254,202,160); }
div.DivClassName
{
background-color: #FECAA0;
}
.BgClassName
{
background-color: #FECAA0;
}
</style>
border-color css
<style>
span { border-color: #FECAA0; }
span { border-color: rgb(254,202,160); }
td.TdClassName
{
border-color: #FECAA0;
}
.TagClassName
{
border-color: #FECAA0;
}
</style>