Shades of Banana Mania #FCE5B0
Tints of Banana Mania #FCE5B0
RGB
CMYK
RGB Variations
Color information
#FCE5B0 (or 0xFCE5B0) is known color: Banana Mania. HEX triplet: FC, E5 and B0. RGB value is (252,229,176). Sum of RGB (Red+Green+Blue) = 252+229+176=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5B0 is #031A4F. Grayscale: #E6E6E6. Windows color (decimal): -203344 or 11593212. OLE color: 11593212.
HSL color Cylindrical-coordinate representation of color #FCE5B0: hue angle of 41.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCE5B0 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 176 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.01 |
| HSL | 41.84º | 0.93% | 0.84% | - |
| HSV(B) | 41.84º | 0.3% | 0.99% | - |
| XYZ | 76 | 79.87 | 52.48 | - |
| YUV | 229.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 176 | 0 | 0.09 | 0.30 | 0.01 | 41.84 | 0.93 | 0.84 |
| Hex | FC | E5 | B0 | 0 | 9 | 1E | 1 | 2A | 5D | 54 |
| Octal | 374 | 345 | 260 | 0 | 11 | 36 | 1 | 52 | 135 | 124 |
| Binary | 11111100 | 11100101 | 10110000 | 0 | 1001 | 11110 | 1 | 101010 | 1011101 | 1010100 |
Color Harmonies of #FCE5B0
Complementary color
Monochromatic Colors of #FCE5B0
Black with #FCE5B0
Text Example
Text Example
White with #FCE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5B0; }
p { color: rgb(252,229,176); }
H1.HeaderClassName
{
color: #FCE5B0;
}
.AnyTagClassName
{
color: #FCE5B0;
}
</style>
background-color css
<style>
a { background-color: #FCE5B0; }
a { background-color: rgb(252,229,176); }
div.DivClassName
{
background-color: #FCE5B0;
}
.BgClassName
{
background-color: #FCE5B0;
}
</style>
border-color css
<style>
span { border-color: #FCE5B0; }
span { border-color: rgb(252,229,176); }
td.TdClassName
{
border-color: #FCE5B0;
}
.TagClassName
{
border-color: #FCE5B0;
}
</style>