#F7BEAE

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

Shades of Melon #F7BEAE

Tints of Melon #F7BEAE

Color information

#F7BEAE (or 0xF7BEAE) is unknown color: approx Melon. HEX triplet: F7, BE and AE. RGB value is (247,190,174). Sum of RGB (Red+Green+Blue) = 247+190+174=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BEAE is #084151. Grayscale: #CDCDCD. Windows color (decimal): -541010 or 11452151. OLE color: 11452151.

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

Color convert

RGB247190174-
CMYK00.230.300.03
HSL13.15º82.02%82.55%-
HSV(B)13.15º29.55%96.86%-
XYZ64.4159.6648.16-
YUV205.22110.38157.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=40.43%
G=31.10%
B=28.48%

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
Decimal24719017400.230.300.0313.1582.0282.55
HexF7BEAE0171E3d5253
Octal36727625602736315122123
Binary1111011110111110101011100101111111011110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BEAE; }

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

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

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

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

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

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

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

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