Shades of Peach #FECAAA
Tints of Peach #FECAAA
RGB
CMYK
RGB Variations
Color information
#FECAAA (or 0xFECAAA) is known color: Peach. HEX triplet: FE, CA and AA. RGB value is (254,202,170). Sum of RGB (Red+Green+Blue) = 254+202+170=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAAA is #013555. Grayscale: #D6D6D6. Windows color (decimal): -79190 or 11193086. OLE color: 11193086.
HSL color Cylindrical-coordinate representation of color #FECAAA: hue angle of 22.86º 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 #FECAAA is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 170 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.00 |
| HSL | 22.86º | 0.98% | 0.83% | - |
| HSV(B) | 22.86º | 0.33% | 1% | - |
| XYZ | 69.25 | 66.21 | 47.16 | - |
| YUV | 213.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 170 | 0 | 0.20 | 0.33 | 0.00 | 22.86 | 0.98 | 0.83 |
| Hex | FE | CA | AA | 0 | 14 | 21 | 0 | 17 | 62 | 53 |
| Octal | 376 | 312 | 252 | 0 | 24 | 41 | 0 | 27 | 142 | 123 |
| Binary | 11111110 | 11001010 | 10101010 | 0 | 10100 | 100001 | 0 | 10111 | 1100010 | 1010011 |
Color Harmonies of #FECAAA
Complementary color
Monochromatic Colors of #FECAAA
Black with #FECAAA
Text Example
Text Example
White with #FECAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAAA; }
p { color: rgb(254,202,170); }
H1.HeaderClassName
{
color: #FECAAA;
}
.AnyTagClassName
{
color: #FECAAA;
}
</style>
background-color css
<style>
a { background-color: #FECAAA; }
a { background-color: rgb(254,202,170); }
div.DivClassName
{
background-color: #FECAAA;
}
.BgClassName
{
background-color: #FECAAA;
}
</style>
border-color css
<style>
span { border-color: #FECAAA; }
span { border-color: rgb(254,202,170); }
td.TdClassName
{
border-color: #FECAAA;
}
.TagClassName
{
border-color: #FECAAA;
}
</style>