Shades of Banana Mania #FCEDB6
Tints of Banana Mania #FCEDB6
RGB
CMYK
RGB Variations
Color information
#FCEDB6 (or 0xFCEDB6) is known color: Banana Mania. HEX triplet: FC, ED and B6. RGB value is (252,237,182). Sum of RGB (Red+Green+Blue) = 252+237+182=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDB6 is #031249. Grayscale: #EBEBEB. Windows color (decimal): -201290 or 11988476. OLE color: 11988476.
HSL color Cylindrical-coordinate representation of color #FCEDB6: hue angle of 47.14º 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 #FCEDB6 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 182 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.01 |
| HSL | 47.14º | 0.92% | 0.85% | - |
| HSV(B) | 47.14º | 0.28% | 0.99% | - |
| XYZ | 78.87 | 84.64 | 56.44 | - |
| YUV | 235.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 182 | 0 | 0.06 | 0.28 | 0.01 | 47.14 | 0.92 | 0.85 |
| Hex | FC | ED | B6 | 0 | 6 | 1C | 1 | 2F | 5C | 55 |
| Octal | 374 | 355 | 266 | 0 | 6 | 34 | 1 | 57 | 134 | 125 |
| Binary | 11111100 | 11101101 | 10110110 | 0 | 110 | 11100 | 1 | 101111 | 1011100 | 1010101 |
Color Harmonies of #FCEDB6
Complementary color
Monochromatic Colors of #FCEDB6
Black with #FCEDB6
Text Example
Text Example
White with #FCEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDB6; }
p { color: rgb(252,237,182); }
H1.HeaderClassName
{
color: #FCEDB6;
}
.AnyTagClassName
{
color: #FCEDB6;
}
</style>
background-color css
<style>
a { background-color: #FCEDB6; }
a { background-color: rgb(252,237,182); }
div.DivClassName
{
background-color: #FCEDB6;
}
.BgClassName
{
background-color: #FCEDB6;
}
</style>
border-color css
<style>
span { border-color: #FCEDB6; }
span { border-color: rgb(252,237,182); }
td.TdClassName
{
border-color: #FCEDB6;
}
.TagClassName
{
border-color: #FCEDB6;
}
</style>