Shades of Banana Mania #FFF2B3
Tints of Banana Mania #FFF2B3
RGB
CMYK
RGB Variations
Color information
#FFF2B3 (or 0xFFF2B3) is known color: Banana Mania. HEX triplet: FF, F2 and B3. RGB value is (255,242,179). Sum of RGB (Red+Green+Blue) = 255+242+179=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 179 (70.31% from 255 or 26.48% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2B3 is #000D4C. Grayscale: #EEEEEE. Windows color (decimal): -3405 or 11793151. OLE color: 11793151.
HSL color Cylindrical-coordinate representation of color #FFF2B3: hue angle of 49.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFF2B3 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 179 | - |
| CMYK | 0 | 0.05 | 0.30 | 0 |
| HSL | 49.74º | 1% | 0.85% | - |
| HSV(B) | 49.74º | 0.3% | 1% | - |
| XYZ | 81.13 | 88.02 | 55.36 | - |
| YUV | 238.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 179 | 0 | 0.05 | 0.30 | 0 | 49.74 | 1 | 0.85 |
| Hex | FF | F2 | B3 | 0 | 5 | 1E | 0 | 32 | 64 | 55 |
| Octal | 377 | 362 | 263 | 0 | 5 | 36 | 0 | 62 | 144 | 125 |
| Binary | 11111111 | 11110010 | 10110011 | 0 | 101 | 11110 | 0 | 110010 | 1100100 | 1010101 |
Color Harmonies of #FFF2B3
Complementary color
Monochromatic Colors of #FFF2B3
Black with #FFF2B3
Text Example
Text Example
White with #FFF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2B3; }
p { color: rgb(255,242,179); }
H1.HeaderClassName
{
color: #FFF2B3;
}
.AnyTagClassName
{
color: #FFF2B3;
}
</style>
background-color css
<style>
a { background-color: #FFF2B3; }
a { background-color: rgb(255,242,179); }
div.DivClassName
{
background-color: #FFF2B3;
}
.BgClassName
{
background-color: #FFF2B3;
}
</style>
border-color css
<style>
span { border-color: #FFF2B3; }
span { border-color: rgb(255,242,179); }
td.TdClassName
{
border-color: #FFF2B3;
}
.TagClassName
{
border-color: #FFF2B3;
}
</style>