Shades of Banana Mania #FCE5AA
Tints of Banana Mania #FCE5AA
RGB
CMYK
RGB Variations
Color information
#FCE5AA (or 0xFCE5AA) is known color: Banana Mania. HEX triplet: FC, E5 and AA. RGB value is (252,229,170). Sum of RGB (Red+Green+Blue) = 252+229+170=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5AA is #031A55. Grayscale: #E5E5E5. Windows color (decimal): -203350 or 11199996. OLE color: 11199996.
HSL color Cylindrical-coordinate representation of color #FCE5AA: hue angle of 43.17º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCE5AA is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 170 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.01 |
| HSL | 43.17º | 0.93% | 0.83% | - |
| HSV(B) | 43.17º | 0.33% | 0.99% | - |
| XYZ | 75.42 | 79.64 | 49.43 | - |
| YUV | 229.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 170 | 0 | 0.09 | 0.33 | 0.01 | 43.17 | 0.93 | 0.83 |
| Hex | FC | E5 | AA | 0 | 9 | 21 | 1 | 2B | 5D | 53 |
| Octal | 374 | 345 | 252 | 0 | 11 | 41 | 1 | 53 | 135 | 123 |
| Binary | 11111100 | 11100101 | 10101010 | 0 | 1001 | 100001 | 1 | 101011 | 1011101 | 1010011 |
Color Harmonies of #FCE5AA
Complementary color
Monochromatic Colors of #FCE5AA
Black with #FCE5AA
Text Example
Text Example
White with #FCE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5AA; }
p { color: rgb(252,229,170); }
H1.HeaderClassName
{
color: #FCE5AA;
}
.AnyTagClassName
{
color: #FCE5AA;
}
</style>
background-color css
<style>
a { background-color: #FCE5AA; }
a { background-color: rgb(252,229,170); }
div.DivClassName
{
background-color: #FCE5AA;
}
.BgClassName
{
background-color: #FCE5AA;
}
</style>
border-color css
<style>
span { border-color: #FCE5AA; }
span { border-color: rgb(252,229,170); }
td.TdClassName
{
border-color: #FCE5AA;
}
.TagClassName
{
border-color: #FCE5AA;
}
</style>