#FAEBAA

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

Shades of Banana Mania #FAEBAA

Tints of Banana Mania #FAEBAA

Color information

#FAEBAA (or 0xFAEBAA) is unknown color: approx Banana Mania. HEX triplet: FA, EB and AA. RGB value is (250,235,170). Sum of RGB (Red+Green+Blue) = 250+235+170=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBAA is #051455. Grayscale: #E8E8E8. Windows color (decimal): -332886 or 11201530. OLE color: 11201530.

HSL color Cylindrical-coordinate representation of color #FAEBAA: hue angle of 48.75º 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 #FAEBAA is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250235170-
CMYK00.060.320.02
HSL48.75º88.89%82.35%-
HSV(B)48.75º32%98.04%-
XYZ76.3982.6449.96-
YUV232.0892.97140.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 170 (66.80% from 255) = 25.95%
R=38.17%
G=35.88%
B=25.95%

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
Decimal25023517000.060.320.0248.7588.8982.35
HexFAEBAA06202315952
Octal3723532520640261131122
Binary11111010111010111010101001101000001011000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBAA; }

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

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

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

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

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

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

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

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