Shades of Banana Mania #FBEAAF
Tints of Banana Mania #FBEAAF
RGB
CMYK
RGB Variations
Color information
#FBEAAF (or 0xFBEAAF) is known color: Banana Mania. HEX triplet: FB, EA and AF. RGB value is (251,234,175). Sum of RGB (Red+Green+Blue) = 251+234+175=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEAAF is #041550. Grayscale: #E8E8E8. Windows color (decimal): -267601 or 11528955. OLE color: 11528955.
HSL color Cylindrical-coordinate representation of color #FBEAAF: hue angle of 46.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBEAAF is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 175 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.02 |
| HSL | 46.58º | 0.9% | 0.84% | - |
| HSV(B) | 46.58º | 0.3% | 0.98% | - |
| XYZ | 76.94 | 82.45 | 52.42 | - |
| YUV | 232.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 175 | 0 | 0.07 | 0.30 | 0.02 | 46.58 | 0.9 | 0.84 |
| Hex | FB | EA | AF | 0 | 7 | 1E | 2 | 2F | 5A | 54 |
| Octal | 373 | 352 | 257 | 0 | 7 | 36 | 2 | 57 | 132 | 124 |
| Binary | 11111011 | 11101010 | 10101111 | 0 | 111 | 11110 | 10 | 101111 | 1011010 | 1010100 |
Color Harmonies of #FBEAAF
Complementary color
Monochromatic Colors of #FBEAAF
Black with #FBEAAF
Text Example
Text Example
White with #FBEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEAAF; }
p { color: rgb(251,234,175); }
H1.HeaderClassName
{
color: #FBEAAF;
}
.AnyTagClassName
{
color: #FBEAAF;
}
</style>
background-color css
<style>
a { background-color: #FBEAAF; }
a { background-color: rgb(251,234,175); }
div.DivClassName
{
background-color: #FBEAAF;
}
.BgClassName
{
background-color: #FBEAAF;
}
</style>
border-color css
<style>
span { border-color: #FBEAAF; }
span { border-color: rgb(251,234,175); }
td.TdClassName
{
border-color: #FBEAAF;
}
.TagClassName
{
border-color: #FBEAAF;
}
</style>