Shades of Peach #FEC3A8
Tints of Peach #FEC3A8
RGB
CMYK
RGB Variations
Color information
#FEC3A8 (or 0xFEC3A8) is known color: Peach. HEX triplet: FE, C3 and A8. RGB value is (254,195,168). Sum of RGB (Red+Green+Blue) = 254+195+168=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A8 is #013C57. Grayscale: #D1D1D1. Windows color (decimal): -80984 or 11060222. OLE color: 11060222.
HSL color Cylindrical-coordinate representation of color #FEC3A8: hue angle of 18.84º 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 #FEC3A8 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 168 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.00 |
| HSL | 18.84º | 0.98% | 0.83% | - |
| HSV(B) | 18.84º | 0.34% | 1% | - |
| XYZ | 67.46 | 62.93 | 45.64 | - |
| YUV | 209.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 168 | 0 | 0.23 | 0.34 | 0.00 | 18.84 | 0.98 | 0.83 |
| Hex | FE | C3 | A8 | 0 | 17 | 22 | 0 | 13 | 62 | 53 |
| Octal | 376 | 303 | 250 | 0 | 27 | 42 | 0 | 23 | 142 | 123 |
| Binary | 11111110 | 11000011 | 10101000 | 0 | 10111 | 100010 | 0 | 10011 | 1100010 | 1010011 |
Color Harmonies of #FEC3A8
Complementary color
Monochromatic Colors of #FEC3A8
Black with #FEC3A8
Text Example
Text Example
White with #FEC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3A8; }
p { color: rgb(254,195,168); }
H1.HeaderClassName
{
color: #FEC3A8;
}
.AnyTagClassName
{
color: #FEC3A8;
}
</style>
background-color css
<style>
a { background-color: #FEC3A8; }
a { background-color: rgb(254,195,168); }
div.DivClassName
{
background-color: #FEC3A8;
}
.BgClassName
{
background-color: #FEC3A8;
}
</style>
border-color css
<style>
span { border-color: #FEC3A8; }
span { border-color: rgb(254,195,168); }
td.TdClassName
{
border-color: #FEC3A8;
}
.TagClassName
{
border-color: #FEC3A8;
}
</style>