Shades of Banana Mania #FFF2B0
Tints of Banana Mania #FFF2B0
RGB
CMYK
RGB Variations
Color information
#FFF2B0 (or 0xFFF2B0) is known color: Banana Mania. HEX triplet: FF, F2 and B0. RGB value is (255,242,176). Sum of RGB (Red+Green+Blue) = 255+242+176=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 176 (69.14% from 255 or 26.15% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2B0 is #000D4F. Grayscale: #EEEEEE. Windows color (decimal): -3408 or 11596543. OLE color: 11596543.
HSL color Cylindrical-coordinate representation of color #FFF2B0: hue angle of 50.13º 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 #FFF2B0 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 176 | - |
| CMYK | 0 | 0.05 | 0.31 | 0 |
| HSL | 50.13º | 1% | 0.85% | - |
| HSV(B) | 50.13º | 0.31% | 1% | - |
| XYZ | 80.83 | 87.9 | 53.78 | - |
| YUV | 238.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 176 | 0 | 0.05 | 0.31 | 0 | 50.13 | 1 | 0.85 |
| Hex | FF | F2 | B0 | 0 | 5 | 1F | 0 | 32 | 64 | 55 |
| Octal | 377 | 362 | 260 | 0 | 5 | 37 | 0 | 62 | 144 | 125 |
| Binary | 11111111 | 11110010 | 10110000 | 0 | 101 | 11111 | 0 | 110010 | 1100100 | 1010101 |
Color Harmonies of #FFF2B0
Complementary color
Monochromatic Colors of #FFF2B0
Black with #FFF2B0
Text Example
Text Example
White with #FFF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2B0; }
p { color: rgb(255,242,176); }
H1.HeaderClassName
{
color: #FFF2B0;
}
.AnyTagClassName
{
color: #FFF2B0;
}
</style>
background-color css
<style>
a { background-color: #FFF2B0; }
a { background-color: rgb(255,242,176); }
div.DivClassName
{
background-color: #FFF2B0;
}
.BgClassName
{
background-color: #FFF2B0;
}
</style>
border-color css
<style>
span { border-color: #FFF2B0; }
span { border-color: rgb(255,242,176); }
td.TdClassName
{
border-color: #FFF2B0;
}
.TagClassName
{
border-color: #FFF2B0;
}
</style>