#F7BCAD

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

Shades of Melon #F7BCAD

Tints of Melon #F7BCAD

Color information

#F7BCAD (or 0xF7BCAD) is unknown color: approx Melon. HEX triplet: F7, BC and AD. RGB value is (247,188,173). Sum of RGB (Red+Green+Blue) = 247+188+173=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCAD is #084352. Grayscale: #CCCCCC. Windows color (decimal): -541523 or 11386103. OLE color: 11386103.

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

Color convert

RGB247188173-
CMYK00.240.300.03
HSL12.16º82.22%82.35%-
HSV(B)12.16º29.96%96.86%-
XYZ63.8858.7647.51-
YUV203.93110.55158.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=40.62%
G=30.92%
B=28.45%

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
Decimal24718817300.240.300.0312.1682.2282.35
HexF7BCAD0181E3c5252
Octal36727425503036314122122
Binary1111011110111100101011010110001111011110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCAD; }

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

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

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

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

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

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

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

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