Shades of Banana Mania #FFF0B1
Tints of Banana Mania #FFF0B1
RGB
CMYK
RGB Variations
Color information
#FFF0B1 (or 0xFFF0B1) is known color: Banana Mania. HEX triplet: FF, F0 and B1. RGB value is (255,240,177). Sum of RGB (Red+Green+Blue) = 255+240+177=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 177 (69.53% from 255 or 26.34% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0B1 is #000F4E. Grayscale: #EDEDED. Windows color (decimal): -3919 or 11661567. OLE color: 11661567.
HSL color Cylindrical-coordinate representation of color #FFF0B1: hue angle of 48.46º 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 #FFF0B1 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 177 | - |
| CMYK | 0 | 0.06 | 0.31 | 0 |
| HSL | 48.46º | 1% | 0.85% | - |
| HSV(B) | 48.46º | 0.31% | 1% | - |
| XYZ | 80.34 | 86.75 | 54.11 | - |
| YUV | 237.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 177 | 0 | 0.06 | 0.31 | 0 | 48.46 | 1 | 0.85 |
| Hex | FF | F0 | B1 | 0 | 6 | 1F | 0 | 30 | 64 | 55 |
| Octal | 377 | 360 | 261 | 0 | 6 | 37 | 0 | 60 | 144 | 125 |
| Binary | 11111111 | 11110000 | 10110001 | 0 | 110 | 11111 | 0 | 110000 | 1100100 | 1010101 |
Color Harmonies of #FFF0B1
Complementary color
Monochromatic Colors of #FFF0B1
Black with #FFF0B1
Text Example
Text Example
White with #FFF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0B1; }
p { color: rgb(255,240,177); }
H1.HeaderClassName
{
color: #FFF0B1;
}
.AnyTagClassName
{
color: #FFF0B1;
}
</style>
background-color css
<style>
a { background-color: #FFF0B1; }
a { background-color: rgb(255,240,177); }
div.DivClassName
{
background-color: #FFF0B1;
}
.BgClassName
{
background-color: #FFF0B1;
}
</style>
border-color css
<style>
span { border-color: #FFF0B1; }
span { border-color: rgb(255,240,177); }
td.TdClassName
{
border-color: #FFF0B1;
}
.TagClassName
{
border-color: #FFF0B1;
}
</style>