Shades of Banana Mania #FFEBAC
Tints of Banana Mania #FFEBAC
RGB
CMYK
RGB Variations
Color information
#FFEBAC (or 0xFFEBAC) is known color: Banana Mania. HEX triplet: FF, EB and AC. RGB value is (255,235,172). Sum of RGB (Red+Green+Blue) = 255+235+172=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 172 (67.58% from 255 or 25.98% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBAC is #001453. Grayscale: #EAEAEA. Windows color (decimal): -5204 or 11332607. OLE color: 11332607.
HSL color Cylindrical-coordinate representation of color #FFEBAC: hue angle of 45.54º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFEBAC is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 172 | - |
| CMYK | 0 | 0.08 | 0.33 | 0 |
| HSL | 45.54º | 1% | 0.84% | - |
| HSV(B) | 45.54º | 0.33% | 1% | - |
| XYZ | 78.39 | 83.66 | 51.04 | - |
| YUV | 233.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 172 | 0 | 0.08 | 0.33 | 0 | 45.54 | 1 | 0.84 |
| Hex | FF | EB | AC | 0 | 8 | 21 | 0 | 2E | 64 | 54 |
| Octal | 377 | 353 | 254 | 0 | 10 | 41 | 0 | 56 | 144 | 124 |
| Binary | 11111111 | 11101011 | 10101100 | 0 | 1000 | 100001 | 0 | 101110 | 1100100 | 1010100 |
Color Harmonies of #FFEBAC
Complementary color
Monochromatic Colors of #FFEBAC
Black with #FFEBAC
Text Example
Text Example
White with #FFEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBAC; }
p { color: rgb(255,235,172); }
H1.HeaderClassName
{
color: #FFEBAC;
}
.AnyTagClassName
{
color: #FFEBAC;
}
</style>
background-color css
<style>
a { background-color: #FFEBAC; }
a { background-color: rgb(255,235,172); }
div.DivClassName
{
background-color: #FFEBAC;
}
.BgClassName
{
background-color: #FFEBAC;
}
</style>
border-color css
<style>
span { border-color: #FFEBAC; }
span { border-color: rgb(255,235,172); }
td.TdClassName
{
border-color: #FFEBAC;
}
.TagClassName
{
border-color: #FFEBAC;
}
</style>