#F6B9A9

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

Shades of Melon #F6B9A9

Tints of Melon #F6B9A9

Color information

#F6B9A9 (or 0xF6B9A9) is unknown color: approx Melon. HEX triplet: F6, B9 and A9. RGB value is (246,185,169). Sum of RGB (Red+Green+Blue) = 246+185+169=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B9A9 is #094656. Grayscale: #C9C9C9. Windows color (decimal): -607831 or 11123190. OLE color: 11123190.

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

Color convert

RGB246185169-
CMYK00.250.310.04
HSL12.47º81.05%81.37%-
HSV(B)12.47º31.3%96.47%-
XYZ62.5257.1645.27-
YUV201.42109.71159.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 169 (66.41% from 255) = 28.17%
R=41%
G=30.83%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618516900.250.310.0412.4781.0581.37
HexF6B9A90191F4c5151
Octal36627125103137414121121
Binary11110110101110011010100101100111111100110010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9A9; }

 p { color: rgb(246,185,169); }

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

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

 a { background-color: rgb(246,185,169); }

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

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

 span { border-color: rgb(246,185,169); }

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