Shades of Peach #FEC4A9
Tints of Peach #FEC4A9
RGB
CMYK
RGB Variations
Color information
#FEC4A9 (or 0xFEC4A9) is known color: Peach. HEX triplet: FE, C4 and A9. RGB value is (254,196,169). Sum of RGB (Red+Green+Blue) = 254+196+169=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 169 (66.41% from 255 or 27.30% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4A9 is #013B56. Grayscale: #D2D2D2. Windows color (decimal): -80727 or 11126014. OLE color: 11126014.
HSL color Cylindrical-coordinate representation of color #FEC4A9: hue angle of 19.06º 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 #FEC4A9 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 169 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.00 |
| HSL | 19.06º | 0.98% | 0.83% | - |
| HSV(B) | 19.06º | 0.33% | 1% | - |
| XYZ | 67.77 | 63.42 | 46.2 | - |
| YUV | 210.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 169 | 0 | 0.23 | 0.33 | 0.00 | 19.06 | 0.98 | 0.83 |
| Hex | FE | C4 | A9 | 0 | 17 | 21 | 0 | 13 | 62 | 53 |
| Octal | 376 | 304 | 251 | 0 | 27 | 41 | 0 | 23 | 142 | 123 |
| Binary | 11111110 | 11000100 | 10101001 | 0 | 10111 | 100001 | 0 | 10011 | 1100010 | 1010011 |
Color Harmonies of #FEC4A9
Complementary color
Monochromatic Colors of #FEC4A9
Black with #FEC4A9
Text Example
Text Example
White with #FEC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4A9; }
p { color: rgb(254,196,169); }
H1.HeaderClassName
{
color: #FEC4A9;
}
.AnyTagClassName
{
color: #FEC4A9;
}
</style>
background-color css
<style>
a { background-color: #FEC4A9; }
a { background-color: rgb(254,196,169); }
div.DivClassName
{
background-color: #FEC4A9;
}
.BgClassName
{
background-color: #FEC4A9;
}
</style>
border-color css
<style>
span { border-color: #FEC4A9; }
span { border-color: rgb(254,196,169); }
td.TdClassName
{
border-color: #FEC4A9;
}
.TagClassName
{
border-color: #FEC4A9;
}
</style>