Shades of Banana Mania #FCEDAA
Tints of Banana Mania #FCEDAA
RGB
CMYK
RGB Variations
Color information
#FCEDAA (or 0xFCEDAA) is known color: Banana Mania. HEX triplet: FC, ED and AA. RGB value is (252,237,170). Sum of RGB (Red+Green+Blue) = 252+237+170=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDAA is #031255. Grayscale: #EAEAEA. Windows color (decimal): -201302 or 11202044. OLE color: 11202044.
HSL color Cylindrical-coordinate representation of color #FCEDAA: hue angle of 49.02º 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 #FCEDAA is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 170 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.01 |
| HSL | 49.02º | 0.93% | 0.83% | - |
| HSV(B) | 49.02º | 0.33% | 0.99% | - |
| XYZ | 77.68 | 84.17 | 50.18 | - |
| YUV | 233.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 170 | 0 | 0.06 | 0.33 | 0.01 | 49.02 | 0.93 | 0.83 |
| Hex | FC | ED | AA | 0 | 6 | 21 | 1 | 31 | 5D | 53 |
| Octal | 374 | 355 | 252 | 0 | 6 | 41 | 1 | 61 | 135 | 123 |
| Binary | 11111100 | 11101101 | 10101010 | 0 | 110 | 100001 | 1 | 110001 | 1011101 | 1010011 |
Color Harmonies of #FCEDAA
Complementary color
Monochromatic Colors of #FCEDAA
Black with #FCEDAA
Text Example
Text Example
White with #FCEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDAA; }
p { color: rgb(252,237,170); }
H1.HeaderClassName
{
color: #FCEDAA;
}
.AnyTagClassName
{
color: #FCEDAA;
}
</style>
background-color css
<style>
a { background-color: #FCEDAA; }
a { background-color: rgb(252,237,170); }
div.DivClassName
{
background-color: #FCEDAA;
}
.BgClassName
{
background-color: #FCEDAA;
}
</style>
border-color css
<style>
span { border-color: #FCEDAA; }
span { border-color: rgb(252,237,170); }
td.TdClassName
{
border-color: #FCEDAA;
}
.TagClassName
{
border-color: #FCEDAA;
}
</style>