Shades of Peach #FECEA1
Tints of Peach #FECEA1
RGB
CMYK
RGB Variations
Color information
#FECEA1 (or 0xFECEA1) is known color: Peach. HEX triplet: FE, CE and A1. RGB value is (254,206,161). Sum of RGB (Red+Green+Blue) = 254+206+161=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA1 is #01315E. Grayscale: #D7D7D7. Windows color (decimal): -78175 or 10604286. OLE color: 10604286.
HSL color Cylindrical-coordinate representation of color #FECEA1: hue angle of 29.03º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FECEA1 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 161 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.00 |
| HSL | 29.03º | 0.98% | 0.81% | - |
| HSV(B) | 29.03º | 0.37% | 1% | - |
| XYZ | 69.38 | 67.79 | 43.15 | - |
| YUV | 215.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 161 | 0 | 0.19 | 0.37 | 0.00 | 29.03 | 0.98 | 0.81 |
| Hex | FE | CE | A1 | 0 | 13 | 25 | 0 | 1D | 62 | 51 |
| Octal | 376 | 316 | 241 | 0 | 23 | 45 | 0 | 35 | 142 | 121 |
| Binary | 11111110 | 11001110 | 10100001 | 0 | 10011 | 100101 | 0 | 11101 | 1100010 | 1010001 |
Color Harmonies of #FECEA1
Complementary color
Monochromatic Colors of #FECEA1
Black with #FECEA1
Text Example
Text Example
White with #FECEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEA1; }
p { color: rgb(254,206,161); }
H1.HeaderClassName
{
color: #FECEA1;
}
.AnyTagClassName
{
color: #FECEA1;
}
</style>
background-color css
<style>
a { background-color: #FECEA1; }
a { background-color: rgb(254,206,161); }
div.DivClassName
{
background-color: #FECEA1;
}
.BgClassName
{
background-color: #FECEA1;
}
</style>
border-color css
<style>
span { border-color: #FECEA1; }
span { border-color: rgb(254,206,161); }
td.TdClassName
{
border-color: #FECEA1;
}
.TagClassName
{
border-color: #FECEA1;
}
</style>