#FAEAB7

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

Shades of Banana Mania #FAEAB7

Tints of Banana Mania #FAEAB7

Color information

#FAEAB7 (or 0xFAEAB7) is unknown color: approx Banana Mania. HEX triplet: FA, EA and B7. RGB value is (250,234,183). Sum of RGB (Red+Green+Blue) = 250+234+183=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 183 (71.88% from 255 or 27.44% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAB7 is #051548. Grayscale: #E9E9E9. Windows color (decimal): -333129 or 12053242. OLE color: 12053242.

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

Color convert

RGB250234183-
CMYK00.060.270.02
HSL45.67º87.01%84.9%-
HSV(B)45.67º26.8%98.04%-
XYZ77.3982.5956.66-
YUV232.9799.8140.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 183 (71.88% from 255) = 27.44%
R=37.48%
G=35.08%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023418300.060.270.0245.6787.0184.9
HexFAEAB7061B22e5755
Octal3723522670633256127125
Binary1111101011101010101101110110110111010111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAB7; }

 p { color: rgb(250,234,183); }

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

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

 a { background-color: rgb(250,234,183); }

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

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

 span { border-color: rgb(250,234,183); }

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