Shades of Banana Mania #FFF1B1
Tints of Banana Mania #FFF1B1
RGB
CMYK
RGB Variations
Color information
#FFF1B1 (or 0xFFF1B1) is known color: Banana Mania. HEX triplet: FF, F1 and B1. RGB value is (255,241,177). Sum of RGB (Red+Green+Blue) = 255+241+177=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 177 (69.53% from 255 or 26.30% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1B1 is #000E4E. Grayscale: #EEEEEE. Windows color (decimal): -3663 or 11661823. OLE color: 11661823.
HSL color Cylindrical-coordinate representation of color #FFF1B1: hue angle of 49.23º 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 #FFF1B1 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 177 | - |
| CMYK | 0 | 0.05 | 0.31 | 0 |
| HSL | 49.23º | 1% | 0.85% | - |
| HSV(B) | 49.23º | 0.31% | 1% | - |
| XYZ | 80.63 | 87.34 | 54.2 | - |
| YUV | 237.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 177 | 0 | 0.05 | 0.31 | 0 | 49.23 | 1 | 0.85 |
| Hex | FF | F1 | B1 | 0 | 5 | 1F | 0 | 31 | 64 | 55 |
| Octal | 377 | 361 | 261 | 0 | 5 | 37 | 0 | 61 | 144 | 125 |
| Binary | 11111111 | 11110001 | 10110001 | 0 | 101 | 11111 | 0 | 110001 | 1100100 | 1010101 |
Color Harmonies of #FFF1B1
Complementary color
Monochromatic Colors of #FFF1B1
Black with #FFF1B1
Text Example
Text Example
White with #FFF1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1B1; }
p { color: rgb(255,241,177); }
H1.HeaderClassName
{
color: #FFF1B1;
}
.AnyTagClassName
{
color: #FFF1B1;
}
</style>
background-color css
<style>
a { background-color: #FFF1B1; }
a { background-color: rgb(255,241,177); }
div.DivClassName
{
background-color: #FFF1B1;
}
.BgClassName
{
background-color: #FFF1B1;
}
</style>
border-color css
<style>
span { border-color: #FFF1B1; }
span { border-color: rgb(255,241,177); }
td.TdClassName
{
border-color: #FFF1B1;
}
.TagClassName
{
border-color: #FFF1B1;
}
</style>