Shades of Banana Mania #FFF0AB
Tints of Banana Mania #FFF0AB
RGB
CMYK
RGB Variations
Color information
#FFF0AB (or 0xFFF0AB) is known color: Banana Mania. HEX triplet: FF, F0 and AB. RGB value is (255,240,171). Sum of RGB (Red+Green+Blue) = 255+240+171=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 171 (67.19% from 255 or 25.68% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0AB is #000F54. Grayscale: #ECECEC. Windows color (decimal): -3925 or 11268351. OLE color: 11268351.
HSL color Cylindrical-coordinate representation of color #FFF0AB: hue angle of 49.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF0AB is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 171 | - |
| CMYK | 0 | 0.06 | 0.33 | 0 |
| HSL | 49.29º | 1% | 0.84% | - |
| HSV(B) | 49.29º | 0.33% | 1% | - |
| XYZ | 79.75 | 86.52 | 51.02 | - |
| YUV | 236.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 171 | 0 | 0.06 | 0.33 | 0 | 49.29 | 1 | 0.84 |
| Hex | FF | F0 | AB | 0 | 6 | 21 | 0 | 31 | 64 | 54 |
| Octal | 377 | 360 | 253 | 0 | 6 | 41 | 0 | 61 | 144 | 124 |
| Binary | 11111111 | 11110000 | 10101011 | 0 | 110 | 100001 | 0 | 110001 | 1100100 | 1010100 |
Color Harmonies of #FFF0AB
Complementary color
Monochromatic Colors of #FFF0AB
Black with #FFF0AB
Text Example
Text Example
White with #FFF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0AB; }
p { color: rgb(255,240,171); }
H1.HeaderClassName
{
color: #FFF0AB;
}
.AnyTagClassName
{
color: #FFF0AB;
}
</style>
background-color css
<style>
a { background-color: #FFF0AB; }
a { background-color: rgb(255,240,171); }
div.DivClassName
{
background-color: #FFF0AB;
}
.BgClassName
{
background-color: #FFF0AB;
}
</style>
border-color css
<style>
span { border-color: #FFF0AB; }
span { border-color: rgb(255,240,171); }
td.TdClassName
{
border-color: #FFF0AB;
}
.TagClassName
{
border-color: #FFF0AB;
}
</style>