#F7BDAD

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

Shades of Melon #F7BDAD

Tints of Melon #F7BDAD

Color information

#F7BDAD (or 0xF7BDAD) is unknown color: approx Melon. HEX triplet: F7, BD and AD. RGB value is (247,189,173). Sum of RGB (Red+Green+Blue) = 247+189+173=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BDAD is #084252. Grayscale: #CCCCCC. Windows color (decimal): -541267 or 11386359. OLE color: 11386359.

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

Color convert

RGB247189173-
CMYK00.230.300.03
HSL12.97º82.22%82.35%-
HSV(B)12.97º29.96%96.86%-
XYZ64.159.1947.58-
YUV204.52110.22158.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=40.56%
G=31.03%
B=28.41%

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
Decimal24718917300.230.300.0312.9782.2282.35
HexF7BDAD0171E3d5252
Octal36727525502736315122122
Binary1111011110111101101011010101111111011110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDAD; }

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

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

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

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

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

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

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

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