#FEEFB9

Color #FEEFB9 Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FEEFB9

Tints of Banana Mania #FEEFB9

Color information

#FEEFB9 (or 0xFEEFB9) is unknown color: approx Banana Mania. HEX triplet: FE, EF and B9. RGB value is (254,239,185). Sum of RGB (Red+Green+Blue) = 254+239+185=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 185 (72.66% from 255 or 27.29% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFB9 is #011046. Grayscale: #EDEDED. Windows color (decimal): -69703 or 12185598. OLE color: 12185598.

HSL color Cylindrical-coordinate representation of color #FEEFB9: hue angle of 46.96º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEEFB9 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254239185-
CMYK00.060.270.00
HSL46.96º97.18%86.08%-
HSV(B)46.96º27.17%99.61%-
XYZ80.586.3158.32-
YUV237.3398.47139.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 185 (72.66% from 255) = 27.29%
R=37.46%
G=35.25%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423918500.060.270.0046.9697.1886.08
HexFEEFB9061B02f6156
Octal3763572710633057141126
Binary111111101110111110111001011011011010111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFB9; }

 p { color: rgb(254,239,185); }

 H1.HeaderClassName
 {
   color: #FEEFB9;
 }
 .AnyTagClassName
 {
   color: #FEEFB9;
 }
</style>
background-color css

<style>
 a { background-color: #FEEFB9; }

 a { background-color: rgb(254,239,185); }

 div.DivClassName
 {
   background-color: #FEEFB9;
 }
 .BgClassName
 {
   background-color: #FEEFB9;
 }
</style>
border-color css

<style>
 span { border-color: #FEEFB9; }

 span { border-color: rgb(254,239,185); }

 td.TdClassName
 {
   border-color: #FEEFB9;
 }
 .TagClassName
 {
   border-color: #FEEFB9;
 }
</style>