Shades of Banana Mania #FCF0B5
Tints of Banana Mania #FCF0B5
RGB
CMYK
RGB Variations
Color information
#FCF0B5 (or 0xFCF0B5) is known color: Banana Mania. HEX triplet: FC, F0 and B5. RGB value is (252,240,181). Sum of RGB (Red+Green+Blue) = 252+240+181=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0B5 is #030F4A. Grayscale: #EDEDED. Windows color (decimal): -200523 or 11923708. OLE color: 11923708.
HSL color Cylindrical-coordinate representation of color #FCF0B5: hue angle of 49.86º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCF0B5 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 181 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.01 |
| HSL | 49.86º | 0.92% | 0.85% | - |
| HSV(B) | 49.86º | 0.28% | 0.99% | - |
| XYZ | 79.65 | 86.35 | 56.19 | - |
| YUV | 236.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 181 | 0 | 0.05 | 0.28 | 0.01 | 49.86 | 0.92 | 0.85 |
| Hex | FC | F0 | B5 | 0 | 5 | 1C | 1 | 32 | 5C | 55 |
| Octal | 374 | 360 | 265 | 0 | 5 | 34 | 1 | 62 | 134 | 125 |
| Binary | 11111100 | 11110000 | 10110101 | 0 | 101 | 11100 | 1 | 110010 | 1011100 | 1010101 |
Color Harmonies of #FCF0B5
Complementary color
Monochromatic Colors of #FCF0B5
Black with #FCF0B5
Text Example
Text Example
White with #FCF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0B5; }
p { color: rgb(252,240,181); }
H1.HeaderClassName
{
color: #FCF0B5;
}
.AnyTagClassName
{
color: #FCF0B5;
}
</style>
background-color css
<style>
a { background-color: #FCF0B5; }
a { background-color: rgb(252,240,181); }
div.DivClassName
{
background-color: #FCF0B5;
}
.BgClassName
{
background-color: #FCF0B5;
}
</style>
border-color css
<style>
span { border-color: #FCF0B5; }
span { border-color: rgb(252,240,181); }
td.TdClassName
{
border-color: #FCF0B5;
}
.TagClassName
{
border-color: #FCF0B5;
}
</style>