#F6BEAD

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

Shades of Melon #F6BEAD

Tints of Melon #F6BEAD

Color information

#F6BEAD (or 0xF6BEAD) is unknown color: approx Melon. HEX triplet: F6, BE and AD. RGB value is (246,190,173). Sum of RGB (Red+Green+Blue) = 246+190+173=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BEAD is #094152. Grayscale: #CCCCCC. Windows color (decimal): -606547 or 11386614. OLE color: 11386614.

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

Color convert

RGB246190173-
CMYK00.230.300.04
HSL13.97º80.22%82.16%-
HSV(B)13.97º29.67%96.47%-
XYZ63.9659.4447.64-
YUV204.81110.05157.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=40.39%
G=31.20%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619017300.230.300.0413.9780.2282.16
HexF6BEAD0171E4e5052
Octal36627625502736416120122
Binary11110110101111101010110101011111110100111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEAD; }

 p { color: rgb(246,190,173); }

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

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

 a { background-color: rgb(246,190,173); }

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

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

 span { border-color: rgb(246,190,173); }

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