Shades of Banana Mania #FBE9B4
Tints of Banana Mania #FBE9B4
RGB
CMYK
RGB Variations
Color information
#FBE9B4 (or 0xFBE9B4) is known color: Banana Mania. HEX triplet: FB, E9 and B4. RGB value is (251,233,180). Sum of RGB (Red+Green+Blue) = 251+233+180=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 180 (70.70% from 255 or 27.11% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9B4 is #04164B. Grayscale: #E8E8E8. Windows color (decimal): -267852 or 11856379. OLE color: 11856379.
HSL color Cylindrical-coordinate representation of color #FBE9B4: hue angle of 44.79º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBE9B4 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 180 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.02 |
| HSL | 44.79º | 0.9% | 0.85% | - |
| HSV(B) | 44.79º | 0.28% | 0.98% | - |
| XYZ | 77.16 | 82.08 | 54.96 | - |
| YUV | 232.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 180 | 0 | 0.07 | 0.28 | 0.02 | 44.79 | 0.9 | 0.85 |
| Hex | FB | E9 | B4 | 0 | 7 | 1C | 2 | 2D | 5A | 55 |
| Octal | 373 | 351 | 264 | 0 | 7 | 34 | 2 | 55 | 132 | 125 |
| Binary | 11111011 | 11101001 | 10110100 | 0 | 111 | 11100 | 10 | 101101 | 1011010 | 1010101 |
Color Harmonies of #FBE9B4
Complementary color
Monochromatic Colors of #FBE9B4
Black with #FBE9B4
Text Example
Text Example
White with #FBE9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9B4; }
p { color: rgb(251,233,180); }
H1.HeaderClassName
{
color: #FBE9B4;
}
.AnyTagClassName
{
color: #FBE9B4;
}
</style>
background-color css
<style>
a { background-color: #FBE9B4; }
a { background-color: rgb(251,233,180); }
div.DivClassName
{
background-color: #FBE9B4;
}
.BgClassName
{
background-color: #FBE9B4;
}
</style>
border-color css
<style>
span { border-color: #FBE9B4; }
span { border-color: rgb(251,233,180); }
td.TdClassName
{
border-color: #FBE9B4;
}
.TagClassName
{
border-color: #FBE9B4;
}
</style>