Shades of Banana Mania #FCECAD
Tints of Banana Mania #FCECAD
RGB
CMYK
RGB Variations
Color information
#FCECAD (or 0xFCECAD) is known color: Banana Mania. HEX triplet: FC, EC and AD. RGB value is (252,236,173). Sum of RGB (Red+Green+Blue) = 252+236+173=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCECAD is #031352. Grayscale: #E9E9E9. Windows color (decimal): -201555 or 11398396. OLE color: 11398396.
HSL color Cylindrical-coordinate representation of color #FCECAD: hue angle of 47.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCECAD is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 173 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.01 |
| HSL | 47.85º | 0.93% | 0.83% | - |
| HSV(B) | 47.85º | 0.31% | 0.99% | - |
| XYZ | 77.68 | 83.7 | 51.6 | - |
| YUV | 233.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 173 | 0 | 0.06 | 0.31 | 0.01 | 47.85 | 0.93 | 0.83 |
| Hex | FC | EC | AD | 0 | 6 | 1F | 1 | 30 | 5D | 53 |
| Octal | 374 | 354 | 255 | 0 | 6 | 37 | 1 | 60 | 135 | 123 |
| Binary | 11111100 | 11101100 | 10101101 | 0 | 110 | 11111 | 1 | 110000 | 1011101 | 1010011 |
Color Harmonies of #FCECAD
Complementary color
Monochromatic Colors of #FCECAD
Black with #FCECAD
Text Example
Text Example
White with #FCECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECAD; }
p { color: rgb(252,236,173); }
H1.HeaderClassName
{
color: #FCECAD;
}
.AnyTagClassName
{
color: #FCECAD;
}
</style>
background-color css
<style>
a { background-color: #FCECAD; }
a { background-color: rgb(252,236,173); }
div.DivClassName
{
background-color: #FCECAD;
}
.BgClassName
{
background-color: #FCECAD;
}
</style>
border-color css
<style>
span { border-color: #FCECAD; }
span { border-color: rgb(252,236,173); }
td.TdClassName
{
border-color: #FCECAD;
}
.TagClassName
{
border-color: #FCECAD;
}
</style>