Shades of Banana Mania #FBF0B4
Tints of Banana Mania #FBF0B4
RGB
CMYK
RGB Variations
Color information
#FBF0B4 (or 0xFBF0B4) is known color: Banana Mania. HEX triplet: FB, F0 and B4. RGB value is (251,240,180). Sum of RGB (Red+Green+Blue) = 251+240+180=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 180 (70.70% from 255 or 26.83% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0B4 is #040F4B. Grayscale: #ECECEC. Windows color (decimal): -266060 or 11858171. OLE color: 11858171.
HSL color Cylindrical-coordinate representation of color #FBF0B4: hue angle of 50.7º 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 #FBF0B4 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 180 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.02 |
| HSL | 50.7º | 0.9% | 0.85% | - |
| HSV(B) | 50.7º | 0.28% | 0.98% | - |
| XYZ | 79.18 | 86.12 | 55.63 | - |
| YUV | 236.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 180 | 0 | 0.04 | 0.28 | 0.02 | 50.7 | 0.9 | 0.85 |
| Hex | FB | F0 | B4 | 0 | 4 | 1C | 2 | 33 | 5A | 55 |
| Octal | 373 | 360 | 264 | 0 | 4 | 34 | 2 | 63 | 132 | 125 |
| Binary | 11111011 | 11110000 | 10110100 | 0 | 100 | 11100 | 10 | 110011 | 1011010 | 1010101 |
Color Harmonies of #FBF0B4
Complementary color
Monochromatic Colors of #FBF0B4
Black with #FBF0B4
Text Example
Text Example
White with #FBF0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0B4; }
p { color: rgb(251,240,180); }
H1.HeaderClassName
{
color: #FBF0B4;
}
.AnyTagClassName
{
color: #FBF0B4;
}
</style>
background-color css
<style>
a { background-color: #FBF0B4; }
a { background-color: rgb(251,240,180); }
div.DivClassName
{
background-color: #FBF0B4;
}
.BgClassName
{
background-color: #FBF0B4;
}
</style>
border-color css
<style>
span { border-color: #FBF0B4; }
span { border-color: rgb(251,240,180); }
td.TdClassName
{
border-color: #FBF0B4;
}
.TagClassName
{
border-color: #FBF0B4;
}
</style>