#FAE6B2

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

Shades of Banana Mania #FAE6B2

Tints of Banana Mania #FAE6B2

Color information

#FAE6B2 (or 0xFAE6B2) is unknown color: approx Banana Mania. HEX triplet: FA, E6 and B2. RGB value is (250,230,178). Sum of RGB (Red+Green+Blue) = 250+230+178=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6B2 is #05194D. Grayscale: #E6E6E6. Windows color (decimal): -334158 or 11724538. OLE color: 11724538.

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

Color convert

RGB250230178-
CMYK00.080.290.02
HSL43.33º87.8%83.92%-
HSV(B)43.33º28.8%98.04%-
XYZ75.7680.1353.59-
YUV230.0598.63142.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 178 (69.92% from 255) = 27.05%
R=37.99%
G=34.95%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023017800.080.290.0243.3387.883.92
HexFAE6B2081D22b5854
Octal37234626201035253130124
Binary11111010111001101011001001000111011010101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6B2; }

 p { color: rgb(250,230,178); }

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

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

 a { background-color: rgb(250,230,178); }

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

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

 span { border-color: rgb(250,230,178); }

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