#FAEDB6

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

Shades of Banana Mania #FAEDB6

Tints of Banana Mania #FAEDB6

Color information

#FAEDB6 (or 0xFAEDB6) is unknown color: approx Banana Mania. HEX triplet: FA, ED and B6. RGB value is (250,237,182). Sum of RGB (Red+Green+Blue) = 250+237+182=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 182 (71.48% from 255 or 27.20% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB6 is #051249. Grayscale: #EAEAEA. Windows color (decimal): -332362 or 11988474. OLE color: 11988474.

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

Color convert

RGB250237182-
CMYK00.050.270.02
HSL48.53º87.18%84.71%-
HSV(B)48.53º27.2%98.04%-
XYZ78.1584.2756.4-
YUV234.6298.31138.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 182 (71.48% from 255) = 27.20%
R=37.37%
G=35.43%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023718200.050.270.0248.5387.1884.71
HexFAEDB6051B2315755
Octal3723552660533261127125
Binary1111101011101101101101100101110111011000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDB6; }

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

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

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

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

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

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

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

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