Shades of Banana Mania #FCEBB5
Tints of Banana Mania #FCEBB5
RGB
CMYK
RGB Variations
Color information
#FCEBB5 (or 0xFCEBB5) is known color: Banana Mania. HEX triplet: FC, EB and B5. RGB value is (252,235,181). Sum of RGB (Red+Green+Blue) = 252+235+181=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 181 (71.09% from 255 or 27.10% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBB5 is #03144A. Grayscale: #EAEAEA. Windows color (decimal): -201803 or 11922428. OLE color: 11922428.
HSL color Cylindrical-coordinate representation of color #FCEBB5: hue angle of 45.63º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCEBB5 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 181 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.01 |
| HSL | 45.63º | 0.92% | 0.85% | - |
| HSV(B) | 45.63º | 0.28% | 0.99% | - |
| XYZ | 78.19 | 83.45 | 55.7 | - |
| YUV | 233.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 181 | 0 | 0.07 | 0.28 | 0.01 | 45.63 | 0.92 | 0.85 |
| Hex | FC | EB | B5 | 0 | 7 | 1C | 1 | 2E | 5C | 55 |
| Octal | 374 | 353 | 265 | 0 | 7 | 34 | 1 | 56 | 134 | 125 |
| Binary | 11111100 | 11101011 | 10110101 | 0 | 111 | 11100 | 1 | 101110 | 1011100 | 1010101 |
Color Harmonies of #FCEBB5
Complementary color
Monochromatic Colors of #FCEBB5
Black with #FCEBB5
Text Example
Text Example
White with #FCEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBB5; }
p { color: rgb(252,235,181); }
H1.HeaderClassName
{
color: #FCEBB5;
}
.AnyTagClassName
{
color: #FCEBB5;
}
</style>
background-color css
<style>
a { background-color: #FCEBB5; }
a { background-color: rgb(252,235,181); }
div.DivClassName
{
background-color: #FCEBB5;
}
.BgClassName
{
background-color: #FCEBB5;
}
</style>
border-color css
<style>
span { border-color: #FCEBB5; }
span { border-color: rgb(252,235,181); }
td.TdClassName
{
border-color: #FCEBB5;
}
.TagClassName
{
border-color: #FCEBB5;
}
</style>