#F7B6AA

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

Shades of Melon #F7B6AA

Tints of Melon #F7B6AA

Color information

#F7B6AA (or 0xF7B6AA) is unknown color: approx Melon. HEX triplet: F7, B6 and AA. RGB value is (247,182,170). Sum of RGB (Red+Green+Blue) = 247+182+170=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B6AA is #084955. Grayscale: #C8C8C8. Windows color (decimal): -543062 or 11187959. OLE color: 11187959.

HSL color Cylindrical-coordinate representation of color #F7B6AA: hue angle of 9.35º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7B6AA is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247182170-
CMYK00.260.310.03
HSL9.35º82.8%81.76%-
HSV(B)9.35º31.17%96.86%-
XYZ62.3456.1345.58-
YUV200.07111.03161.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.24%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=41.24%
G=30.38%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718217000.260.310.039.3582.881.76
HexF7B6AA01A1F395352
Octal36726625203237311123122
Binary1111011110110110101010100110101111111100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B6AA; }

 p { color: rgb(247,182,170); }

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

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

 a { background-color: rgb(247,182,170); }

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

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

 span { border-color: rgb(247,182,170); }

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