#F9B9AC

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

Shades of Melon #F9B9AC

Tints of Melon #F9B9AC

Color information

#F9B9AC (or 0xF9B9AC) is unknown color: approx Melon. HEX triplet: F9, B9 and AC. RGB value is (249,185,172). Sum of RGB (Red+Green+Blue) = 249+185+172=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B9AC is #064653. Grayscale: #CACACA. Windows color (decimal): -411220 or 11319801. OLE color: 11319801.

HSL color Cylindrical-coordinate representation of color #F9B9AC: hue angle of 10.13º degrees, saturation: 0.87, 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 #F9B9AC is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249185172-
CMYK00.260.310.02
HSL10.13º86.52%82.55%-
HSV(B)10.13º30.92%97.65%-
XYZ63.8657.8246.82-
YUV202.65110.7161.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=41.09%
G=30.53%
B=28.38%

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
Decimal24918517200.260.310.0210.1386.5282.55
HexF9B9AC01A1F2a5753
Octal37127125403237212127123
Binary1111100110111001101011000110101111110101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9AC; }

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

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

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

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

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

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

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

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