Shades of Banana Mania #FBE5B2
Tints of Banana Mania #FBE5B2
RGB
CMYK
RGB Variations
Color information
#FBE5B2 (or 0xFBE5B2) is known color: Banana Mania. HEX triplet: FB, E5 and B2. RGB value is (251,229,178). Sum of RGB (Red+Green+Blue) = 251+229+178=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5B2 is #041A4D. Grayscale: #E5E5E5. Windows color (decimal): -268878 or 11724283. OLE color: 11724283.
HSL color Cylindrical-coordinate representation of color #FBE5B2: hue angle of 41.92º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBE5B2 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 178 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.02 |
| HSL | 41.92º | 0.9% | 0.84% | - |
| HSV(B) | 41.92º | 0.29% | 0.98% | - |
| XYZ | 75.84 | 79.76 | 53.52 | - |
| YUV | 229.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 178 | 0 | 0.09 | 0.29 | 0.02 | 41.92 | 0.9 | 0.84 |
| Hex | FB | E5 | B2 | 0 | 9 | 1D | 2 | 2A | 5A | 54 |
| Octal | 373 | 345 | 262 | 0 | 11 | 35 | 2 | 52 | 132 | 124 |
| Binary | 11111011 | 11100101 | 10110010 | 0 | 1001 | 11101 | 10 | 101010 | 1011010 | 1010100 |
Color Harmonies of #FBE5B2
Complementary color
Monochromatic Colors of #FBE5B2
Black with #FBE5B2
Text Example
Text Example
White with #FBE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5B2; }
p { color: rgb(251,229,178); }
H1.HeaderClassName
{
color: #FBE5B2;
}
.AnyTagClassName
{
color: #FBE5B2;
}
</style>
background-color css
<style>
a { background-color: #FBE5B2; }
a { background-color: rgb(251,229,178); }
div.DivClassName
{
background-color: #FBE5B2;
}
.BgClassName
{
background-color: #FBE5B2;
}
</style>
border-color css
<style>
span { border-color: #FBE5B2; }
span { border-color: rgb(251,229,178); }
td.TdClassName
{
border-color: #FBE5B2;
}
.TagClassName
{
border-color: #FBE5B2;
}
</style>