Shades of Banana Mania #FBEDAC
Tints of Banana Mania #FBEDAC
RGB
CMYK
RGB Variations
Color information
#FBEDAC (or 0xFBEDAC) is known color: Banana Mania. HEX triplet: FB, ED and AC. RGB value is (251,237,172). Sum of RGB (Red+Green+Blue) = 251+237+172=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDAC is #041253. Grayscale: #EAEAEA. Windows color (decimal): -266836 or 11333115. OLE color: 11333115.
HSL color Cylindrical-coordinate representation of color #FBEDAC: hue angle of 49.37º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBEDAC is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 172 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.02 |
| HSL | 49.37º | 0.91% | 0.83% | - |
| HSV(B) | 49.37º | 0.31% | 0.98% | - |
| XYZ | 77.51 | 84.06 | 51.17 | - |
| YUV | 233.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 172 | 0 | 0.06 | 0.31 | 0.02 | 49.37 | 0.91 | 0.83 |
| Hex | FB | ED | AC | 0 | 6 | 1F | 2 | 31 | 5B | 53 |
| Octal | 373 | 355 | 254 | 0 | 6 | 37 | 2 | 61 | 133 | 123 |
| Binary | 11111011 | 11101101 | 10101100 | 0 | 110 | 11111 | 10 | 110001 | 1011011 | 1010011 |
Color Harmonies of #FBEDAC
Complementary color
Monochromatic Colors of #FBEDAC
Black with #FBEDAC
Text Example
Text Example
White with #FBEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDAC; }
p { color: rgb(251,237,172); }
H1.HeaderClassName
{
color: #FBEDAC;
}
.AnyTagClassName
{
color: #FBEDAC;
}
</style>
background-color css
<style>
a { background-color: #FBEDAC; }
a { background-color: rgb(251,237,172); }
div.DivClassName
{
background-color: #FBEDAC;
}
.BgClassName
{
background-color: #FBEDAC;
}
</style>
border-color css
<style>
span { border-color: #FBEDAC; }
span { border-color: rgb(251,237,172); }
td.TdClassName
{
border-color: #FBEDAC;
}
.TagClassName
{
border-color: #FBEDAC;
}
</style>