#F6BAAC

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

Shades of Melon #F6BAAC

Tints of Melon #F6BAAC

Color information

#F6BAAC (or 0xF6BAAC) is unknown color: approx Melon. HEX triplet: F6, BA and AC. RGB value is (246,186,172). Sum of RGB (Red+Green+Blue) = 246+186+172=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BAAC is #094553. Grayscale: #CACACA. Windows color (decimal): -607572 or 11320054. OLE color: 11320054.

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

Color convert

RGB246186172-
CMYK00.240.300.04
HSL11.35º80.43%81.96%-
HSV(B)11.35º30.08%96.47%-
XYZ63.0157.6946.84-
YUV202.34110.88159.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=40.73%
G=30.79%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618617200.240.300.0411.3580.4381.96
HexF6BAAC0181E4b5052
Octal36627225403036413120122
Binary11110110101110101010110001100011110100101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAAC; }

 p { color: rgb(246,186,172); }

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

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

 a { background-color: rgb(246,186,172); }

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

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

 span { border-color: rgb(246,186,172); }

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