#F6BFAE

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

Shades of Melon #F6BFAE

Tints of Melon #F6BFAE

Color information

#F6BFAE (or 0xF6BFAE) is unknown color: approx Melon. HEX triplet: F6, BF and AE. RGB value is (246,191,174). Sum of RGB (Red+Green+Blue) = 246+191+174=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFAE is #094051. Grayscale: #CDCDCD. Windows color (decimal): -606290 or 11452406. OLE color: 11452406.

HSL color Cylindrical-coordinate representation of color #F6BFAE: hue angle of 14.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6BFAE is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246191174-
CMYK00.220.290.04
HSL14.17º80%82.35%-
HSV(B)14.17º29.27%96.47%-
XYZ64.2859.9148.22-
YUV205.51110.22156.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=40.26%
G=31.26%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619117400.220.290.0414.178082.35
HexF6BFAE0161D4e5052
Octal36627725602635416120122
Binary11110110101111111010111001011011101100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFAE; }

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

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

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

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

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

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

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

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