Shades of Banana Mania #FFF0B5
Tints of Banana Mania #FFF0B5
RGB
CMYK
RGB Variations
Color information
#FFF0B5 (or 0xFFF0B5) is known color: Banana Mania. HEX triplet: FF, F0 and B5. RGB value is (255,240,181). Sum of RGB (Red+Green+Blue) = 255+240+181=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 181 (71.09% from 255 or 26.78% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0B5 is #000F4A. Grayscale: #EEEEEE. Windows color (decimal): -3915 or 11923711. OLE color: 11923711.
HSL color Cylindrical-coordinate representation of color #FFF0B5: hue angle of 47.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFF0B5 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 181 | - |
| CMYK | 0 | 0.06 | 0.29 | 0 |
| HSL | 47.84º | 1% | 0.85% | - |
| HSV(B) | 47.84º | 0.29% | 1% | - |
| XYZ | 80.74 | 86.92 | 56.24 | - |
| YUV | 237.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 181 | 0 | 0.06 | 0.29 | 0 | 47.84 | 1 | 0.85 |
| Hex | FF | F0 | B5 | 0 | 6 | 1D | 0 | 30 | 64 | 55 |
| Octal | 377 | 360 | 265 | 0 | 6 | 35 | 0 | 60 | 144 | 125 |
| Binary | 11111111 | 11110000 | 10110101 | 0 | 110 | 11101 | 0 | 110000 | 1100100 | 1010101 |
Color Harmonies of #FFF0B5
Complementary color
Monochromatic Colors of #FFF0B5
Black with #FFF0B5
Text Example
Text Example
White with #FFF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0B5; }
p { color: rgb(255,240,181); }
H1.HeaderClassName
{
color: #FFF0B5;
}
.AnyTagClassName
{
color: #FFF0B5;
}
</style>
background-color css
<style>
a { background-color: #FFF0B5; }
a { background-color: rgb(255,240,181); }
div.DivClassName
{
background-color: #FFF0B5;
}
.BgClassName
{
background-color: #FFF0B5;
}
</style>
border-color css
<style>
span { border-color: #FFF0B5; }
span { border-color: rgb(255,240,181); }
td.TdClassName
{
border-color: #FFF0B5;
}
.TagClassName
{
border-color: #FFF0B5;
}
</style>