#F7BCAF

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

Shades of Melon #F7BCAF

Tints of Melon #F7BCAF

Color information

#F7BCAF (or 0xF7BCAF) is unknown color: approx Melon. HEX triplet: F7, BC and AF. RGB value is (247,188,175). Sum of RGB (Red+Green+Blue) = 247+188+175=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCAF is #084350. Grayscale: #CCCCCC. Windows color (decimal): -541521 or 11517175. OLE color: 11517175.

HSL color Cylindrical-coordinate representation of color #F7BCAF: hue angle of 10.83º 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 #F7BCAF is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB247188175-
CMYK00.240.290.03
HSL10.83º81.82%82.75%-
HSV(B)10.83º29.15%96.86%-
XYZ64.0858.8448.54-
YUV204.16111.55158.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=40.49%
G=30.82%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718817500.240.290.0310.8381.8282.75
HexF7BCAF0181D3b5253
Octal36727425703035313122123
Binary1111011110111100101011110110001110111101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCAF; }

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

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

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

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

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

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

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

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