Shades of Banana Mania #FCECB7
Tints of Banana Mania #FCECB7
RGB
CMYK
RGB Variations
Color information
#FCECB7 (or 0xFCECB7) is known color: Banana Mania. HEX triplet: FC, EC and B7. RGB value is (252,236,183). Sum of RGB (Red+Green+Blue) = 252+236+183=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 183 (71.88% from 255 or 27.27% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECB7 is #031348. Grayscale: #EAEAEA. Windows color (decimal): -201545 or 12053756. OLE color: 12053756.
HSL color Cylindrical-coordinate representation of color #FCECB7: hue angle of 46.09º 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 #FCECB7 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 183 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.01 |
| HSL | 46.09º | 0.92% | 0.85% | - |
| HSV(B) | 46.09º | 0.27% | 0.99% | - |
| XYZ | 78.69 | 84.11 | 56.89 | - |
| YUV | 234.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 183 | 0 | 0.06 | 0.27 | 0.01 | 46.09 | 0.92 | 0.85 |
| Hex | FC | EC | B7 | 0 | 6 | 1B | 1 | 2E | 5C | 55 |
| Octal | 374 | 354 | 267 | 0 | 6 | 33 | 1 | 56 | 134 | 125 |
| Binary | 11111100 | 11101100 | 10110111 | 0 | 110 | 11011 | 1 | 101110 | 1011100 | 1010101 |
Color Harmonies of #FCECB7
Complementary color
Monochromatic Colors of #FCECB7
Black with #FCECB7
Text Example
Text Example
White with #FCECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECB7; }
p { color: rgb(252,236,183); }
H1.HeaderClassName
{
color: #FCECB7;
}
.AnyTagClassName
{
color: #FCECB7;
}
</style>
background-color css
<style>
a { background-color: #FCECB7; }
a { background-color: rgb(252,236,183); }
div.DivClassName
{
background-color: #FCECB7;
}
.BgClassName
{
background-color: #FCECB7;
}
</style>
border-color css
<style>
span { border-color: #FCECB7; }
span { border-color: rgb(252,236,183); }
td.TdClassName
{
border-color: #FCECB7;
}
.TagClassName
{
border-color: #FCECB7;
}
</style>