#FAEBB4

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

Shades of Banana Mania #FAEBB4

Tints of Banana Mania #FAEBB4

Color information

#FAEBB4 (or 0xFAEBB4) is unknown color: approx Banana Mania. HEX triplet: FA, EB and B4. RGB value is (250,235,180). Sum of RGB (Red+Green+Blue) = 250+235+180=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 180 (70.70% from 255 or 27.07% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBB4 is #05144B. Grayscale: #E9E9E9. Windows color (decimal): -332876 or 11856890. OLE color: 11856890.

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

Color convert

RGB250235180-
CMYK00.060.280.02
HSL47.14º87.5%84.31%-
HSV(B)47.14º28%98.04%-
XYZ77.3783.0455.13-
YUV233.2297.97139.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 180 (70.70% from 255) = 27.07%
R=37.59%
G=35.34%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023518000.060.280.0247.1487.584.31
HexFAEBB4061C22f5854
Octal3723532640634257130124
Binary1111101011101011101101000110111001010111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBB4; }

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

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

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

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

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

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

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

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