Shades of Banana Mania #FBEAB2
Tints of Banana Mania #FBEAB2
RGB
CMYK
RGB Variations
Color information
#FBEAB2 (or 0xFBEAB2) is known color: Banana Mania. HEX triplet: FB, EA and B2. RGB value is (251,234,178). Sum of RGB (Red+Green+Blue) = 251+234+178=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 178 (69.92% from 255 or 26.85% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEAB2 is #04154D. Grayscale: #E8E8E8. Windows color (decimal): -267598 or 11725563. OLE color: 11725563.
HSL color Cylindrical-coordinate representation of color #FBEAB2: hue angle of 46.03º 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 #FBEAB2 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 178 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.02 |
| HSL | 46.03º | 0.9% | 0.84% | - |
| HSV(B) | 46.03º | 0.29% | 0.98% | - |
| XYZ | 77.24 | 82.57 | 53.99 | - |
| YUV | 232.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 178 | 0 | 0.07 | 0.29 | 0.02 | 46.03 | 0.9 | 0.84 |
| Hex | FB | EA | B2 | 0 | 7 | 1D | 2 | 2E | 5A | 54 |
| Octal | 373 | 352 | 262 | 0 | 7 | 35 | 2 | 56 | 132 | 124 |
| Binary | 11111011 | 11101010 | 10110010 | 0 | 111 | 11101 | 10 | 101110 | 1011010 | 1010100 |
Color Harmonies of #FBEAB2
Complementary color
Monochromatic Colors of #FBEAB2
Black with #FBEAB2
Text Example
Text Example
White with #FBEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAB2; }
p { color: rgb(251,234,178); }
H1.HeaderClassName
{
color: #FBEAB2;
}
.AnyTagClassName
{
color: #FBEAB2;
}
</style>
background-color css
<style>
a { background-color: #FBEAB2; }
a { background-color: rgb(251,234,178); }
div.DivClassName
{
background-color: #FBEAB2;
}
.BgClassName
{
background-color: #FBEAB2;
}
</style>
border-color css
<style>
span { border-color: #FBEAB2; }
span { border-color: rgb(251,234,178); }
td.TdClassName
{
border-color: #FBEAB2;
}
.TagClassName
{
border-color: #FBEAB2;
}
</style>