Shades of Peach #FEC9A2
Tints of Peach #FEC9A2
RGB
CMYK
RGB Variations
Color information
#FEC9A2 (or 0xFEC9A2) is known color: Peach. HEX triplet: FE, C9 and A2. RGB value is (254,201,162). Sum of RGB (Red+Green+Blue) = 254+201+162=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A2 is #01365D. Grayscale: #D4D4D4. Windows color (decimal): -79454 or 10668542. OLE color: 10668542.
HSL color Cylindrical-coordinate representation of color #FEC9A2: hue angle of 25.43º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEC9A2 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 162 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.00 |
| HSL | 25.43º | 0.98% | 0.82% | - |
| HSV(B) | 25.43º | 0.36% | 1% | - |
| XYZ | 68.28 | 65.45 | 43.22 | - |
| YUV | 212.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 162 | 0 | 0.21 | 0.36 | 0.00 | 25.43 | 0.98 | 0.82 |
| Hex | FE | C9 | A2 | 0 | 15 | 24 | 0 | 19 | 62 | 52 |
| Octal | 376 | 311 | 242 | 0 | 25 | 44 | 0 | 31 | 142 | 122 |
| Binary | 11111110 | 11001001 | 10100010 | 0 | 10101 | 100100 | 0 | 11001 | 1100010 | 1010010 |
Color Harmonies of #FEC9A2
Complementary color
Monochromatic Colors of #FEC9A2
Black with #FEC9A2
Text Example
Text Example
White with #FEC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9A2; }
p { color: rgb(254,201,162); }
H1.HeaderClassName
{
color: #FEC9A2;
}
.AnyTagClassName
{
color: #FEC9A2;
}
</style>
background-color css
<style>
a { background-color: #FEC9A2; }
a { background-color: rgb(254,201,162); }
div.DivClassName
{
background-color: #FEC9A2;
}
.BgClassName
{
background-color: #FEC9A2;
}
</style>
border-color css
<style>
span { border-color: #FEC9A2; }
span { border-color: rgb(254,201,162); }
td.TdClassName
{
border-color: #FEC9A2;
}
.TagClassName
{
border-color: #FEC9A2;
}
</style>