Shades of Peach #FECAA8
Tints of Peach #FECAA8
RGB
CMYK
RGB Variations
Color information
#FECAA8 (or 0xFECAA8) is known color: Peach. HEX triplet: FE, CA and A8. RGB value is (254,202,168). Sum of RGB (Red+Green+Blue) = 254+202+168=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA8 is #013557. Grayscale: #D5D5D5. Windows color (decimal): -79192 or 11062014. OLE color: 11062014.
HSL color Cylindrical-coordinate representation of color #FECAA8: hue angle of 23.72º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FECAA8 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 168 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.00 |
| HSL | 23.72º | 0.98% | 0.83% | - |
| HSV(B) | 23.72º | 0.34% | 1% | - |
| XYZ | 69.06 | 66.14 | 46.17 | - |
| YUV | 213.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 168 | 0 | 0.20 | 0.34 | 0.00 | 23.72 | 0.98 | 0.83 |
| Hex | FE | CA | A8 | 0 | 14 | 22 | 0 | 18 | 62 | 53 |
| Octal | 376 | 312 | 250 | 0 | 24 | 42 | 0 | 30 | 142 | 123 |
| Binary | 11111110 | 11001010 | 10101000 | 0 | 10100 | 100010 | 0 | 11000 | 1100010 | 1010011 |
Color Harmonies of #FECAA8
Complementary color
Monochromatic Colors of #FECAA8
Black with #FECAA8
Text Example
Text Example
White with #FECAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAA8; }
p { color: rgb(254,202,168); }
H1.HeaderClassName
{
color: #FECAA8;
}
.AnyTagClassName
{
color: #FECAA8;
}
</style>
background-color css
<style>
a { background-color: #FECAA8; }
a { background-color: rgb(254,202,168); }
div.DivClassName
{
background-color: #FECAA8;
}
.BgClassName
{
background-color: #FECAA8;
}
</style>
border-color css
<style>
span { border-color: #FECAA8; }
span { border-color: rgb(254,202,168); }
td.TdClassName
{
border-color: #FECAA8;
}
.TagClassName
{
border-color: #FECAA8;
}
</style>