Shades of Banana Mania #FFF2AF
Tints of Banana Mania #FFF2AF
RGB
CMYK
RGB Variations
Color information
#FFF2AF (or 0xFFF2AF) is known color: Banana Mania. HEX triplet: FF, F2 and AF. RGB value is (255,242,175). Sum of RGB (Red+Green+Blue) = 255+242+175=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2AF is #000D50. Grayscale: #EEEEEE. Windows color (decimal): -3409 or 11531007. OLE color: 11531007.
HSL color Cylindrical-coordinate representation of color #FFF2AF: hue angle of 50.25º 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 #FFF2AF is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 175 | - |
| CMYK | 0 | 0.05 | 0.31 | 0 |
| HSL | 50.25º | 1% | 0.84% | - |
| HSV(B) | 50.25º | 0.31% | 1% | - |
| XYZ | 80.73 | 87.86 | 53.26 | - |
| YUV | 238.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 175 | 0 | 0.05 | 0.31 | 0 | 50.25 | 1 | 0.84 |
| Hex | FF | F2 | AF | 0 | 5 | 1F | 0 | 32 | 64 | 54 |
| Octal | 377 | 362 | 257 | 0 | 5 | 37 | 0 | 62 | 144 | 124 |
| Binary | 11111111 | 11110010 | 10101111 | 0 | 101 | 11111 | 0 | 110010 | 1100100 | 1010100 |
Color Harmonies of #FFF2AF
Complementary color
Monochromatic Colors of #FFF2AF
Black with #FFF2AF
Text Example
Text Example
White with #FFF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2AF; }
p { color: rgb(255,242,175); }
H1.HeaderClassName
{
color: #FFF2AF;
}
.AnyTagClassName
{
color: #FFF2AF;
}
</style>
background-color css
<style>
a { background-color: #FFF2AF; }
a { background-color: rgb(255,242,175); }
div.DivClassName
{
background-color: #FFF2AF;
}
.BgClassName
{
background-color: #FFF2AF;
}
</style>
border-color css
<style>
span { border-color: #FFF2AF; }
span { border-color: rgb(255,242,175); }
td.TdClassName
{
border-color: #FFF2AF;
}
.TagClassName
{
border-color: #FFF2AF;
}
</style>