#FEF1B9

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

Shades of Banana Mania #FEF1B9

Tints of Banana Mania #FEF1B9

Color information

#FEF1B9 (or 0xFEF1B9) is unknown color: approx Banana Mania. HEX triplet: FE, F1 and B9. RGB value is (254,241,185). Sum of RGB (Red+Green+Blue) = 254+241+185=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 185 (72.66% from 255 or 27.21% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1B9 is #010E46. Grayscale: #EEEEEE. Windows color (decimal): -69191 or 12186110. OLE color: 12186110.

HSL color Cylindrical-coordinate representation of color #FEF1B9: hue angle of 48.7º 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 #FEF1B9 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254241185-
CMYK00.050.270.00
HSL48.7º97.18%86.08%-
HSV(B)48.7º27.17%99.61%-
XYZ81.0987.4858.51-
YUV238.597.81139.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 185 (72.66% from 255) = 27.21%
R=37.35%
G=35.44%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424118500.050.270.0048.797.1886.08
HexFEF1B9051B0316156
Octal3763612710533061141126
Binary111111101111000110111001010111011011000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1B9; }

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

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

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

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

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

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

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

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