#F6E2AF

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

Shades of Banana Mania #F6E2AF

Tints of Banana Mania #F6E2AF

Color information

#F6E2AF (or 0xF6E2AF) is unknown color: approx Banana Mania. HEX triplet: F6, E2 and AF. RGB value is (246,226,175). Sum of RGB (Red+Green+Blue) = 246+226+175=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E2AF is #091D50. Grayscale: #E2E2E2. Windows color (decimal): -597329 or 11526902. OLE color: 11526902.

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

Color convert

RGB246226175-
CMYK00.080.290.04
HSL43.1º79.78%82.55%-
HSV(B)43.1º28.86%96.47%-
XYZ72.9477.0851.59-
YUV226.1799.13142.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.02%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=38.02%
G=34.93%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24622617500.080.290.0443.179.7882.55
HexF6E2AF081D42b5053
Octal36634225701035453120123
Binary111101101110001010101111010001110110010101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E2AF; }

 p { color: rgb(246,226,175); }

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

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

 a { background-color: rgb(246,226,175); }

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

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

 span { border-color: rgb(246,226,175); }

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