#F6E6AE

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

Shades of Banana Mania #F6E6AE

Tints of Banana Mania #F6E6AE

Color information

#F6E6AE (or 0xF6E6AE) is unknown color: approx Banana Mania. HEX triplet: F6, E6 and AE. RGB value is (246,230,174). Sum of RGB (Red+Green+Blue) = 246+230+174=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E6AE is #091951. Grayscale: #E4E4E4. Windows color (decimal): -596306 or 11462390. OLE color: 11462390.

HSL color Cylindrical-coordinate representation of color #F6E6AE: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6E6AE is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246230174-
CMYK00.070.290.04
HSL46.67º80%82.35%-
HSV(B)46.67º29.27%96.47%-
XYZ73.9479.2451.44-
YUV228.497.3140.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=37.85%
G=35.38%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623017400.070.290.0446.678082.35
HexF6E6AE071D42f5052
Octal3663462560735457120122
Binary11110110111001101010111001111110110010111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E6AE; }

 p { color: rgb(246,230,174); }

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

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

 a { background-color: rgb(246,230,174); }

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

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

 span { border-color: rgb(246,230,174); }

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