Shades of Peach-Yellow #FEE2AB
Tints of Peach-Yellow #FEE2AB
RGB
CMYK
RGB Variations
Color information
#FEE2AB (or 0xFEE2AB) is known color: Peach-Yellow. HEX triplet: FE, E2 and AB. RGB value is (254,226,171). Sum of RGB (Red+Green+Blue) = 254+226+171=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2AB is #011D54. Grayscale: #E4E4E4. Windows color (decimal): -73045 or 11264766. OLE color: 11264766.
HSL color Cylindrical-coordinate representation of color #FEE2AB: hue angle of 39.76º 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 #FEE2AB is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 171 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.00 |
| HSL | 39.76º | 0.98% | 0.83% | - |
| HSV(B) | 39.76º | 0.33% | 1% | - |
| XYZ | 75.42 | 78.4 | 49.69 | - |
| YUV | 228.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 171 | 0 | 0.11 | 0.33 | 0.00 | 39.76 | 0.98 | 0.83 |
| Hex | FE | E2 | AB | 0 | B | 21 | 0 | 28 | 62 | 53 |
| Octal | 376 | 342 | 253 | 0 | 13 | 41 | 0 | 50 | 142 | 123 |
| Binary | 11111110 | 11100010 | 10101011 | 0 | 1011 | 100001 | 0 | 101000 | 1100010 | 1010011 |
Color Harmonies of #FEE2AB
Complementary color
Monochromatic Colors of #FEE2AB
Black with #FEE2AB
Text Example
Text Example
White with #FEE2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2AB; }
p { color: rgb(254,226,171); }
H1.HeaderClassName
{
color: #FEE2AB;
}
.AnyTagClassName
{
color: #FEE2AB;
}
</style>
background-color css
<style>
a { background-color: #FEE2AB; }
a { background-color: rgb(254,226,171); }
div.DivClassName
{
background-color: #FEE2AB;
}
.BgClassName
{
background-color: #FEE2AB;
}
</style>
border-color css
<style>
span { border-color: #FEE2AB; }
span { border-color: rgb(254,226,171); }
td.TdClassName
{
border-color: #FEE2AB;
}
.TagClassName
{
border-color: #FEE2AB;
}
</style>