Shades of Banana Mania #FCE5AC
Tints of Banana Mania #FCE5AC
RGB
CMYK
RGB Variations
Color information
#FCE5AC (or 0xFCE5AC) is known color: Banana Mania. HEX triplet: FC, E5 and AC. RGB value is (252,229,172). Sum of RGB (Red+Green+Blue) = 252+229+172=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5AC is #031A53. Grayscale: #E5E5E5. Windows color (decimal): -203348 or 11331068. OLE color: 11331068.
HSL color Cylindrical-coordinate representation of color #FCE5AC: hue angle of 42.75º 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 #FCE5AC is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 172 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.01 |
| HSL | 42.75º | 0.93% | 0.83% | - |
| HSV(B) | 42.75º | 0.32% | 0.99% | - |
| XYZ | 75.61 | 79.71 | 50.43 | - |
| YUV | 229.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 172 | 0 | 0.09 | 0.32 | 0.01 | 42.75 | 0.93 | 0.83 |
| Hex | FC | E5 | AC | 0 | 9 | 20 | 1 | 2B | 5D | 53 |
| Octal | 374 | 345 | 254 | 0 | 11 | 40 | 1 | 53 | 135 | 123 |
| Binary | 11111100 | 11100101 | 10101100 | 0 | 1001 | 100000 | 1 | 101011 | 1011101 | 1010011 |
Color Harmonies of #FCE5AC
Complementary color
Monochromatic Colors of #FCE5AC
Black with #FCE5AC
Text Example
Text Example
White with #FCE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5AC; }
p { color: rgb(252,229,172); }
H1.HeaderClassName
{
color: #FCE5AC;
}
.AnyTagClassName
{
color: #FCE5AC;
}
</style>
background-color css
<style>
a { background-color: #FCE5AC; }
a { background-color: rgb(252,229,172); }
div.DivClassName
{
background-color: #FCE5AC;
}
.BgClassName
{
background-color: #FCE5AC;
}
</style>
border-color css
<style>
span { border-color: #FCE5AC; }
span { border-color: rgb(252,229,172); }
td.TdClassName
{
border-color: #FCE5AC;
}
.TagClassName
{
border-color: #FCE5AC;
}
</style>