Shades of Banana Mania #FEEBAC
Tints of Banana Mania #FEEBAC
RGB
CMYK
RGB Variations
Color information
#FEEBAC (or 0xFEEBAC) is known color: Banana Mania. HEX triplet: FE, EB and AC. RGB value is (254,235,172). Sum of RGB (Red+Green+Blue) = 254+235+172=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEBAC is #011453. Grayscale: #E9E9E9. Windows color (decimal): -70740 or 11332606. OLE color: 11332606.
HSL color Cylindrical-coordinate representation of color #FEEBAC: hue angle of 46.1º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEEBAC is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 172 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.00 |
| HSL | 46.1º | 0.98% | 0.84% | - |
| HSV(B) | 46.1º | 0.32% | 1% | - |
| XYZ | 78.03 | 83.47 | 51.03 | - |
| YUV | 233.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 172 | 0 | 0.07 | 0.32 | 0.00 | 46.1 | 0.98 | 0.84 |
| Hex | FE | EB | AC | 0 | 7 | 20 | 0 | 2E | 62 | 54 |
| Octal | 376 | 353 | 254 | 0 | 7 | 40 | 0 | 56 | 142 | 124 |
| Binary | 11111110 | 11101011 | 10101100 | 0 | 111 | 100000 | 0 | 101110 | 1100010 | 1010100 |
Color Harmonies of #FEEBAC
Complementary color
Monochromatic Colors of #FEEBAC
Black with #FEEBAC
Text Example
Text Example
White with #FEEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBAC; }
p { color: rgb(254,235,172); }
H1.HeaderClassName
{
color: #FEEBAC;
}
.AnyTagClassName
{
color: #FEEBAC;
}
</style>
background-color css
<style>
a { background-color: #FEEBAC; }
a { background-color: rgb(254,235,172); }
div.DivClassName
{
background-color: #FEEBAC;
}
.BgClassName
{
background-color: #FEEBAC;
}
</style>
border-color css
<style>
span { border-color: #FEEBAC; }
span { border-color: rgb(254,235,172); }
td.TdClassName
{
border-color: #FEEBAC;
}
.TagClassName
{
border-color: #FEEBAC;
}
</style>