Shades of Peach-Yellow #FEE4AB
Tints of Peach-Yellow #FEE4AB
RGB
CMYK
RGB Variations
Color information
#FEE4AB (or 0xFEE4AB) is known color: Peach-Yellow. HEX triplet: FE, E4 and AB. RGB value is (254,228,171). Sum of RGB (Red+Green+Blue) = 254+228+171=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 171 (67.19% from 255 or 26.19% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4AB is #011B54. Grayscale: #E5E5E5. Windows color (decimal): -72533 or 11265278. OLE color: 11265278.
HSL color Cylindrical-coordinate representation of color #FEE4AB: hue angle of 41.2º 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 #FEE4AB is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 171 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.00 |
| HSL | 41.2º | 0.98% | 0.83% | - |
| HSV(B) | 41.2º | 0.33% | 1% | - |
| XYZ | 75.97 | 79.5 | 49.87 | - |
| YUV | 229.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 171 | 0 | 0.10 | 0.33 | 0.00 | 41.2 | 0.98 | 0.83 |
| Hex | FE | E4 | AB | 0 | A | 21 | 0 | 29 | 62 | 53 |
| Octal | 376 | 344 | 253 | 0 | 12 | 41 | 0 | 51 | 142 | 123 |
| Binary | 11111110 | 11100100 | 10101011 | 0 | 1010 | 100001 | 0 | 101001 | 1100010 | 1010011 |
Color Harmonies of #FEE4AB
Complementary color
Monochromatic Colors of #FEE4AB
Black with #FEE4AB
Text Example
Text Example
White with #FEE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4AB; }
p { color: rgb(254,228,171); }
H1.HeaderClassName
{
color: #FEE4AB;
}
.AnyTagClassName
{
color: #FEE4AB;
}
</style>
background-color css
<style>
a { background-color: #FEE4AB; }
a { background-color: rgb(254,228,171); }
div.DivClassName
{
background-color: #FEE4AB;
}
.BgClassName
{
background-color: #FEE4AB;
}
</style>
border-color css
<style>
span { border-color: #FEE4AB; }
span { border-color: rgb(254,228,171); }
td.TdClassName
{
border-color: #FEE4AB;
}
.TagClassName
{
border-color: #FEE4AB;
}
</style>