Shades of Banana Mania #FFF0B8
Tints of Banana Mania #FFF0B8
RGB
CMYK
RGB Variations
Color information
#FFF0B8 (or 0xFFF0B8) is known color: Banana Mania. HEX triplet: FF, F0 and B8. RGB value is (255,240,184). Sum of RGB (Red+Green+Blue) = 255+240+184=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 184 (72.27% from 255 or 27.10% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0B8 is #000F47. Grayscale: #EEEEEE. Windows color (decimal): -3912 or 12120319. OLE color: 12120319.
HSL color Cylindrical-coordinate representation of color #FFF0B8: hue angle of 47.32º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFF0B8 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 184 | - |
| CMYK | 0 | 0.06 | 0.28 | 0 |
| HSL | 47.32º | 1% | 0.86% | - |
| HSV(B) | 47.32º | 0.28% | 1% | - |
| XYZ | 81.05 | 87.04 | 57.88 | - |
| YUV | 238.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 184 | 0 | 0.06 | 0.28 | 0 | 47.32 | 1 | 0.86 |
| Hex | FF | F0 | B8 | 0 | 6 | 1C | 0 | 2F | 64 | 56 |
| Octal | 377 | 360 | 270 | 0 | 6 | 34 | 0 | 57 | 144 | 126 |
| Binary | 11111111 | 11110000 | 10111000 | 0 | 110 | 11100 | 0 | 101111 | 1100100 | 1010110 |
Color Harmonies of #FFF0B8
Complementary color
Monochromatic Colors of #FFF0B8
Black with #FFF0B8
Text Example
Text Example
White with #FFF0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0B8; }
p { color: rgb(255,240,184); }
H1.HeaderClassName
{
color: #FFF0B8;
}
.AnyTagClassName
{
color: #FFF0B8;
}
</style>
background-color css
<style>
a { background-color: #FFF0B8; }
a { background-color: rgb(255,240,184); }
div.DivClassName
{
background-color: #FFF0B8;
}
.BgClassName
{
background-color: #FFF0B8;
}
</style>
border-color css
<style>
span { border-color: #FFF0B8; }
span { border-color: rgb(255,240,184); }
td.TdClassName
{
border-color: #FFF0B8;
}
.TagClassName
{
border-color: #FFF0B8;
}
</style>