#F6EDB6

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

Shades of Banana Mania #F6EDB6

Tints of Banana Mania #F6EDB6

Color information

#F6EDB6 (or 0xF6EDB6) is unknown color: approx Banana Mania. HEX triplet: F6, ED and B6. RGB value is (246,237,182). Sum of RGB (Red+Green+Blue) = 246+237+182=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 182 (71.48% from 255 or 27.37% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDB6 is #091249. Grayscale: #E9E9E9. Windows color (decimal): -594506 or 11988470. OLE color: 11988470.

HSL color Cylindrical-coordinate representation of color #F6EDB6: hue angle of 51.56º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6EDB6 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB246237182-
CMYK00.040.260.04
HSL51.56º78.05%83.92%-
HSV(B)51.56º26.02%96.47%-
XYZ76.7383.5456.34-
YUV233.4298.98136.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.99%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 182 (71.48% from 255) = 27.37%
R=36.99%
G=35.64%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623718200.040.260.0451.5678.0583.92
HexF6EDB6041A4344e54
Octal3663552660432464116124
Binary11110110111011011011011001001101010011010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDB6; }

 p { color: rgb(246,237,182); }

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

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

 a { background-color: rgb(246,237,182); }

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

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

 span { border-color: rgb(246,237,182); }

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