#F7BEAA

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

Shades of Melon #F7BEAA

Tints of Melon #F7BEAA

Color information

#F7BEAA (or 0xF7BEAA) is unknown color: approx Melon. HEX triplet: F7, BE and AA. RGB value is (247,190,170). Sum of RGB (Red+Green+Blue) = 247+190+170=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BEAA is #084155. Grayscale: #CCCCCC. Windows color (decimal): -541014 or 11190007. OLE color: 11190007.

HSL color Cylindrical-coordinate representation of color #F7BEAA: hue angle of 15.58º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7BEAA is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247190170-
CMYK00.230.310.03
HSL15.58º82.8%81.76%-
HSV(B)15.58º31.17%96.86%-
XYZ64.0359.546.14-
YUV204.76108.38158.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=40.69%
G=31.30%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719017000.230.310.0315.5882.881.76
HexF7BEAA0171F3105352
Octal36727625202737320123122
Binary11110111101111101010101001011111111111000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEAA; }

 p { color: rgb(247,190,170); }

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

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

 a { background-color: rgb(247,190,170); }

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

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

 span { border-color: rgb(247,190,170); }

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