Shades of Banana Mania #FDEFAB
Tints of Banana Mania #FDEFAB
RGB
CMYK
RGB Variations
Color information
#FDEFAB (or 0xFDEFAB) is known color: Banana Mania. HEX triplet: FD, EF and AB. RGB value is (253,239,171). Sum of RGB (Red+Green+Blue) = 253+239+171=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFAB is #021054. Grayscale: #EBEBEB. Windows color (decimal): -135253 or 11268093. OLE color: 11268093.
HSL color Cylindrical-coordinate representation of color #FDEFAB: hue angle of 49.76º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDEFAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 171 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.01 |
| HSL | 49.76º | 0.95% | 0.83% | - |
| HSV(B) | 49.76º | 0.32% | 0.99% | - |
| XYZ | 78.73 | 85.56 | 50.89 | - |
| YUV | 235.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 171 | 0 | 0.06 | 0.32 | 0.01 | 49.76 | 0.95 | 0.83 |
| Hex | FD | EF | AB | 0 | 6 | 20 | 1 | 32 | 5F | 53 |
| Octal | 375 | 357 | 253 | 0 | 6 | 40 | 1 | 62 | 137 | 123 |
| Binary | 11111101 | 11101111 | 10101011 | 0 | 110 | 100000 | 1 | 110010 | 1011111 | 1010011 |
Color Harmonies of #FDEFAB
Complementary color
Monochromatic Colors of #FDEFAB
Black with #FDEFAB
Text Example
Text Example
White with #FDEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFAB; }
p { color: rgb(253,239,171); }
H1.HeaderClassName
{
color: #FDEFAB;
}
.AnyTagClassName
{
color: #FDEFAB;
}
</style>
background-color css
<style>
a { background-color: #FDEFAB; }
a { background-color: rgb(253,239,171); }
div.DivClassName
{
background-color: #FDEFAB;
}
.BgClassName
{
background-color: #FDEFAB;
}
</style>
border-color css
<style>
span { border-color: #FDEFAB; }
span { border-color: rgb(253,239,171); }
td.TdClassName
{
border-color: #FDEFAB;
}
.TagClassName
{
border-color: #FDEFAB;
}
</style>