#FAB6AC

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

Shades of Melon #FAB6AC

Tints of Melon #FAB6AC

Color information

#FAB6AC (or 0xFAB6AC) is unknown color: approx Melon. HEX triplet: FA, B6 and AC. RGB value is (250,182,172). Sum of RGB (Red+Green+Blue) = 250+182+172=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6AC is #054953. Grayscale: #C9C9C9. Windows color (decimal): -346452 or 11319034. OLE color: 11319034.

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

Color convert

RGB250182172-
CMYK00.270.310.02
HSL7.69º88.64%82.75%-
HSV(B)7.69º31.2%98.04%-
XYZ63.656.7646.63-
YUV201.19111.53162.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=41.39%
G=30.13%
B=28.48%

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
Decimal25018217200.270.310.027.6988.6482.75
HexFAB6AC01B1F285953
Octal37226625403337210131123
Binary1111101010110110101011000110111111110100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6AC; }

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

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

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

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

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

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

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

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