Shades of Banana Mania #FCEDB5
Tints of Banana Mania #FCEDB5
RGB
CMYK
RGB Variations
Color information
#FCEDB5 (or 0xFCEDB5) is known color: Banana Mania. HEX triplet: FC, ED and B5. RGB value is (252,237,181). Sum of RGB (Red+Green+Blue) = 252+237+181=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 181 (71.09% from 255 or 27.01% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB5 is #03124A. Grayscale: #EBEBEB. Windows color (decimal): -201291 or 11922940. OLE color: 11922940.
HSL color Cylindrical-coordinate representation of color #FCEDB5: hue angle of 47.32º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCEDB5 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 181 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.01 |
| HSL | 47.32º | 0.92% | 0.85% | - |
| HSV(B) | 47.32º | 0.28% | 0.99% | - |
| XYZ | 78.77 | 84.6 | 55.89 | - |
| YUV | 235.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 181 | 0 | 0.06 | 0.28 | 0.01 | 47.32 | 0.92 | 0.85 |
| Hex | FC | ED | B5 | 0 | 6 | 1C | 1 | 2F | 5C | 55 |
| Octal | 374 | 355 | 265 | 0 | 6 | 34 | 1 | 57 | 134 | 125 |
| Binary | 11111100 | 11101101 | 10110101 | 0 | 110 | 11100 | 1 | 101111 | 1011100 | 1010101 |
Color Harmonies of #FCEDB5
Complementary color
Monochromatic Colors of #FCEDB5
Black with #FCEDB5
Text Example
Text Example
White with #FCEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDB5; }
p { color: rgb(252,237,181); }
H1.HeaderClassName
{
color: #FCEDB5;
}
.AnyTagClassName
{
color: #FCEDB5;
}
</style>
background-color css
<style>
a { background-color: #FCEDB5; }
a { background-color: rgb(252,237,181); }
div.DivClassName
{
background-color: #FCEDB5;
}
.BgClassName
{
background-color: #FCEDB5;
}
</style>
border-color css
<style>
span { border-color: #FCEDB5; }
span { border-color: rgb(252,237,181); }
td.TdClassName
{
border-color: #FCEDB5;
}
.TagClassName
{
border-color: #FCEDB5;
}
</style>