Shades of Banana Mania #FCECAA
Tints of Banana Mania #FCECAA
RGB
CMYK
RGB Variations
Color information
#FCECAA (or 0xFCECAA) is known color: Banana Mania. HEX triplet: FC, EC and AA. RGB value is (252,236,170). Sum of RGB (Red+Green+Blue) = 252+236+170=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCECAA is #031355. Grayscale: #E9E9E9. Windows color (decimal): -201558 or 11201788. OLE color: 11201788.
HSL color Cylindrical-coordinate representation of color #FCECAA: hue angle of 48.29º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCECAA is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 170 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.01 |
| HSL | 48.29º | 0.93% | 0.83% | - |
| HSV(B) | 48.29º | 0.33% | 0.99% | - |
| XYZ | 77.4 | 83.59 | 50.09 | - |
| YUV | 233.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 170 | 0 | 0.06 | 0.33 | 0.01 | 48.29 | 0.93 | 0.83 |
| Hex | FC | EC | AA | 0 | 6 | 21 | 1 | 30 | 5D | 53 |
| Octal | 374 | 354 | 252 | 0 | 6 | 41 | 1 | 60 | 135 | 123 |
| Binary | 11111100 | 11101100 | 10101010 | 0 | 110 | 100001 | 1 | 110000 | 1011101 | 1010011 |
Color Harmonies of #FCECAA
Complementary color
Monochromatic Colors of #FCECAA
Black with #FCECAA
Text Example
Text Example
White with #FCECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECAA; }
p { color: rgb(252,236,170); }
H1.HeaderClassName
{
color: #FCECAA;
}
.AnyTagClassName
{
color: #FCECAA;
}
</style>
background-color css
<style>
a { background-color: #FCECAA; }
a { background-color: rgb(252,236,170); }
div.DivClassName
{
background-color: #FCECAA;
}
.BgClassName
{
background-color: #FCECAA;
}
</style>
border-color css
<style>
span { border-color: #FCECAA; }
span { border-color: rgb(252,236,170); }
td.TdClassName
{
border-color: #FCECAA;
}
.TagClassName
{
border-color: #FCECAA;
}
</style>