Shades of Banana Mania #FCEDB2
Tints of Banana Mania #FCEDB2
RGB
CMYK
RGB Variations
Color information
#FCEDB2 (or 0xFCEDB2) is known color: Banana Mania. HEX triplet: FC, ED and B2. RGB value is (252,237,178). Sum of RGB (Red+Green+Blue) = 252+237+178=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 178 (69.92% from 255 or 26.69% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDB2 is #03124D. Grayscale: #EBEBEB. Windows color (decimal): -201294 or 11726332. OLE color: 11726332.
HSL color Cylindrical-coordinate representation of color #FCEDB2: hue angle of 47.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCEDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 178 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.01 |
| HSL | 47.84º | 0.93% | 0.84% | - |
| HSV(B) | 47.84º | 0.29% | 0.99% | - |
| XYZ | 78.46 | 84.48 | 54.29 | - |
| YUV | 234.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 178 | 0 | 0.06 | 0.29 | 0.01 | 47.84 | 0.93 | 0.84 |
| Hex | FC | ED | B2 | 0 | 6 | 1D | 1 | 30 | 5C | 54 |
| Octal | 374 | 355 | 262 | 0 | 6 | 35 | 1 | 60 | 134 | 124 |
| Binary | 11111100 | 11101101 | 10110010 | 0 | 110 | 11101 | 1 | 110000 | 1011100 | 1010100 |
Color Harmonies of #FCEDB2
Complementary color
Monochromatic Colors of #FCEDB2
Black with #FCEDB2
Text Example
Text Example
White with #FCEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDB2; }
p { color: rgb(252,237,178); }
H1.HeaderClassName
{
color: #FCEDB2;
}
.AnyTagClassName
{
color: #FCEDB2;
}
</style>
background-color css
<style>
a { background-color: #FCEDB2; }
a { background-color: rgb(252,237,178); }
div.DivClassName
{
background-color: #FCEDB2;
}
.BgClassName
{
background-color: #FCEDB2;
}
</style>
border-color css
<style>
span { border-color: #FCEDB2; }
span { border-color: rgb(252,237,178); }
td.TdClassName
{
border-color: #FCEDB2;
}
.TagClassName
{
border-color: #FCEDB2;
}
</style>