#FAEFAF

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

Shades of Banana Mania #FAEFAF

Tints of Banana Mania #FAEFAF

Color information

#FAEFAF (or 0xFAEFAF) is unknown color: approx Banana Mania. HEX triplet: FA, EF and AF. RGB value is (250,239,175). Sum of RGB (Red+Green+Blue) = 250+239+175=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFAF is #051050. Grayscale: #EBEBEB. Windows color (decimal): -331857 or 11530234. OLE color: 11530234.

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

Color convert

RGB250239175-
CMYK00.040.30.02
HSL51.2º88.24%83.33%-
HSV(B)51.2º30%98.04%-
XYZ78.0385.1552.88-
YUV234.9994.14138.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 175 (68.75% from 255) = 26.36%
R=37.65%
G=35.99%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023917500.040.30.0251.288.2483.33
HexFAEFAF041E2335853
Octal3723572570436263130123
Binary1111101011101111101011110100111101011001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFAF; }

 p { color: rgb(250,239,175); }

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

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

 a { background-color: rgb(250,239,175); }

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

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

 span { border-color: rgb(250,239,175); }

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