Shades of Banana Mania #FBECAA
Tints of Banana Mania #FBECAA
RGB
CMYK
RGB Variations
Color information
#FBECAA (or 0xFBECAA) is known color: Banana Mania. HEX triplet: FB, EC and AA. RGB value is (251,236,170). Sum of RGB (Red+Green+Blue) = 251+236+170=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBECAA is #041355. Grayscale: #E9E9E9. Windows color (decimal): -267094 or 11201787. OLE color: 11201787.
HSL color Cylindrical-coordinate representation of color #FBECAA: hue angle of 48.89º 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 #FBECAA is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 170 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.02 |
| HSL | 48.89º | 0.91% | 0.83% | - |
| HSV(B) | 48.89º | 0.32% | 0.98% | - |
| XYZ | 77.03 | 83.4 | 50.07 | - |
| YUV | 232.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 170 | 0 | 0.06 | 0.32 | 0.02 | 48.89 | 0.91 | 0.83 |
| Hex | FB | EC | AA | 0 | 6 | 20 | 2 | 31 | 5B | 53 |
| Octal | 373 | 354 | 252 | 0 | 6 | 40 | 2 | 61 | 133 | 123 |
| Binary | 11111011 | 11101100 | 10101010 | 0 | 110 | 100000 | 10 | 110001 | 1011011 | 1010011 |
Color Harmonies of #FBECAA
Complementary color
Monochromatic Colors of #FBECAA
Black with #FBECAA
Text Example
Text Example
White with #FBECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECAA; }
p { color: rgb(251,236,170); }
H1.HeaderClassName
{
color: #FBECAA;
}
.AnyTagClassName
{
color: #FBECAA;
}
</style>
background-color css
<style>
a { background-color: #FBECAA; }
a { background-color: rgb(251,236,170); }
div.DivClassName
{
background-color: #FBECAA;
}
.BgClassName
{
background-color: #FBECAA;
}
</style>
border-color css
<style>
span { border-color: #FBECAA; }
span { border-color: rgb(251,236,170); }
td.TdClassName
{
border-color: #FBECAA;
}
.TagClassName
{
border-color: #FBECAA;
}
</style>