#F6BAAF

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

Shades of Melon #F6BAAF

Tints of Melon #F6BAAF

Color information

#F6BAAF (or 0xF6BAAF) is unknown color: approx Melon. HEX triplet: F6, BA and AF. RGB value is (246,186,175). Sum of RGB (Red+Green+Blue) = 246+186+175=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BAAF is #094550. Grayscale: #CACACA. Windows color (decimal): -607569 or 11516662. OLE color: 11516662.

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

Color convert

RGB246186175-
CMYK00.240.290.04
HSL9.3º79.78%82.55%-
HSV(B)9.3º28.86%96.47%-
XYZ63.357.8148.38-
YUV202.69112.38158.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=40.53%
G=30.64%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618617500.240.290.049.379.7882.55
HexF6BAAF0181D495053
Octal36627225703035411120123
Binary11110110101110101010111101100011101100100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAAF; }

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

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

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

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

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

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

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

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