#F7BAAF

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

Shades of Melon #F7BAAF

Tints of Melon #F7BAAF

Color information

#F7BAAF (or 0xF7BAAF) is unknown color: approx Melon. HEX triplet: F7, BA and AF. RGB value is (247,186,175). Sum of RGB (Red+Green+Blue) = 247+186+175=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAAF is #084550. Grayscale: #CBCBCB. Windows color (decimal): -542033 or 11516663. OLE color: 11516663.

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

Color convert

RGB247186175-
CMYK00.250.290.03
HSL9.17º81.82%82.75%-
HSV(B)9.17º29.15%96.86%-
XYZ63.6557.9948.4-
YUV202.98112.21159.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=40.62%
G=30.59%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718617500.250.290.039.1781.8282.75
HexF7BAAF0191D395253
Octal36727225703135311122123
Binary1111011110111010101011110110011110111100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAAF; }

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

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

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

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

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

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

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

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