Shades of Banana Mania #FBEFAE
Tints of Banana Mania #FBEFAE
RGB
CMYK
RGB Variations
Color information
#FBEFAE (or 0xFBEFAE) is known color: Banana Mania. HEX triplet: FB, EF and AE. RGB value is (251,239,174). Sum of RGB (Red+Green+Blue) = 251+239+174=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEFAE is #041051. Grayscale: #EBEBEB. Windows color (decimal): -266322 or 11464699. OLE color: 11464699.
HSL color Cylindrical-coordinate representation of color #FBEFAE: hue angle of 50.65º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBEFAE is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 174 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.02 |
| HSL | 50.65º | 0.91% | 0.83% | - |
| HSV(B) | 50.65º | 0.31% | 0.98% | - |
| XYZ | 78.29 | 85.3 | 52.38 | - |
| YUV | 235.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 174 | 0 | 0.05 | 0.31 | 0.02 | 50.65 | 0.91 | 0.83 |
| Hex | FB | EF | AE | 0 | 5 | 1F | 2 | 33 | 5B | 53 |
| Octal | 373 | 357 | 256 | 0 | 5 | 37 | 2 | 63 | 133 | 123 |
| Binary | 11111011 | 11101111 | 10101110 | 0 | 101 | 11111 | 10 | 110011 | 1011011 | 1010011 |
Color Harmonies of #FBEFAE
Complementary color
Monochromatic Colors of #FBEFAE
Black with #FBEFAE
Text Example
Text Example
White with #FBEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFAE; }
p { color: rgb(251,239,174); }
H1.HeaderClassName
{
color: #FBEFAE;
}
.AnyTagClassName
{
color: #FBEFAE;
}
</style>
background-color css
<style>
a { background-color: #FBEFAE; }
a { background-color: rgb(251,239,174); }
div.DivClassName
{
background-color: #FBEFAE;
}
.BgClassName
{
background-color: #FBEFAE;
}
</style>
border-color css
<style>
span { border-color: #FBEFAE; }
span { border-color: rgb(251,239,174); }
td.TdClassName
{
border-color: #FBEFAE;
}
.TagClassName
{
border-color: #FBEFAE;
}
</style>