Shades of Banana Mania #FCEDB1
Tints of Banana Mania #FCEDB1
RGB
CMYK
RGB Variations
Color information
#FCEDB1 (or 0xFCEDB1) is known color: Banana Mania. HEX triplet: FC, ED and B1. RGB value is (252,237,177). Sum of RGB (Red+Green+Blue) = 252+237+177=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 177 (69.53% from 255 or 26.58% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDB1 is #03124E. Grayscale: #EAEAEA. Windows color (decimal): -201295 or 11660796. OLE color: 11660796.
HSL color Cylindrical-coordinate representation of color #FCEDB1: hue angle of 48º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCEDB1 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 177 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.01 |
| HSL | 48º | 0.93% | 0.84% | - |
| HSV(B) | 48º | 0.3% | 0.99% | - |
| XYZ | 78.36 | 84.44 | 53.76 | - |
| YUV | 234.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 177 | 0 | 0.06 | 0.30 | 0.01 | 48 | 0.93 | 0.84 |
| Hex | FC | ED | B1 | 0 | 6 | 1E | 1 | 30 | 5D | 54 |
| Octal | 374 | 355 | 261 | 0 | 6 | 36 | 1 | 60 | 135 | 124 |
| Binary | 11111100 | 11101101 | 10110001 | 0 | 110 | 11110 | 1 | 110000 | 1011101 | 1010100 |
Color Harmonies of #FCEDB1
Complementary color
Monochromatic Colors of #FCEDB1
Black with #FCEDB1
Text Example
Text Example
White with #FCEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDB1; }
p { color: rgb(252,237,177); }
H1.HeaderClassName
{
color: #FCEDB1;
}
.AnyTagClassName
{
color: #FCEDB1;
}
</style>
background-color css
<style>
a { background-color: #FCEDB1; }
a { background-color: rgb(252,237,177); }
div.DivClassName
{
background-color: #FCEDB1;
}
.BgClassName
{
background-color: #FCEDB1;
}
</style>
border-color css
<style>
span { border-color: #FCEDB1; }
span { border-color: rgb(252,237,177); }
td.TdClassName
{
border-color: #FCEDB1;
}
.TagClassName
{
border-color: #FCEDB1;
}
</style>