#F6BCAA

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

Shades of Melon #F6BCAA

Tints of Melon #F6BCAA

Color information

#F6BCAA (or 0xF6BCAA) is unknown color: approx Melon. HEX triplet: F6, BC and AA. RGB value is (246,188,170). Sum of RGB (Red+Green+Blue) = 246+188+170=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BCAA is #094355. Grayscale: #CBCBCB. Windows color (decimal): -607062 or 11189494. OLE color: 11189494.

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

Color convert

RGB246188170-
CMYK00.240.310.04
HSL14.21º80.85%81.57%-
HSV(B)14.21º30.89%96.47%-
XYZ63.2458.4645.98-
YUV203.29109.22158.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=40.73%
G=31.13%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618817000.240.310.0414.2180.8581.57
HexF6BCAA0181F4e5152
Octal36627425203037416121122
Binary11110110101111001010101001100011111100111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCAA; }

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

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

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

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

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

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

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

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