#FAB5AC

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

Shades of Melon #FAB5AC

Tints of Melon #FAB5AC

Color information

#FAB5AC (or 0xFAB5AC) is unknown color: approx Melon. HEX triplet: FA, B5 and AC. RGB value is (250,181,172). Sum of RGB (Red+Green+Blue) = 250+181+172=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AC is #054A53. Grayscale: #C8C8C8. Windows color (decimal): -346708 or 11318778. OLE color: 11318778.

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

Color convert

RGB250181172-
CMYK00.280.310.02
HSL6.92º88.64%82.75%-
HSV(B)6.92º31.2%98.04%-
XYZ63.3956.3546.57-
YUV200.6111.86163.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=41.46%
G=30.02%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018117200.280.310.026.9288.6482.75
HexFAB5AC01C1F275953
Octal3722652540343727131123
Binary111110101011010110101100011100111111011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5AC; }

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

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

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

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

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

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

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

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