Shades of Banana Mania #FFF0B0
Tints of Banana Mania #FFF0B0
RGB
CMYK
RGB Variations
Color information
#FFF0B0 (or 0xFFF0B0) is known color: Banana Mania. HEX triplet: FF, F0 and B0. RGB value is (255,240,176). Sum of RGB (Red+Green+Blue) = 255+240+176=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 176 (69.14% from 255 or 26.23% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0B0 is #000F4F. Grayscale: #EDEDED. Windows color (decimal): -3920 or 11596031. OLE color: 11596031.
HSL color Cylindrical-coordinate representation of color #FFF0B0: hue angle of 48.61º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF0B0 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 176 | - |
| CMYK | 0 | 0.06 | 0.31 | 0 |
| HSL | 48.61º | 1% | 0.85% | - |
| HSV(B) | 48.61º | 0.31% | 1% | - |
| XYZ | 80.24 | 86.71 | 53.58 | - |
| YUV | 237.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 176 | 0 | 0.06 | 0.31 | 0 | 48.61 | 1 | 0.85 |
| Hex | FF | F0 | B0 | 0 | 6 | 1F | 0 | 31 | 64 | 55 |
| Octal | 377 | 360 | 260 | 0 | 6 | 37 | 0 | 61 | 144 | 125 |
| Binary | 11111111 | 11110000 | 10110000 | 0 | 110 | 11111 | 0 | 110001 | 1100100 | 1010101 |
Color Harmonies of #FFF0B0
Complementary color
Monochromatic Colors of #FFF0B0
Black with #FFF0B0
Text Example
Text Example
White with #FFF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0B0; }
p { color: rgb(255,240,176); }
H1.HeaderClassName
{
color: #FFF0B0;
}
.AnyTagClassName
{
color: #FFF0B0;
}
</style>
background-color css
<style>
a { background-color: #FFF0B0; }
a { background-color: rgb(255,240,176); }
div.DivClassName
{
background-color: #FFF0B0;
}
.BgClassName
{
background-color: #FFF0B0;
}
</style>
border-color css
<style>
span { border-color: #FFF0B0; }
span { border-color: rgb(255,240,176); }
td.TdClassName
{
border-color: #FFF0B0;
}
.TagClassName
{
border-color: #FFF0B0;
}
</style>