Shades of Banana Mania #FBE8AA
Tints of Banana Mania #FBE8AA
RGB
CMYK
RGB Variations
Color information
#FBE8AA (or 0xFBE8AA) is known color: Banana Mania. HEX triplet: FB, E8 and AA. RGB value is (251,232,170). Sum of RGB (Red+Green+Blue) = 251+232+170=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE8AA is #041755. Grayscale: #E6E6E6. Windows color (decimal): -268118 or 11200763. OLE color: 11200763.
HSL color Cylindrical-coordinate representation of color #FBE8AA: hue angle of 45.93º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBE8AA is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 170 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.02 |
| HSL | 45.93º | 0.91% | 0.83% | - |
| HSV(B) | 45.93º | 0.32% | 0.98% | - |
| XYZ | 75.9 | 81.12 | 49.69 | - |
| YUV | 230.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 170 | 0 | 0.08 | 0.32 | 0.02 | 45.93 | 0.91 | 0.83 |
| Hex | FB | E8 | AA | 0 | 8 | 20 | 2 | 2E | 5B | 53 |
| Octal | 373 | 350 | 252 | 0 | 10 | 40 | 2 | 56 | 133 | 123 |
| Binary | 11111011 | 11101000 | 10101010 | 0 | 1000 | 100000 | 10 | 101110 | 1011011 | 1010011 |
Color Harmonies of #FBE8AA
Complementary color
Monochromatic Colors of #FBE8AA
Black with #FBE8AA
Text Example
Text Example
White with #FBE8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE8AA; }
p { color: rgb(251,232,170); }
H1.HeaderClassName
{
color: #FBE8AA;
}
.AnyTagClassName
{
color: #FBE8AA;
}
</style>
background-color css
<style>
a { background-color: #FBE8AA; }
a { background-color: rgb(251,232,170); }
div.DivClassName
{
background-color: #FBE8AA;
}
.BgClassName
{
background-color: #FBE8AA;
}
</style>
border-color css
<style>
span { border-color: #FBE8AA; }
span { border-color: rgb(251,232,170); }
td.TdClassName
{
border-color: #FBE8AA;
}
.TagClassName
{
border-color: #FBE8AA;
}
</style>