#F6BCAB

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

Shades of Melon #F6BCAB

Tints of Melon #F6BCAB

Color information

#F6BCAB (or 0xF6BCAB) is unknown color: approx Melon. HEX triplet: F6, BC and AB. RGB value is (246,188,171). Sum of RGB (Red+Green+Blue) = 246+188+171=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BCAB is #094354. Grayscale: #CBCBCB. Windows color (decimal): -607061 or 11255030. OLE color: 11255030.

HSL color Cylindrical-coordinate representation of color #F6BCAB: hue angle of 13.6º degrees, saturation: 0.81, 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 #F6BCAB is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246188171-
CMYK00.240.300.04
HSL13.6º80.65%81.76%-
HSV(B)13.6º30.49%96.47%-
XYZ63.3458.546.48-
YUV203.4109.72158.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=40.66%
G=31.07%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618817100.240.300.0413.680.6581.76
HexF6BCAB0181E4e5152
Octal36627425303036416121122
Binary11110110101111001010101101100011110100111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCAB; }

 p { color: rgb(246,188,171); }

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

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

 a { background-color: rgb(246,188,171); }

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

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

 span { border-color: rgb(246,188,171); }

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