Shades of Banana Mania #FCEBB8
Tints of Banana Mania #FCEBB8
RGB
CMYK
RGB Variations
Color information
#FCEBB8 (or 0xFCEBB8) is known color: Banana Mania. HEX triplet: FC, EB and B8. RGB value is (252,235,184). Sum of RGB (Red+Green+Blue) = 252+235+184=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 184 (72.27% from 255 or 27.42% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBB8 is #031447. Grayscale: #EAEAEA. Windows color (decimal): -201800 or 12119036. OLE color: 12119036.
HSL color Cylindrical-coordinate representation of color #FCEBB8: hue angle of 45º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCEBB8 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 184 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.01 |
| HSL | 45º | 0.92% | 0.85% | - |
| HSV(B) | 45º | 0.27% | 0.99% | - |
| XYZ | 78.5 | 83.57 | 57.34 | - |
| YUV | 234.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 184 | 0 | 0.07 | 0.27 | 0.01 | 45 | 0.92 | 0.85 |
| Hex | FC | EB | B8 | 0 | 7 | 1B | 1 | 2D | 5C | 55 |
| Octal | 374 | 353 | 270 | 0 | 7 | 33 | 1 | 55 | 134 | 125 |
| Binary | 11111100 | 11101011 | 10111000 | 0 | 111 | 11011 | 1 | 101101 | 1011100 | 1010101 |
Color Harmonies of #FCEBB8
Complementary color
Monochromatic Colors of #FCEBB8
Black with #FCEBB8
Text Example
Text Example
White with #FCEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBB8; }
p { color: rgb(252,235,184); }
H1.HeaderClassName
{
color: #FCEBB8;
}
.AnyTagClassName
{
color: #FCEBB8;
}
</style>
background-color css
<style>
a { background-color: #FCEBB8; }
a { background-color: rgb(252,235,184); }
div.DivClassName
{
background-color: #FCEBB8;
}
.BgClassName
{
background-color: #FCEBB8;
}
</style>
border-color css
<style>
span { border-color: #FCEBB8; }
span { border-color: rgb(252,235,184); }
td.TdClassName
{
border-color: #FCEBB8;
}
.TagClassName
{
border-color: #FCEBB8;
}
</style>