#FAEBA9

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

Shades of Banana Mania #FAEBA9

Tints of Banana Mania #FAEBA9

Color information

#FAEBA9 (or 0xFAEBA9) is unknown color: approx Banana Mania. HEX triplet: FA, EB and A9. RGB value is (250,235,169). Sum of RGB (Red+Green+Blue) = 250+235+169=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 169 (66.41% from 255 or 25.84% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBA9 is #051456. Grayscale: #E8E8E8. Windows color (decimal): -332887 or 11135994. OLE color: 11135994.

HSL color Cylindrical-coordinate representation of color #FAEBA9: hue angle of 48.89º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAEBA9 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250235169-
CMYK00.060.320.02
HSL48.89º89.01%82.16%-
HSV(B)48.89º32.4%98.04%-
XYZ76.2982.6149.46-
YUV231.9692.47140.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 169 (66.41% from 255) = 25.84%
R=38.23%
G=35.93%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023516900.060.320.0248.8989.0182.16
HexFAEBA906202315952
Octal3723532510640261131122
Binary11111010111010111010100101101000001011000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBA9; }

 p { color: rgb(250,235,169); }

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

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

 a { background-color: rgb(250,235,169); }

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

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

 span { border-color: rgb(250,235,169); }

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