Shades of Peach #FEC8A2
Tints of Peach #FEC8A2
RGB
CMYK
RGB Variations
Color information
#FEC8A2 (or 0xFEC8A2) is known color: Peach. HEX triplet: FE, C8 and A2. RGB value is (254,200,162). Sum of RGB (Red+Green+Blue) = 254+200+162=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A2 is #01375D. Grayscale: #D4D4D4. Windows color (decimal): -79710 or 10668286. OLE color: 10668286.
HSL color Cylindrical-coordinate representation of color #FEC8A2: hue angle of 24.78º 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 #FEC8A2 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 162 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.00 |
| HSL | 24.78º | 0.98% | 0.82% | - |
| HSV(B) | 24.78º | 0.36% | 1% | - |
| XYZ | 68.05 | 64.99 | 43.14 | - |
| YUV | 211.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 162 | 0 | 0.21 | 0.36 | 0.00 | 24.78 | 0.98 | 0.82 |
| Hex | FE | C8 | A2 | 0 | 15 | 24 | 0 | 19 | 62 | 52 |
| Octal | 376 | 310 | 242 | 0 | 25 | 44 | 0 | 31 | 142 | 122 |
| Binary | 11111110 | 11001000 | 10100010 | 0 | 10101 | 100100 | 0 | 11001 | 1100010 | 1010010 |
Color Harmonies of #FEC8A2
Complementary color
Monochromatic Colors of #FEC8A2
Black with #FEC8A2
Text Example
Text Example
White with #FEC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8A2; }
p { color: rgb(254,200,162); }
H1.HeaderClassName
{
color: #FEC8A2;
}
.AnyTagClassName
{
color: #FEC8A2;
}
</style>
background-color css
<style>
a { background-color: #FEC8A2; }
a { background-color: rgb(254,200,162); }
div.DivClassName
{
background-color: #FEC8A2;
}
.BgClassName
{
background-color: #FEC8A2;
}
</style>
border-color css
<style>
span { border-color: #FEC8A2; }
span { border-color: rgb(254,200,162); }
td.TdClassName
{
border-color: #FEC8A2;
}
.TagClassName
{
border-color: #FEC8A2;
}
</style>