Shades of Banana Mania #FBF0B2
Tints of Banana Mania #FBF0B2
RGB
CMYK
RGB Variations
Color information
#FBF0B2 (or 0xFBF0B2) is known color: Banana Mania. HEX triplet: FB, F0 and B2. RGB value is (251,240,178). Sum of RGB (Red+Green+Blue) = 251+240+178=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 178 (69.92% from 255 or 26.61% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0B2 is #040F4D. Grayscale: #ECECEC. Windows color (decimal): -266062 or 11727099. OLE color: 11727099.
HSL color Cylindrical-coordinate representation of color #FBF0B2: hue angle of 50.96º 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 #FBF0B2 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 178 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.02 |
| HSL | 50.96º | 0.9% | 0.84% | - |
| HSV(B) | 50.96º | 0.29% | 0.98% | - |
| XYZ | 78.98 | 86.04 | 54.56 | - |
| YUV | 236.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 178 | 0 | 0.04 | 0.29 | 0.02 | 50.96 | 0.9 | 0.84 |
| Hex | FB | F0 | B2 | 0 | 4 | 1D | 2 | 33 | 5A | 54 |
| Octal | 373 | 360 | 262 | 0 | 4 | 35 | 2 | 63 | 132 | 124 |
| Binary | 11111011 | 11110000 | 10110010 | 0 | 100 | 11101 | 10 | 110011 | 1011010 | 1010100 |
Color Harmonies of #FBF0B2
Complementary color
Monochromatic Colors of #FBF0B2
Black with #FBF0B2
Text Example
Text Example
White with #FBF0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0B2; }
p { color: rgb(251,240,178); }
H1.HeaderClassName
{
color: #FBF0B2;
}
.AnyTagClassName
{
color: #FBF0B2;
}
</style>
background-color css
<style>
a { background-color: #FBF0B2; }
a { background-color: rgb(251,240,178); }
div.DivClassName
{
background-color: #FBF0B2;
}
.BgClassName
{
background-color: #FBF0B2;
}
</style>
border-color css
<style>
span { border-color: #FBF0B2; }
span { border-color: rgb(251,240,178); }
td.TdClassName
{
border-color: #FBF0B2;
}
.TagClassName
{
border-color: #FBF0B2;
}
</style>