#FAEFB6

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

Shades of Banana Mania #FAEFB6

Tints of Banana Mania #FAEFB6

Color information

#FAEFB6 (or 0xFAEFB6) is unknown color: approx Banana Mania. HEX triplet: FA, EF and B6. RGB value is (250,239,182). Sum of RGB (Red+Green+Blue) = 250+239+182=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFB6 is #051049. Grayscale: #ECECEC. Windows color (decimal): -331850 or 11988986. OLE color: 11988986.

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

Color convert

RGB250239182-
CMYK00.040.270.02
HSL50.29º87.18%84.71%-
HSV(B)50.29º27.2%98.04%-
XYZ78.7385.4356.6-
YUV235.7997.64138.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 182 (71.48% from 255) = 27.12%
R=37.26%
G=35.62%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023918200.040.270.0250.2987.1884.71
HexFAEFB6041B2325755
Octal3723572660433262127125
Binary1111101011101111101101100100110111011001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFB6; }

 p { color: rgb(250,239,182); }

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

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

 a { background-color: rgb(250,239,182); }

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

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

 span { border-color: rgb(250,239,182); }

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