Shades of Banana Mania #FFF1AD
Tints of Banana Mania #FFF1AD
RGB
CMYK
RGB Variations
Color information
#FFF1AD (or 0xFFF1AD) is known color: Banana Mania. HEX triplet: FF, F1 and AD. RGB value is (255,241,173). Sum of RGB (Red+Green+Blue) = 255+241+173=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1AD is #000E52. Grayscale: #EDEDED. Windows color (decimal): -3667 or 11399679. OLE color: 11399679.
HSL color Cylindrical-coordinate representation of color #FFF1AD: hue angle of 49.76º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF1AD is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 173 | - |
| CMYK | 0 | 0.05 | 0.32 | 0 |
| HSL | 49.76º | 1% | 0.84% | - |
| HSV(B) | 49.76º | 0.32% | 1% | - |
| XYZ | 80.24 | 87.19 | 52.14 | - |
| YUV | 237.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 173 | 0 | 0.05 | 0.32 | 0 | 49.76 | 1 | 0.84 |
| Hex | FF | F1 | AD | 0 | 5 | 20 | 0 | 32 | 64 | 54 |
| Octal | 377 | 361 | 255 | 0 | 5 | 40 | 0 | 62 | 144 | 124 |
| Binary | 11111111 | 11110001 | 10101101 | 0 | 101 | 100000 | 0 | 110010 | 1100100 | 1010100 |
Color Harmonies of #FFF1AD
Complementary color
Monochromatic Colors of #FFF1AD
Black with #FFF1AD
Text Example
Text Example
White with #FFF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1AD; }
p { color: rgb(255,241,173); }
H1.HeaderClassName
{
color: #FFF1AD;
}
.AnyTagClassName
{
color: #FFF1AD;
}
</style>
background-color css
<style>
a { background-color: #FFF1AD; }
a { background-color: rgb(255,241,173); }
div.DivClassName
{
background-color: #FFF1AD;
}
.BgClassName
{
background-color: #FFF1AD;
}
</style>
border-color css
<style>
span { border-color: #FFF1AD; }
span { border-color: rgb(255,241,173); }
td.TdClassName
{
border-color: #FFF1AD;
}
.TagClassName
{
border-color: #FFF1AD;
}
</style>