Shades of Banana Mania #FEE5B0
Tints of Banana Mania #FEE5B0
RGB
CMYK
RGB Variations
Color information
#FEE5B0 (or 0xFEE5B0) is known color: Banana Mania. HEX triplet: FE, E5 and B0. RGB value is (254,229,176). Sum of RGB (Red+Green+Blue) = 254+229+176=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5B0 is #011A4F. Grayscale: #E6E6E6. Windows color (decimal): -72272 or 11593214. OLE color: 11593214.
HSL color Cylindrical-coordinate representation of color #FEE5B0: hue angle of 40.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE5B0 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 176 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.00 |
| HSL | 40.77º | 0.98% | 0.84% | - |
| HSV(B) | 40.77º | 0.31% | 1% | - |
| XYZ | 76.73 | 80.24 | 52.52 | - |
| YUV | 230.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 176 | 0 | 0.10 | 0.31 | 0.00 | 40.77 | 0.98 | 0.84 |
| Hex | FE | E5 | B0 | 0 | A | 1F | 0 | 29 | 62 | 54 |
| Octal | 376 | 345 | 260 | 0 | 12 | 37 | 0 | 51 | 142 | 124 |
| Binary | 11111110 | 11100101 | 10110000 | 0 | 1010 | 11111 | 0 | 101001 | 1100010 | 1010100 |
Color Harmonies of #FEE5B0
Complementary color
Monochromatic Colors of #FEE5B0
Black with #FEE5B0
Text Example
Text Example
White with #FEE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5B0; }
p { color: rgb(254,229,176); }
H1.HeaderClassName
{
color: #FEE5B0;
}
.AnyTagClassName
{
color: #FEE5B0;
}
</style>
background-color css
<style>
a { background-color: #FEE5B0; }
a { background-color: rgb(254,229,176); }
div.DivClassName
{
background-color: #FEE5B0;
}
.BgClassName
{
background-color: #FEE5B0;
}
</style>
border-color css
<style>
span { border-color: #FEE5B0; }
span { border-color: rgb(254,229,176); }
td.TdClassName
{
border-color: #FEE5B0;
}
.TagClassName
{
border-color: #FEE5B0;
}
</style>