Shades of Banana Mania #FCE5AB
Tints of Banana Mania #FCE5AB
RGB
CMYK
RGB Variations
Color information
#FCE5AB (or 0xFCE5AB) is known color: Banana Mania. HEX triplet: FC, E5 and AB. RGB value is (252,229,171). Sum of RGB (Red+Green+Blue) = 252+229+171=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5AB is #031A54. Grayscale: #E5E5E5. Windows color (decimal): -203349 or 11265532. OLE color: 11265532.
HSL color Cylindrical-coordinate representation of color #FCE5AB: hue angle of 42.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCE5AB is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 171 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.01 |
| HSL | 42.96º | 0.93% | 0.83% | - |
| HSV(B) | 42.96º | 0.32% | 0.99% | - |
| XYZ | 75.51 | 79.67 | 49.93 | - |
| YUV | 229.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 171 | 0 | 0.09 | 0.32 | 0.01 | 42.96 | 0.93 | 0.83 |
| Hex | FC | E5 | AB | 0 | 9 | 20 | 1 | 2B | 5D | 53 |
| Octal | 374 | 345 | 253 | 0 | 11 | 40 | 1 | 53 | 135 | 123 |
| Binary | 11111100 | 11100101 | 10101011 | 0 | 1001 | 100000 | 1 | 101011 | 1011101 | 1010011 |
Color Harmonies of #FCE5AB
Complementary color
Monochromatic Colors of #FCE5AB
Black with #FCE5AB
Text Example
Text Example
White with #FCE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5AB; }
p { color: rgb(252,229,171); }
H1.HeaderClassName
{
color: #FCE5AB;
}
.AnyTagClassName
{
color: #FCE5AB;
}
</style>
background-color css
<style>
a { background-color: #FCE5AB; }
a { background-color: rgb(252,229,171); }
div.DivClassName
{
background-color: #FCE5AB;
}
.BgClassName
{
background-color: #FCE5AB;
}
</style>
border-color css
<style>
span { border-color: #FCE5AB; }
span { border-color: rgb(252,229,171); }
td.TdClassName
{
border-color: #FCE5AB;
}
.TagClassName
{
border-color: #FCE5AB;
}
</style>