#F9B6AB

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

Shades of Melon #F9B6AB

Tints of Melon #F9B6AB

Color information

#F9B6AB (or 0xF9B6AB) is unknown color: approx Melon. HEX triplet: F9, B6 and AB. RGB value is (249,182,171). Sum of RGB (Red+Green+Blue) = 249+182+171=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B6AB is #064954. Grayscale: #C8C8C8. Windows color (decimal): -411989 or 11253497. OLE color: 11253497.

HSL color Cylindrical-coordinate representation of color #F9B6AB: hue angle of 8.46º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9B6AB is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249182171-
CMYK00.270.310.02
HSL8.46º86.67%82.35%-
HSV(B)8.46º31.33%97.65%-
XYZ63.1556.5446.11-
YUV200.78111.2162.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=41.36%
G=30.23%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918217100.270.310.028.4686.6782.35
HexF9B6AB01B1F285752
Octal37126625303337210127122
Binary1111100110110110101010110110111111110100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B6AB; }

 p { color: rgb(249,182,171); }

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

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

 a { background-color: rgb(249,182,171); }

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

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

 span { border-color: rgb(249,182,171); }

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