#F7BCAC

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

Shades of Melon #F7BCAC

Tints of Melon #F7BCAC

Color information

#F7BCAC (or 0xF7BCAC) is unknown color: approx Melon. HEX triplet: F7, BC and AC. RGB value is (247,188,172). Sum of RGB (Red+Green+Blue) = 247+188+172=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCAC is #084353. Grayscale: #CBCBCB. Windows color (decimal): -541524 or 11320567. OLE color: 11320567.

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

Color convert

RGB247188172-
CMYK00.240.300.03
HSL12.8º82.42%82.16%-
HSV(B)12.8º30.36%96.86%-
XYZ63.7958.7247-
YUV203.82110.05158.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=40.69%
G=30.97%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718817200.240.300.0312.882.4282.16
HexF7BCAC0181E3d5252
Octal36727425403036315122122
Binary1111011110111100101011000110001111011110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCAC; }

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

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

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

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

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

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

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

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