Shades of Banana Mania #FEEAAF
Tints of Banana Mania #FEEAAF
RGB
CMYK
RGB Variations
Color information
#FEEAAF (or 0xFEEAAF) is known color: Banana Mania. HEX triplet: FE, EA and AF. RGB value is (254,234,175). Sum of RGB (Red+Green+Blue) = 254+234+175=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAF is #011550. Grayscale: #E9E9E9. Windows color (decimal): -70993 or 11528958. OLE color: 11528958.
HSL color Cylindrical-coordinate representation of color #FEEAAF: hue angle of 44.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEEAAF is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 175 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.00 |
| HSL | 44.81º | 0.98% | 0.84% | - |
| HSV(B) | 44.81º | 0.31% | 1% | - |
| XYZ | 78.03 | 83.01 | 52.47 | - |
| YUV | 233.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 175 | 0 | 0.08 | 0.31 | 0.00 | 44.81 | 0.98 | 0.84 |
| Hex | FE | EA | AF | 0 | 8 | 1F | 0 | 2D | 62 | 54 |
| Octal | 376 | 352 | 257 | 0 | 10 | 37 | 0 | 55 | 142 | 124 |
| Binary | 11111110 | 11101010 | 10101111 | 0 | 1000 | 11111 | 0 | 101101 | 1100010 | 1010100 |
Color Harmonies of #FEEAAF
Complementary color
Monochromatic Colors of #FEEAAF
Black with #FEEAAF
Text Example
Text Example
White with #FEEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAAF; }
p { color: rgb(254,234,175); }
H1.HeaderClassName
{
color: #FEEAAF;
}
.AnyTagClassName
{
color: #FEEAAF;
}
</style>
background-color css
<style>
a { background-color: #FEEAAF; }
a { background-color: rgb(254,234,175); }
div.DivClassName
{
background-color: #FEEAAF;
}
.BgClassName
{
background-color: #FEEAAF;
}
</style>
border-color css
<style>
span { border-color: #FEEAAF; }
span { border-color: rgb(254,234,175); }
td.TdClassName
{
border-color: #FEEAAF;
}
.TagClassName
{
border-color: #FEEAAF;
}
</style>