#F7BFAD

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

Shades of Melon #F7BFAD

Tints of Melon #F7BFAD

Color information

#F7BFAD (or 0xF7BFAD) is unknown color: approx Melon. HEX triplet: F7, BF and AD. RGB value is (247,191,173). Sum of RGB (Red+Green+Blue) = 247+191+173=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BFAD is #084052. Grayscale: #CDCDCD. Windows color (decimal): -540755 or 11386871. OLE color: 11386871.

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

Color convert

RGB247191173-
CMYK00.230.300.03
HSL14.59º82.22%82.35%-
HSV(B)14.59º29.96%96.86%-
XYZ64.5360.0547.73-
YUV205.69109.55157.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=40.43%
G=31.26%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719117300.230.300.0314.5982.2282.35
HexF7BFAD0171E3f5252
Octal36727725502736317122122
Binary1111011110111111101011010101111111011111110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFAD; }

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

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

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

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

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

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

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

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