Shades of Banana Mania #FBECAB
Tints of Banana Mania #FBECAB
RGB
CMYK
RGB Variations
Color information
#FBECAB (or 0xFBECAB) is known color: Banana Mania. HEX triplet: FB, EC and AB. RGB value is (251,236,171). Sum of RGB (Red+Green+Blue) = 251+236+171=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBECAB is #041354. Grayscale: #E9E9E9. Windows color (decimal): -267093 or 11267323. OLE color: 11267323.
HSL color Cylindrical-coordinate representation of color #FBECAB: hue angle of 48.75º 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 #FBECAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 171 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.02 |
| HSL | 48.75º | 0.91% | 0.83% | - |
| HSV(B) | 48.75º | 0.32% | 0.98% | - |
| XYZ | 77.13 | 83.44 | 50.57 | - |
| YUV | 233.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 171 | 0 | 0.06 | 0.32 | 0.02 | 48.75 | 0.91 | 0.83 |
| Hex | FB | EC | AB | 0 | 6 | 20 | 2 | 31 | 5B | 53 |
| Octal | 373 | 354 | 253 | 0 | 6 | 40 | 2 | 61 | 133 | 123 |
| Binary | 11111011 | 11101100 | 10101011 | 0 | 110 | 100000 | 10 | 110001 | 1011011 | 1010011 |
Color Harmonies of #FBECAB
Complementary color
Monochromatic Colors of #FBECAB
Black with #FBECAB
Text Example
Text Example
White with #FBECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECAB; }
p { color: rgb(251,236,171); }
H1.HeaderClassName
{
color: #FBECAB;
}
.AnyTagClassName
{
color: #FBECAB;
}
</style>
background-color css
<style>
a { background-color: #FBECAB; }
a { background-color: rgb(251,236,171); }
div.DivClassName
{
background-color: #FBECAB;
}
.BgClassName
{
background-color: #FBECAB;
}
</style>
border-color css
<style>
span { border-color: #FBECAB; }
span { border-color: rgb(251,236,171); }
td.TdClassName
{
border-color: #FBECAB;
}
.TagClassName
{
border-color: #FBECAB;
}
</style>