Shades of Banana Mania #FCEDBA
Tints of Banana Mania #FCEDBA
RGB
CMYK
RGB Variations
Color information
#FCEDBA (or 0xFCEDBA) is known color: Banana Mania. HEX triplet: FC, ED and BA. RGB value is (252,237,186). Sum of RGB (Red+Green+Blue) = 252+237+186=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBA is #031245. Grayscale: #EBEBEB. Windows color (decimal): -201286 or 12250620. OLE color: 12250620.
HSL color Cylindrical-coordinate representation of color #FCEDBA: hue angle of 46.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCEDBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 186 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.01 |
| HSL | 46.36º | 0.92% | 0.86% | - |
| HSV(B) | 46.36º | 0.26% | 0.99% | - |
| XYZ | 79.29 | 84.81 | 58.65 | - |
| YUV | 235.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 186 | 0 | 0.06 | 0.26 | 0.01 | 46.36 | 0.92 | 0.86 |
| Hex | FC | ED | BA | 0 | 6 | 1A | 1 | 2E | 5C | 56 |
| Octal | 374 | 355 | 272 | 0 | 6 | 32 | 1 | 56 | 134 | 126 |
| Binary | 11111100 | 11101101 | 10111010 | 0 | 110 | 11010 | 1 | 101110 | 1011100 | 1010110 |
Color Harmonies of #FCEDBA
Complementary color
Monochromatic Colors of #FCEDBA
Black with #FCEDBA
Text Example
Text Example
White with #FCEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDBA; }
p { color: rgb(252,237,186); }
H1.HeaderClassName
{
color: #FCEDBA;
}
.AnyTagClassName
{
color: #FCEDBA;
}
</style>
background-color css
<style>
a { background-color: #FCEDBA; }
a { background-color: rgb(252,237,186); }
div.DivClassName
{
background-color: #FCEDBA;
}
.BgClassName
{
background-color: #FCEDBA;
}
</style>
border-color css
<style>
span { border-color: #FCEDBA; }
span { border-color: rgb(252,237,186); }
td.TdClassName
{
border-color: #FCEDBA;
}
.TagClassName
{
border-color: #FCEDBA;
}
</style>