Shades of Banana Mania #F6EDB5
Tints of Banana Mania #F6EDB5
RGB
CMYK
RGB Variations
Color information
#F6EDB5 (or 0xF6EDB5) is known color: Banana Mania. HEX triplet: F6, ED and B5. RGB value is (246,237,181). Sum of RGB (Red+Green+Blue) = 246+237+181=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 181 (71.09% from 255 or 27.26% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDB5 is #09124A. Grayscale: #E9E9E9. Windows color (decimal): -594507 or 11922934. OLE color: 11922934.
HSL color Cylindrical-coordinate representation of color #F6EDB5: hue angle of 51.69º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6EDB5 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 181 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.04 |
| HSL | 51.69º | 0.78% | 0.84% | - |
| HSV(B) | 51.69º | 0.26% | 0.96% | - |
| XYZ | 76.63 | 83.5 | 55.79 | - |
| YUV | 233.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 181 | 0 | 0.04 | 0.26 | 0.04 | 51.69 | 0.78 | 0.84 |
| Hex | F6 | ED | B5 | 0 | 4 | 1A | 4 | 34 | 4E | 54 |
| Octal | 366 | 355 | 265 | 0 | 4 | 32 | 4 | 64 | 116 | 124 |
| Binary | 11110110 | 11101101 | 10110101 | 0 | 100 | 11010 | 100 | 110100 | 1001110 | 1010100 |
Color Harmonies of #F6EDB5
Complementary color
Monochromatic Colors of #F6EDB5
Black with #F6EDB5
Text Example
Text Example
White with #F6EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDB5; }
p { color: rgb(246,237,181); }
H1.HeaderClassName
{
color: #F6EDB5;
}
.AnyTagClassName
{
color: #F6EDB5;
}
</style>
background-color css
<style>
a { background-color: #F6EDB5; }
a { background-color: rgb(246,237,181); }
div.DivClassName
{
background-color: #F6EDB5;
}
.BgClassName
{
background-color: #F6EDB5;
}
</style>
border-color css
<style>
span { border-color: #F6EDB5; }
span { border-color: rgb(246,237,181); }
td.TdClassName
{
border-color: #F6EDB5;
}
.TagClassName
{
border-color: #F6EDB5;
}
</style>