Shades of Banana Mania #FEE8B4
Tints of Banana Mania #FEE8B4
RGB
CMYK
RGB Variations
Color information
#FEE8B4 (or 0xFEE8B4) is known color: Banana Mania. HEX triplet: FE, E8 and B4. RGB value is (254,232,180). Sum of RGB (Red+Green+Blue) = 254+232+180=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8B4 is #01174B. Grayscale: #E8E8E8. Windows color (decimal): -71500 or 11856126. OLE color: 11856126.
HSL color Cylindrical-coordinate representation of color #FEE8B4: hue angle of 42.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEE8B4 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 180 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.00 |
| HSL | 42.16º | 0.97% | 0.85% | - |
| HSV(B) | 42.16º | 0.29% | 1% | - |
| XYZ | 77.97 | 82.08 | 54.91 | - |
| YUV | 232.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 180 | 0 | 0.09 | 0.29 | 0.00 | 42.16 | 0.97 | 0.85 |
| Hex | FE | E8 | B4 | 0 | 9 | 1D | 0 | 2A | 61 | 55 |
| Octal | 376 | 350 | 264 | 0 | 11 | 35 | 0 | 52 | 141 | 125 |
| Binary | 11111110 | 11101000 | 10110100 | 0 | 1001 | 11101 | 0 | 101010 | 1100001 | 1010101 |
Color Harmonies of #FEE8B4
Complementary color
Monochromatic Colors of #FEE8B4
Black with #FEE8B4
Text Example
Text Example
White with #FEE8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8B4; }
p { color: rgb(254,232,180); }
H1.HeaderClassName
{
color: #FEE8B4;
}
.AnyTagClassName
{
color: #FEE8B4;
}
</style>
background-color css
<style>
a { background-color: #FEE8B4; }
a { background-color: rgb(254,232,180); }
div.DivClassName
{
background-color: #FEE8B4;
}
.BgClassName
{
background-color: #FEE8B4;
}
</style>
border-color css
<style>
span { border-color: #FEE8B4; }
span { border-color: rgb(254,232,180); }
td.TdClassName
{
border-color: #FEE8B4;
}
.TagClassName
{
border-color: #FEE8B4;
}
</style>