#F6B9AD

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

Shades of Melon #F6B9AD

Tints of Melon #F6B9AD

Color information

#F6B9AD (or 0xF6B9AD) is unknown color: approx Melon. HEX triplet: F6, B9 and AD. RGB value is (246,185,173). Sum of RGB (Red+Green+Blue) = 246+185+173=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B9AD is #094652. Grayscale: #C9C9C9. Windows color (decimal): -607827 or 11385334. OLE color: 11385334.

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

Color convert

RGB246185173-
CMYK00.250.300.04
HSL9.86º80.22%82.16%-
HSV(B)9.86º29.67%96.47%-
XYZ62.957.3147.28-
YUV201.87111.71159.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=40.73%
G=30.63%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618517300.250.300.049.8680.2282.16
HexF6B9AD0191E4a5052
Octal36627125503136412120122
Binary11110110101110011010110101100111110100101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9AD; }

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

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

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

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

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

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

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

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