Shades of Peach #FEC9A8
Tints of Peach #FEC9A8
RGB
CMYK
RGB Variations
Color information
#FEC9A8 (or 0xFEC9A8) is known color: Peach. HEX triplet: FE, C9 and A8. RGB value is (254,201,168). Sum of RGB (Red+Green+Blue) = 254+201+168=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A8 is #013657. Grayscale: #D5D5D5. Windows color (decimal): -79448 or 11061758. OLE color: 11061758.
HSL color Cylindrical-coordinate representation of color #FEC9A8: hue angle of 23.02º 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 #FEC9A8 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 168 | - |
CMYK | 0 | 0.21 | 0.34 | 0.00 |
HSL | 23.02º | 0.98% | 0.83% | - |
HSV(B) | 23.02º | 0.34% | 1% | - |
XYZ | 68.83 | 65.67 | 46.09 | - |
YUV | 213.09 | 102.56 | 157.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 168 | 0 | 0.21 | 0.34 | 0.00 | 23.02 | 0.98 | 0.83 |
Hex | FE | C9 | A8 | 0 | 15 | 22 | 0 | 17 | 62 | 53 |
Octal | 376 | 311 | 250 | 0 | 25 | 42 | 0 | 27 | 142 | 123 |
Binary | 11111110 | 11001001 | 10101000 | 0 | 10101 | 100010 | 0 | 10111 | 1100010 | 1010011 |
Color Harmonies of #FEC9A8
Complementary color
Monochromatic Colors of #FEC9A8
Black with #FEC9A8
Text Example
Text Example
White with #FEC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9A8; }
p { color: rgb(254,201,168); }
H1.HeaderClassName
{
color: #FEC9A8;
}
.AnyTagClassName
{
color: #FEC9A8;
}
</style>
background-color css
<style>
a { background-color: #FEC9A8; }
a { background-color: rgb(254,201,168); }
div.DivClassName
{
background-color: #FEC9A8;
}
.BgClassName
{
background-color: #FEC9A8;
}
</style>
border-color css
<style>
span { border-color: #FEC9A8; }
span { border-color: rgb(254,201,168); }
td.TdClassName
{
border-color: #FEC9A8;
}
.TagClassName
{
border-color: #FEC9A8;
}
</style>