Shades of Banana Mania #FBE5B0
Tints of Banana Mania #FBE5B0
RGB
CMYK
RGB Variations
Color information
#FBE5B0 (or 0xFBE5B0) is known color: Banana Mania. HEX triplet: FB, E5 and B0. RGB value is (251,229,176). Sum of RGB (Red+Green+Blue) = 251+229+176=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5B0 is #041A4F. Grayscale: #E5E5E5. Windows color (decimal): -268880 or 11593211. OLE color: 11593211.
HSL color Cylindrical-coordinate representation of color #FBE5B0: hue angle of 42.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBE5B0 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 176 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.02 |
| HSL | 42.4º | 0.9% | 0.84% | - |
| HSV(B) | 42.4º | 0.3% | 0.98% | - |
| XYZ | 75.64 | 79.68 | 52.47 | - |
| YUV | 229.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 176 | 0 | 0.09 | 0.30 | 0.02 | 42.4 | 0.9 | 0.84 |
| Hex | FB | E5 | B0 | 0 | 9 | 1E | 2 | 2A | 5A | 54 |
| Octal | 373 | 345 | 260 | 0 | 11 | 36 | 2 | 52 | 132 | 124 |
| Binary | 11111011 | 11100101 | 10110000 | 0 | 1001 | 11110 | 10 | 101010 | 1011010 | 1010100 |
Color Harmonies of #FBE5B0
Complementary color
Monochromatic Colors of #FBE5B0
Black with #FBE5B0
Text Example
Text Example
White with #FBE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5B0; }
p { color: rgb(251,229,176); }
H1.HeaderClassName
{
color: #FBE5B0;
}
.AnyTagClassName
{
color: #FBE5B0;
}
</style>
background-color css
<style>
a { background-color: #FBE5B0; }
a { background-color: rgb(251,229,176); }
div.DivClassName
{
background-color: #FBE5B0;
}
.BgClassName
{
background-color: #FBE5B0;
}
</style>
border-color css
<style>
span { border-color: #FBE5B0; }
span { border-color: rgb(251,229,176); }
td.TdClassName
{
border-color: #FBE5B0;
}
.TagClassName
{
border-color: #FBE5B0;
}
</style>