#F6BFAF

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

Shades of Melon #F6BFAF

Tints of Melon #F6BFAF

Color information

#F6BFAF (or 0xF6BFAF) is unknown color: approx Melon. HEX triplet: F6, BF and AF. RGB value is (246,191,175). Sum of RGB (Red+Green+Blue) = 246+191+175=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFAF is #094050. Grayscale: #CDCDCD. Windows color (decimal): -606289 or 11517942. OLE color: 11517942.

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

Color convert

RGB246191175-
CMYK00.220.290.04
HSL13.52º79.78%82.55%-
HSV(B)13.52º28.86%96.47%-
XYZ64.3759.9548.74-
YUV205.62110.72156.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=40.20%
G=31.21%
B=28.59%

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
Decimal24619117500.220.290.0413.5279.7882.55
HexF6BFAF0161D4e5053
Octal36627725702635416120123
Binary11110110101111111010111101011011101100111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFAF; }

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

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

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

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

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

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

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

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