#F6B9AA

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

Shades of Melon #F6B9AA

Tints of Melon #F6B9AA

Color information

#F6B9AA (or 0xF6B9AA) is unknown color: approx Melon. HEX triplet: F6, B9 and AA. RGB value is (246,185,170). Sum of RGB (Red+Green+Blue) = 246+185+170=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B9AA is #094655. Grayscale: #C9C9C9. Windows color (decimal): -607830 or 11188726. OLE color: 11188726.

HSL color Cylindrical-coordinate representation of color #F6B9AA: hue angle of 11.84º 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 #F6B9AA is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246185170-
CMYK00.250.310.04
HSL11.84º80.85%81.57%-
HSV(B)11.84º30.89%96.47%-
XYZ62.6157.1945.77-
YUV201.53110.21159.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.93%
GREEN value IS 185 (72.66% from 255) = 30.78%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=40.93%
G=30.78%
B=28.29%

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
Decimal24618517000.250.310.0411.8480.8581.57
HexF6B9AA0191F4c5152
Octal36627125203137414121122
Binary11110110101110011010101001100111111100110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9AA; }

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

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

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

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

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

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

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

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