#F7BFAE

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

Shades of Melon #F7BFAE

Tints of Melon #F7BFAE

Color information

#F7BFAE (or 0xF7BFAE) is unknown color: approx Melon. HEX triplet: F7, BF and AE. RGB value is (247,191,174). Sum of RGB (Red+Green+Blue) = 247+191+174=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BFAE is #084051. Grayscale: #CDCDCD. Windows color (decimal): -540754 or 11452407. OLE color: 11452407.

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

Color convert

RGB247191174-
CMYK00.230.300.03
HSL13.97º82.02%82.55%-
HSV(B)13.97º29.55%96.86%-
XYZ64.6360.0948.24-
YUV205.81110.05157.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.36%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=40.36%
G=31.21%
B=28.43%

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
Decimal24719117400.230.300.0313.9782.0282.55
HexF7BFAE0171E3e5253
Octal36727725602736316122123
Binary1111011110111111101011100101111111011111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BFAE; }

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

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

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

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

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

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

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

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