#F6B7AB

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

Shades of Melon #F6B7AB

Tints of Melon #F6B7AB

Color information

#F6B7AB (or 0xF6B7AB) is unknown color: approx Melon. HEX triplet: F6, B7 and AB. RGB value is (246,183,171). Sum of RGB (Red+Green+Blue) = 246+183+171=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B7AB is #094854. Grayscale: #C8C8C8. Windows color (decimal): -608341 or 11253750. OLE color: 11253750.

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

Color convert

RGB246183171-
CMYK00.260.300.04
HSL9.6º80.65%81.76%-
HSV(B)9.6º30.49%96.47%-
XYZ62.2956.446.13-
YUV200.47111.37160.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 183 (71.88% from 255) = 30.5%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=41%
G=30.5%
B=28.5%

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
Decimal24618317100.260.300.049.680.6581.76
HexF6B7AB01A1E4a5152
Octal36626725303236412121122
Binary11110110101101111010101101101011110100101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7AB; }

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

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

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

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

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

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

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

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