#F7BAAC

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

Shades of Melon #F7BAAC

Tints of Melon #F7BAAC

Color information

#F7BAAC (or 0xF7BAAC) is unknown color: approx Melon. HEX triplet: F7, BA and AC. RGB value is (247,186,172). Sum of RGB (Red+Green+Blue) = 247+186+172=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAC is #084553. Grayscale: #CACACA. Windows color (decimal): -542036 or 11320055. OLE color: 11320055.

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

Color convert

RGB247186172-
CMYK00.250.300.03
HSL11.2º82.42%82.16%-
HSV(B)11.2º30.36%96.86%-
XYZ63.3657.8746.86-
YUV202.64110.71159.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=40.83%
G=30.74%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718617200.250.300.0311.282.4282.16
HexF7BAAC0191E3b5252
Octal36727225403136313122122
Binary1111011110111010101011000110011111011101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAAC; }

 p { color: rgb(247,186,172); }

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

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

 a { background-color: rgb(247,186,172); }

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

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

 span { border-color: rgb(247,186,172); }

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