#F6B7AD

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

Shades of Melon #F6B7AD

Tints of Melon #F6B7AD

Color information

#F6B7AD (or 0xF6B7AD) is unknown color: approx Melon. HEX triplet: F6, B7 and AD. RGB value is (246,183,173). Sum of RGB (Red+Green+Blue) = 246+183+173=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B7AD is #094852. Grayscale: #C8C8C8. Windows color (decimal): -608339 or 11384822. OLE color: 11384822.

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

Color convert

RGB246183173-
CMYK00.260.300.04
HSL8.22º80.22%82.16%-
HSV(B)8.22º29.67%96.47%-
XYZ62.4856.4847.14-
YUV200.7112.37160.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=40.86%
G=30.40%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618317300.260.300.048.2280.2282.16
HexF6B7AD01A1E485052
Octal36626725503236410120122
Binary11110110101101111010110101101011110100100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7AD; }

 p { color: rgb(246,183,173); }

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

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

 a { background-color: rgb(246,183,173); }

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

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

 span { border-color: rgb(246,183,173); }

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