Shades of Banana Mania #FCEBA8
Tints of Banana Mania #FCEBA8
RGB
CMYK
RGB Variations
Color information
#FCEBA8 (or 0xFCEBA8) is known color: Banana Mania. HEX triplet: FC, EB and A8. RGB value is (252,235,168). Sum of RGB (Red+Green+Blue) = 252+235+168=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEBA8 is #031457. Grayscale: #E8E8E8. Windows color (decimal): -201816 or 11070460. OLE color: 11070460.
HSL color Cylindrical-coordinate representation of color #FCEBA8: hue angle of 47.86º 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 #FCEBA8 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 168 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.01 |
| HSL | 47.86º | 0.93% | 0.82% | - |
| HSV(B) | 47.86º | 0.33% | 0.99% | - |
| XYZ | 76.92 | 82.94 | 49 | - |
| YUV | 232.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 168 | 0 | 0.07 | 0.33 | 0.01 | 47.86 | 0.93 | 0.82 |
| Hex | FC | EB | A8 | 0 | 7 | 21 | 1 | 30 | 5D | 52 |
| Octal | 374 | 353 | 250 | 0 | 7 | 41 | 1 | 60 | 135 | 122 |
| Binary | 11111100 | 11101011 | 10101000 | 0 | 111 | 100001 | 1 | 110000 | 1011101 | 1010010 |
Color Harmonies of #FCEBA8
Complementary color
Monochromatic Colors of #FCEBA8
Black with #FCEBA8
Text Example
Text Example
White with #FCEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBA8; }
p { color: rgb(252,235,168); }
H1.HeaderClassName
{
color: #FCEBA8;
}
.AnyTagClassName
{
color: #FCEBA8;
}
</style>
background-color css
<style>
a { background-color: #FCEBA8; }
a { background-color: rgb(252,235,168); }
div.DivClassName
{
background-color: #FCEBA8;
}
.BgClassName
{
background-color: #FCEBA8;
}
</style>
border-color css
<style>
span { border-color: #FCEBA8; }
span { border-color: rgb(252,235,168); }
td.TdClassName
{
border-color: #FCEBA8;
}
.TagClassName
{
border-color: #FCEBA8;
}
</style>