Shades of Banana Mania #FFF1B4
Tints of Banana Mania #FFF1B4
RGB
CMYK
RGB Variations
Color information
#FFF1B4 (or 0xFFF1B4) is known color: Banana Mania. HEX triplet: FF, F1 and B4. RGB value is (255,241,180). Sum of RGB (Red+Green+Blue) = 255+241+180=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 180 (70.70% from 255 or 26.63% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1B4 is #000E4B. Grayscale: #EEEEEE. Windows color (decimal): -3660 or 11858431. OLE color: 11858431.
HSL color Cylindrical-coordinate representation of color #FFF1B4: hue angle of 48.8º 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 #FFF1B4 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 180 | - |
| CMYK | 0 | 0.05 | 0.29 | 0 |
| HSL | 48.8º | 1% | 0.85% | - |
| HSV(B) | 48.8º | 0.29% | 1% | - |
| XYZ | 80.93 | 87.47 | 55.8 | - |
| YUV | 238.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 180 | 0 | 0.05 | 0.29 | 0 | 48.8 | 1 | 0.85 |
| Hex | FF | F1 | B4 | 0 | 5 | 1D | 0 | 31 | 64 | 55 |
| Octal | 377 | 361 | 264 | 0 | 5 | 35 | 0 | 61 | 144 | 125 |
| Binary | 11111111 | 11110001 | 10110100 | 0 | 101 | 11101 | 0 | 110001 | 1100100 | 1010101 |
Color Harmonies of #FFF1B4
Complementary color
Monochromatic Colors of #FFF1B4
Black with #FFF1B4
Text Example
Text Example
White with #FFF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1B4; }
p { color: rgb(255,241,180); }
H1.HeaderClassName
{
color: #FFF1B4;
}
.AnyTagClassName
{
color: #FFF1B4;
}
</style>
background-color css
<style>
a { background-color: #FFF1B4; }
a { background-color: rgb(255,241,180); }
div.DivClassName
{
background-color: #FFF1B4;
}
.BgClassName
{
background-color: #FFF1B4;
}
</style>
border-color css
<style>
span { border-color: #FFF1B4; }
span { border-color: rgb(255,241,180); }
td.TdClassName
{
border-color: #FFF1B4;
}
.TagClassName
{
border-color: #FFF1B4;
}
</style>