Shades of Banana Mania #FBECAF
Tints of Banana Mania #FBECAF
RGB
CMYK
RGB Variations
Color information
#FBECAF (or 0xFBECAF) is known color: Banana Mania. HEX triplet: FB, EC and AF. RGB value is (251,236,175). Sum of RGB (Red+Green+Blue) = 251+236+175=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBECAF is #041350. Grayscale: #E9E9E9. Windows color (decimal): -267089 or 11529467. OLE color: 11529467.
HSL color Cylindrical-coordinate representation of color #FBECAF: hue angle of 48.16º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBECAF is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 175 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.02 |
| HSL | 48.16º | 0.9% | 0.84% | - |
| HSV(B) | 48.16º | 0.3% | 0.98% | - |
| XYZ | 77.52 | 83.6 | 52.61 | - |
| YUV | 233.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 175 | 0 | 0.06 | 0.30 | 0.02 | 48.16 | 0.9 | 0.84 |
| Hex | FB | EC | AF | 0 | 6 | 1E | 2 | 30 | 5A | 54 |
| Octal | 373 | 354 | 257 | 0 | 6 | 36 | 2 | 60 | 132 | 124 |
| Binary | 11111011 | 11101100 | 10101111 | 0 | 110 | 11110 | 10 | 110000 | 1011010 | 1010100 |
Color Harmonies of #FBECAF
Complementary color
Monochromatic Colors of #FBECAF
Black with #FBECAF
Text Example
Text Example
White with #FBECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECAF; }
p { color: rgb(251,236,175); }
H1.HeaderClassName
{
color: #FBECAF;
}
.AnyTagClassName
{
color: #FBECAF;
}
</style>
background-color css
<style>
a { background-color: #FBECAF; }
a { background-color: rgb(251,236,175); }
div.DivClassName
{
background-color: #FBECAF;
}
.BgClassName
{
background-color: #FBECAF;
}
</style>
border-color css
<style>
span { border-color: #FBECAF; }
span { border-color: rgb(251,236,175); }
td.TdClassName
{
border-color: #FBECAF;
}
.TagClassName
{
border-color: #FBECAF;
}
</style>