Shades of Banana Mania #FFF0B9
Tints of Banana Mania #FFF0B9
RGB
CMYK
RGB Variations
Color information
#FFF0B9 (or 0xFFF0B9) is known color: Banana Mania. HEX triplet: FF, F0 and B9. RGB value is (255,240,185). Sum of RGB (Red+Green+Blue) = 255+240+185=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 185 (72.66% from 255 or 27.21% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0B9 is #000F46. Grayscale: #EEEEEE. Windows color (decimal): -3911 or 12185855. OLE color: 12185855.
HSL color Cylindrical-coordinate representation of color #FFF0B9: hue angle of 47.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF0B9 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 185 | - |
| CMYK | 0 | 0.06 | 0.27 | 0 |
| HSL | 47.14º | 1% | 0.86% | - |
| HSV(B) | 47.14º | 0.27% | 1% | - |
| XYZ | 81.16 | 87.08 | 58.43 | - |
| YUV | 238.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 185 | 0 | 0.06 | 0.27 | 0 | 47.14 | 1 | 0.86 |
| Hex | FF | F0 | B9 | 0 | 6 | 1B | 0 | 2F | 64 | 56 |
| Octal | 377 | 360 | 271 | 0 | 6 | 33 | 0 | 57 | 144 | 126 |
| Binary | 11111111 | 11110000 | 10111001 | 0 | 110 | 11011 | 0 | 101111 | 1100100 | 1010110 |
Color Harmonies of #FFF0B9
Complementary color
Monochromatic Colors of #FFF0B9
Black with #FFF0B9
Text Example
Text Example
White with #FFF0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0B9; }
p { color: rgb(255,240,185); }
H1.HeaderClassName
{
color: #FFF0B9;
}
.AnyTagClassName
{
color: #FFF0B9;
}
</style>
background-color css
<style>
a { background-color: #FFF0B9; }
a { background-color: rgb(255,240,185); }
div.DivClassName
{
background-color: #FFF0B9;
}
.BgClassName
{
background-color: #FFF0B9;
}
</style>
border-color css
<style>
span { border-color: #FFF0B9; }
span { border-color: rgb(255,240,185); }
td.TdClassName
{
border-color: #FFF0B9;
}
.TagClassName
{
border-color: #FFF0B9;
}
</style>