Shades of Banana Mania #FBEDAF
Tints of Banana Mania #FBEDAF
RGB
CMYK
RGB Variations
Color information
#FBEDAF (or 0xFBEDAF) is known color: Banana Mania. HEX triplet: FB, ED and AF. RGB value is (251,237,175). Sum of RGB (Red+Green+Blue) = 251+237+175=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDAF is #041250. Grayscale: #EAEAEA. Windows color (decimal): -266833 or 11529723. OLE color: 11529723.
HSL color Cylindrical-coordinate representation of color #FBEDAF: hue angle of 48.95º 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 #FBEDAF is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 175 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.02 |
| HSL | 48.95º | 0.9% | 0.84% | - |
| HSV(B) | 48.95º | 0.3% | 0.98% | - |
| XYZ | 77.81 | 84.17 | 52.7 | - |
| YUV | 234.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 175 | 0 | 0.06 | 0.30 | 0.02 | 48.95 | 0.9 | 0.84 |
| Hex | FB | ED | AF | 0 | 6 | 1E | 2 | 31 | 5A | 54 |
| Octal | 373 | 355 | 257 | 0 | 6 | 36 | 2 | 61 | 132 | 124 |
| Binary | 11111011 | 11101101 | 10101111 | 0 | 110 | 11110 | 10 | 110001 | 1011010 | 1010100 |
Color Harmonies of #FBEDAF
Complementary color
Monochromatic Colors of #FBEDAF
Black with #FBEDAF
Text Example
Text Example
White with #FBEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDAF; }
p { color: rgb(251,237,175); }
H1.HeaderClassName
{
color: #FBEDAF;
}
.AnyTagClassName
{
color: #FBEDAF;
}
</style>
background-color css
<style>
a { background-color: #FBEDAF; }
a { background-color: rgb(251,237,175); }
div.DivClassName
{
background-color: #FBEDAF;
}
.BgClassName
{
background-color: #FBEDAF;
}
</style>
border-color css
<style>
span { border-color: #FBEDAF; }
span { border-color: rgb(251,237,175); }
td.TdClassName
{
border-color: #FBEDAF;
}
.TagClassName
{
border-color: #FBEDAF;
}
</style>