Shades of Banana Mania #FCEEBA
Tints of Banana Mania #FCEEBA
RGB
CMYK
RGB Variations
Color information
#FCEEBA (or 0xFCEEBA) is known color: Banana Mania. HEX triplet: FC, EE and BA. RGB value is (252,238,186). Sum of RGB (Red+Green+Blue) = 252+238+186=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 186 (73.05% from 255 or 27.51% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBA is #031145. Grayscale: #ECECEC. Windows color (decimal): -201030 or 12250876. OLE color: 12250876.
HSL color Cylindrical-coordinate representation of color #FCEEBA: hue angle of 47.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCEEBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 186 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.01 |
| HSL | 47.27º | 0.92% | 0.86% | - |
| HSV(B) | 47.27º | 0.26% | 0.99% | - |
| XYZ | 79.58 | 85.39 | 58.74 | - |
| YUV | 236.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 186 | 0 | 0.06 | 0.26 | 0.01 | 47.27 | 0.92 | 0.86 |
| Hex | FC | EE | BA | 0 | 6 | 1A | 1 | 2F | 5C | 56 |
| Octal | 374 | 356 | 272 | 0 | 6 | 32 | 1 | 57 | 134 | 126 |
| Binary | 11111100 | 11101110 | 10111010 | 0 | 110 | 11010 | 1 | 101111 | 1011100 | 1010110 |
Color Harmonies of #FCEEBA
Complementary color
Monochromatic Colors of #FCEEBA
Black with #FCEEBA
Text Example
Text Example
White with #FCEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEBA; }
p { color: rgb(252,238,186); }
H1.HeaderClassName
{
color: #FCEEBA;
}
.AnyTagClassName
{
color: #FCEEBA;
}
</style>
background-color css
<style>
a { background-color: #FCEEBA; }
a { background-color: rgb(252,238,186); }
div.DivClassName
{
background-color: #FCEEBA;
}
.BgClassName
{
background-color: #FCEEBA;
}
</style>
border-color css
<style>
span { border-color: #FCEEBA; }
span { border-color: rgb(252,238,186); }
td.TdClassName
{
border-color: #FCEEBA;
}
.TagClassName
{
border-color: #FCEEBA;
}
</style>