#FAEDB4

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

Shades of Banana Mania #FAEDB4

Tints of Banana Mania #FAEDB4

Color information

#FAEDB4 (or 0xFAEDB4) is unknown color: approx Banana Mania. HEX triplet: FA, ED and B4. RGB value is (250,237,180). Sum of RGB (Red+Green+Blue) = 250+237+180=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 180 (70.70% from 255 or 26.99% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB4 is #05124B. Grayscale: #EAEAEA. Windows color (decimal): -332364 or 11857402. OLE color: 11857402.

HSL color Cylindrical-coordinate representation of color #FAEDB4: hue angle of 48.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAEDB4 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250237180-
CMYK00.050.280.02
HSL48.86º87.5%84.31%-
HSV(B)48.86º28%98.04%-
XYZ77.9584.1955.32-
YUV234.3997.31139.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 180 (70.70% from 255) = 26.99%
R=37.48%
G=35.53%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023718000.050.280.0248.8687.584.31
HexFAEDB4051C2315854
Octal3723552640534261130124
Binary1111101011101101101101000101111001011000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDB4; }

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

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

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

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

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

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

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

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