#F9B9AD

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

Shades of Melon #F9B9AD

Tints of Melon #F9B9AD

Color information

#F9B9AD (or 0xF9B9AD) is unknown color: approx Melon. HEX triplet: F9, B9 and AD. RGB value is (249,185,173). Sum of RGB (Red+Green+Blue) = 249+185+173=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B9AD is #064652. Grayscale: #CACACA. Windows color (decimal): -411219 or 11385337. OLE color: 11385337.

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

Color convert

RGB249185173-
CMYK00.260.310.02
HSL9.47º86.36%82.75%-
HSV(B)9.47º30.52%97.65%-
XYZ63.9657.8547.33-
YUV202.77111.2160.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=41.02%
G=30.48%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918517300.260.310.029.4786.3682.75
HexF9B9AD01A1F295653
Octal37127125503237211126123
Binary1111100110111001101011010110101111110100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9AD; }

 p { color: rgb(249,185,173); }

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

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

 a { background-color: rgb(249,185,173); }

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

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

 span { border-color: rgb(249,185,173); }

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