#FAEDAE

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

Shades of Banana Mania #FAEDAE

Tints of Banana Mania #FAEDAE

Color information

#FAEDAE (or 0xFAEDAE) is unknown color: approx Banana Mania. HEX triplet: FA, ED and AE. RGB value is (250,237,174). Sum of RGB (Red+Green+Blue) = 250+237+174=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDAE is #051251. Grayscale: #E9E9E9. Windows color (decimal): -332370 or 11464186. OLE color: 11464186.

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

Color convert

RGB250237174-
CMYK00.050.300.02
HSL49.74º88.37%83.14%-
HSV(B)49.74º30.4%98.04%-
XYZ77.3583.9552.17-
YUV233.794.31139.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 174 (68.36% from 255) = 26.32%
R=37.82%
G=35.85%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023717400.050.300.0249.7488.3783.14
HexFAEDAE051E2325853
Octal3723552560536262130123
Binary1111101011101101101011100101111101011001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDAE; }

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

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

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

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

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

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

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

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