Shades of Peach-Yellow #FEE1AC
Tints of Peach-Yellow #FEE1AC
RGB
CMYK
RGB Variations
Color information
#FEE1AC (or 0xFEE1AC) is known color: Peach-Yellow. HEX triplet: FE, E1 and AC. RGB value is (254,225,172). Sum of RGB (Red+Green+Blue) = 254+225+172=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1AC is #011E53. Grayscale: #E3E3E3. Windows color (decimal): -73300 or 11330046. OLE color: 11330046.
HSL color Cylindrical-coordinate representation of color #FEE1AC: hue angle of 38.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEE1AC is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 172 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.00 |
| HSL | 38.78º | 0.98% | 0.84% | - |
| HSV(B) | 38.78º | 0.32% | 1% | - |
| XYZ | 75.24 | 77.9 | 50.1 | - |
| YUV | 227.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 172 | 0 | 0.11 | 0.32 | 0.00 | 38.78 | 0.98 | 0.84 |
| Hex | FE | E1 | AC | 0 | B | 20 | 0 | 27 | 62 | 54 |
| Octal | 376 | 341 | 254 | 0 | 13 | 40 | 0 | 47 | 142 | 124 |
| Binary | 11111110 | 11100001 | 10101100 | 0 | 1011 | 100000 | 0 | 100111 | 1100010 | 1010100 |
Color Harmonies of #FEE1AC
Complementary color
Monochromatic Colors of #FEE1AC
Black with #FEE1AC
Text Example
Text Example
White with #FEE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1AC; }
p { color: rgb(254,225,172); }
H1.HeaderClassName
{
color: #FEE1AC;
}
.AnyTagClassName
{
color: #FEE1AC;
}
</style>
background-color css
<style>
a { background-color: #FEE1AC; }
a { background-color: rgb(254,225,172); }
div.DivClassName
{
background-color: #FEE1AC;
}
.BgClassName
{
background-color: #FEE1AC;
}
</style>
border-color css
<style>
span { border-color: #FEE1AC; }
span { border-color: rgb(254,225,172); }
td.TdClassName
{
border-color: #FEE1AC;
}
.TagClassName
{
border-color: #FEE1AC;
}
</style>