#FAB9AC

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

Shades of Melon #FAB9AC

Tints of Melon #FAB9AC

Color information

#FAB9AC (or 0xFAB9AC) is unknown color: approx Melon. HEX triplet: FA, B9 and AC. RGB value is (250,185,172). Sum of RGB (Red+Green+Blue) = 250+185+172=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AC is #054653. Grayscale: #CBCBCB. Windows color (decimal): -345684 or 11319802. OLE color: 11319802.

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

Color convert

RGB250185172-
CMYK00.260.310.02
HSL10º88.64%82.75%-
HSV(B)10º31.2%98.04%-
XYZ64.225846.84-
YUV202.95110.53161.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=41.19%
G=30.48%
B=28.34%

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
Decimal25018517200.260.310.021088.6482.75
HexFAB9AC01A1F2a5953
Octal37227125403237212131123
Binary1111101010111001101011000110101111110101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB9AC; }

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

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

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

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

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

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

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

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