Shades of Banana Mania #F6E5AE
Tints of Banana Mania #F6E5AE
RGB
CMYK
RGB Variations
Color information
#F6E5AE (or 0xF6E5AE) is known color: Banana Mania. HEX triplet: F6, E5 and AE. RGB value is (246,229,174). Sum of RGB (Red+Green+Blue) = 246+229+174=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E5AE is #091A51. Grayscale: #E4E4E4. Windows color (decimal): -596562 or 11462134. OLE color: 11462134.
HSL color Cylindrical-coordinate representation of color #F6E5AE: hue angle of 45.83º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6E5AE is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 174 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.04 |
| HSL | 45.83º | 0.8% | 0.82% | - |
| HSV(B) | 45.83º | 0.29% | 0.96% | - |
| XYZ | 73.67 | 78.69 | 51.35 | - |
| YUV | 227.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 174 | 0 | 0.07 | 0.29 | 0.04 | 45.83 | 0.8 | 0.82 |
| Hex | F6 | E5 | AE | 0 | 7 | 1D | 4 | 2E | 50 | 52 |
| Octal | 366 | 345 | 256 | 0 | 7 | 35 | 4 | 56 | 120 | 122 |
| Binary | 11110110 | 11100101 | 10101110 | 0 | 111 | 11101 | 100 | 101110 | 1010000 | 1010010 |
Color Harmonies of #F6E5AE
Complementary color
Monochromatic Colors of #F6E5AE
Black with #F6E5AE
Text Example
Text Example
White with #F6E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E5AE; }
p { color: rgb(246,229,174); }
H1.HeaderClassName
{
color: #F6E5AE;
}
.AnyTagClassName
{
color: #F6E5AE;
}
</style>
background-color css
<style>
a { background-color: #F6E5AE; }
a { background-color: rgb(246,229,174); }
div.DivClassName
{
background-color: #F6E5AE;
}
.BgClassName
{
background-color: #F6E5AE;
}
</style>
border-color css
<style>
span { border-color: #F6E5AE; }
span { border-color: rgb(246,229,174); }
td.TdClassName
{
border-color: #F6E5AE;
}
.TagClassName
{
border-color: #F6E5AE;
}
</style>