Shades of Banana Mania #FCF0B2
Tints of Banana Mania #FCF0B2
RGB
CMYK
RGB Variations
Color information
#FCF0B2 (or 0xFCF0B2) is known color: Banana Mania. HEX triplet: FC, F0 and B2. RGB value is (252,240,178). Sum of RGB (Red+Green+Blue) = 252+240+178=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 178 (69.92% from 255 or 26.57% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF0B2 is #030F4D. Grayscale: #ECECEC. Windows color (decimal): -200526 or 11727100. OLE color: 11727100.
HSL color Cylindrical-coordinate representation of color #FCF0B2: hue angle of 50.27º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCF0B2 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 178 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.01 |
| HSL | 50.27º | 0.93% | 0.84% | - |
| HSV(B) | 50.27º | 0.29% | 0.99% | - |
| XYZ | 79.34 | 86.23 | 54.58 | - |
| YUV | 236.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 178 | 0 | 0.05 | 0.29 | 0.01 | 50.27 | 0.93 | 0.84 |
| Hex | FC | F0 | B2 | 0 | 5 | 1D | 1 | 32 | 5C | 54 |
| Octal | 374 | 360 | 262 | 0 | 5 | 35 | 1 | 62 | 134 | 124 |
| Binary | 11111100 | 11110000 | 10110010 | 0 | 101 | 11101 | 1 | 110010 | 1011100 | 1010100 |
Color Harmonies of #FCF0B2
Complementary color
Monochromatic Colors of #FCF0B2
Black with #FCF0B2
Text Example
Text Example
White with #FCF0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0B2; }
p { color: rgb(252,240,178); }
H1.HeaderClassName
{
color: #FCF0B2;
}
.AnyTagClassName
{
color: #FCF0B2;
}
</style>
background-color css
<style>
a { background-color: #FCF0B2; }
a { background-color: rgb(252,240,178); }
div.DivClassName
{
background-color: #FCF0B2;
}
.BgClassName
{
background-color: #FCF0B2;
}
</style>
border-color css
<style>
span { border-color: #FCF0B2; }
span { border-color: rgb(252,240,178); }
td.TdClassName
{
border-color: #FCF0B2;
}
.TagClassName
{
border-color: #FCF0B2;
}
</style>