Shades of Banana Mania #FCEEAA
Tints of Banana Mania #FCEEAA
RGB
CMYK
RGB Variations
Color information
#FCEEAA (or 0xFCEEAA) is known color: Banana Mania. HEX triplet: FC, EE and AA. RGB value is (252,238,170). Sum of RGB (Red+Green+Blue) = 252+238+170=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEEAA is #031155. Grayscale: #EAEAEA. Windows color (decimal): -201046 or 11202300. OLE color: 11202300.
HSL color Cylindrical-coordinate representation of color #FCEEAA: hue angle of 49.76º 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 #FCEEAA is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 170 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.01 |
| HSL | 49.76º | 0.93% | 0.83% | - |
| HSV(B) | 49.76º | 0.33% | 0.99% | - |
| XYZ | 77.98 | 84.75 | 50.28 | - |
| YUV | 234.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 170 | 0 | 0.06 | 0.33 | 0.01 | 49.76 | 0.93 | 0.83 |
| Hex | FC | EE | AA | 0 | 6 | 21 | 1 | 32 | 5D | 53 |
| Octal | 374 | 356 | 252 | 0 | 6 | 41 | 1 | 62 | 135 | 123 |
| Binary | 11111100 | 11101110 | 10101010 | 0 | 110 | 100001 | 1 | 110010 | 1011101 | 1010011 |
Color Harmonies of #FCEEAA
Complementary color
Monochromatic Colors of #FCEEAA
Black with #FCEEAA
Text Example
Text Example
White with #FCEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEAA; }
p { color: rgb(252,238,170); }
H1.HeaderClassName
{
color: #FCEEAA;
}
.AnyTagClassName
{
color: #FCEEAA;
}
</style>
background-color css
<style>
a { background-color: #FCEEAA; }
a { background-color: rgb(252,238,170); }
div.DivClassName
{
background-color: #FCEEAA;
}
.BgClassName
{
background-color: #FCEEAA;
}
</style>
border-color css
<style>
span { border-color: #FCEEAA; }
span { border-color: rgb(252,238,170); }
td.TdClassName
{
border-color: #FCEEAA;
}
.TagClassName
{
border-color: #FCEEAA;
}
</style>