Shades of Banana Mania #FCECAC
Tints of Banana Mania #FCECAC
RGB
CMYK
RGB Variations
Color information
#FCECAC (or 0xFCECAC) is known color: Banana Mania. HEX triplet: FC, EC and AC. RGB value is (252,236,172). Sum of RGB (Red+Green+Blue) = 252+236+172=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCECAC is #031353. Grayscale: #E9E9E9. Windows color (decimal): -201556 or 11332860. OLE color: 11332860.
HSL color Cylindrical-coordinate representation of color #FCECAC: hue angle of 48º 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 #FCECAC is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 172 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.01 |
| HSL | 48º | 0.93% | 0.83% | - |
| HSV(B) | 48º | 0.32% | 0.99% | - |
| XYZ | 77.59 | 83.66 | 51.09 | - |
| YUV | 233.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 172 | 0 | 0.06 | 0.32 | 0.01 | 48 | 0.93 | 0.83 |
| Hex | FC | EC | AC | 0 | 6 | 20 | 1 | 30 | 5D | 53 |
| Octal | 374 | 354 | 254 | 0 | 6 | 40 | 1 | 60 | 135 | 123 |
| Binary | 11111100 | 11101100 | 10101100 | 0 | 110 | 100000 | 1 | 110000 | 1011101 | 1010011 |
Color Harmonies of #FCECAC
Complementary color
Monochromatic Colors of #FCECAC
Black with #FCECAC
Text Example
Text Example
White with #FCECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECAC; }
p { color: rgb(252,236,172); }
H1.HeaderClassName
{
color: #FCECAC;
}
.AnyTagClassName
{
color: #FCECAC;
}
</style>
background-color css
<style>
a { background-color: #FCECAC; }
a { background-color: rgb(252,236,172); }
div.DivClassName
{
background-color: #FCECAC;
}
.BgClassName
{
background-color: #FCECAC;
}
</style>
border-color css
<style>
span { border-color: #FCECAC; }
span { border-color: rgb(252,236,172); }
td.TdClassName
{
border-color: #FCECAC;
}
.TagClassName
{
border-color: #FCECAC;
}
</style>