Shades of Banana Mania #FCEAA8
Tints of Banana Mania #FCEAA8
RGB
CMYK
RGB Variations
Color information
#FCEAA8 (or 0xFCEAA8) is known color: Banana Mania. HEX triplet: FC, EA and A8. RGB value is (252,234,168). Sum of RGB (Red+Green+Blue) = 252+234+168=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 168 (66.02% from 255 or 25.69% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEAA8 is #031557. Grayscale: #E8E8E8. Windows color (decimal): -202072 or 11070204. OLE color: 11070204.
HSL color Cylindrical-coordinate representation of color #FCEAA8: hue angle of 47.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCEAA8 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 168 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.01 |
| HSL | 47.14º | 0.93% | 0.82% | - |
| HSV(B) | 47.14º | 0.33% | 0.99% | - |
| XYZ | 76.64 | 82.37 | 48.91 | - |
| YUV | 231.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 168 | 0 | 0.07 | 0.33 | 0.01 | 47.14 | 0.93 | 0.82 |
| Hex | FC | EA | A8 | 0 | 7 | 21 | 1 | 2F | 5D | 52 |
| Octal | 374 | 352 | 250 | 0 | 7 | 41 | 1 | 57 | 135 | 122 |
| Binary | 11111100 | 11101010 | 10101000 | 0 | 111 | 100001 | 1 | 101111 | 1011101 | 1010010 |
Color Harmonies of #FCEAA8
Complementary color
Monochromatic Colors of #FCEAA8
Black with #FCEAA8
Text Example
Text Example
White with #FCEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAA8; }
p { color: rgb(252,234,168); }
H1.HeaderClassName
{
color: #FCEAA8;
}
.AnyTagClassName
{
color: #FCEAA8;
}
</style>
background-color css
<style>
a { background-color: #FCEAA8; }
a { background-color: rgb(252,234,168); }
div.DivClassName
{
background-color: #FCEAA8;
}
.BgClassName
{
background-color: #FCEAA8;
}
</style>
border-color css
<style>
span { border-color: #FCEAA8; }
span { border-color: rgb(252,234,168); }
td.TdClassName
{
border-color: #FCEAA8;
}
.TagClassName
{
border-color: #FCEAA8;
}
</style>