#FAEFB1

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

Shades of Banana Mania #FAEFB1

Tints of Banana Mania #FAEFB1

Color information

#FAEFB1 (or 0xFAEFB1) is unknown color: approx Banana Mania. HEX triplet: FA, EF and B1. RGB value is (250,239,177). Sum of RGB (Red+Green+Blue) = 250+239+177=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 177 (69.53% from 255 or 26.58% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFB1 is #05104E. Grayscale: #EBEBEB. Windows color (decimal): -331855 or 11661306. OLE color: 11661306.

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

Color convert

RGB250239177-
CMYK00.040.290.02
HSL50.96º87.95%83.73%-
HSV(B)50.96º29.2%98.04%-
XYZ78.2385.2353.92-
YUV235.2295.14138.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 177 (69.53% from 255) = 26.58%
R=37.54%
G=35.89%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023917700.040.290.0250.9687.9583.73
HexFAEFB1041D2335854
Octal3723572610435263130124
Binary1111101011101111101100010100111011011001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFB1; }

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

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

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

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

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

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

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

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