Shades of Banana Mania #FCEBAC
Tints of Banana Mania #FCEBAC
RGB
CMYK
RGB Variations
Color information
#FCEBAC (or 0xFCEBAC) is known color: Banana Mania. HEX triplet: FC, EB and AC. RGB value is (252,235,172). Sum of RGB (Red+Green+Blue) = 252+235+172=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEBAC is #031453. Grayscale: #E9E9E9. Windows color (decimal): -201812 or 11332604. OLE color: 11332604.
HSL color Cylindrical-coordinate representation of color #FCEBAC: hue angle of 47.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCEBAC is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 172 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.01 |
| HSL | 47.25º | 0.93% | 0.83% | - |
| HSV(B) | 47.25º | 0.32% | 0.99% | - |
| XYZ | 77.3 | 83.09 | 50.99 | - |
| YUV | 232.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 172 | 0 | 0.07 | 0.32 | 0.01 | 47.25 | 0.93 | 0.83 |
| Hex | FC | EB | AC | 0 | 7 | 20 | 1 | 2F | 5D | 53 |
| Octal | 374 | 353 | 254 | 0 | 7 | 40 | 1 | 57 | 135 | 123 |
| Binary | 11111100 | 11101011 | 10101100 | 0 | 111 | 100000 | 1 | 101111 | 1011101 | 1010011 |
Color Harmonies of #FCEBAC
Complementary color
Monochromatic Colors of #FCEBAC
Black with #FCEBAC
Text Example
Text Example
White with #FCEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBAC; }
p { color: rgb(252,235,172); }
H1.HeaderClassName
{
color: #FCEBAC;
}
.AnyTagClassName
{
color: #FCEBAC;
}
</style>
background-color css
<style>
a { background-color: #FCEBAC; }
a { background-color: rgb(252,235,172); }
div.DivClassName
{
background-color: #FCEBAC;
}
.BgClassName
{
background-color: #FCEBAC;
}
</style>
border-color css
<style>
span { border-color: #FCEBAC; }
span { border-color: rgb(252,235,172); }
td.TdClassName
{
border-color: #FCEBAC;
}
.TagClassName
{
border-color: #FCEBAC;
}
</style>