Shades of Banana Mania #FFF1AF
Tints of Banana Mania #FFF1AF
RGB
CMYK
RGB Variations
Color information
#FFF1AF (or 0xFFF1AF) is known color: Banana Mania. HEX triplet: FF, F1 and AF. RGB value is (255,241,175). Sum of RGB (Red+Green+Blue) = 255+241+175=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 175 (68.75% from 255 or 26.08% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1AF is #000E50. Grayscale: #EDEDED. Windows color (decimal): -3665 or 11530751. OLE color: 11530751.
HSL color Cylindrical-coordinate representation of color #FFF1AF: hue angle of 49.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF1AF is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 175 | - |
| CMYK | 0 | 0.05 | 0.31 | 0 |
| HSL | 49.5º | 1% | 0.84% | - |
| HSV(B) | 49.5º | 0.31% | 1% | - |
| XYZ | 80.43 | 87.27 | 53.16 | - |
| YUV | 237.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 175 | 0 | 0.05 | 0.31 | 0 | 49.5 | 1 | 0.84 |
| Hex | FF | F1 | AF | 0 | 5 | 1F | 0 | 32 | 64 | 54 |
| Octal | 377 | 361 | 257 | 0 | 5 | 37 | 0 | 62 | 144 | 124 |
| Binary | 11111111 | 11110001 | 10101111 | 0 | 101 | 11111 | 0 | 110010 | 1100100 | 1010100 |
Color Harmonies of #FFF1AF
Complementary color
Monochromatic Colors of #FFF1AF
Black with #FFF1AF
Text Example
Text Example
White with #FFF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1AF; }
p { color: rgb(255,241,175); }
H1.HeaderClassName
{
color: #FFF1AF;
}
.AnyTagClassName
{
color: #FFF1AF;
}
</style>
background-color css
<style>
a { background-color: #FFF1AF; }
a { background-color: rgb(255,241,175); }
div.DivClassName
{
background-color: #FFF1AF;
}
.BgClassName
{
background-color: #FFF1AF;
}
</style>
border-color css
<style>
span { border-color: #FFF1AF; }
span { border-color: rgb(255,241,175); }
td.TdClassName
{
border-color: #FFF1AF;
}
.TagClassName
{
border-color: #FFF1AF;
}
</style>