#FAEEB9

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

Shades of Banana Mania #FAEEB9

Tints of Banana Mania #FAEEB9

Color information

#FAEEB9 (or 0xFAEEB9) is unknown color: approx Banana Mania. HEX triplet: FA, EE and B9. RGB value is (250,238,185). Sum of RGB (Red+Green+Blue) = 250+238+185=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 185 (72.66% from 255 or 27.49% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEB9 is #051146. Grayscale: #EBEBEB. Windows color (decimal): -332103 or 12185338. OLE color: 12185338.

HSL color Cylindrical-coordinate representation of color #FAEEB9: hue angle of 48.92º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAEEB9 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250238185-
CMYK00.050.260.02
HSL48.92º86.67%85.29%-
HSV(B)48.92º26%98.04%-
XYZ78.7684.9858.15-
YUV235.5599.48138.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 185 (72.66% from 255) = 27.49%
R=37.15%
G=35.36%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023818500.050.260.0248.9286.6785.29
HexFAEEB9051A2315755
Octal3723562710532261127125
Binary1111101011101110101110010101110101011000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEB9; }

 p { color: rgb(250,238,185); }

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

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

 a { background-color: rgb(250,238,185); }

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

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

 span { border-color: rgb(250,238,185); }

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