#FAB7AC

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

Shades of Melon #FAB7AC

Tints of Melon #FAB7AC

Color information

#FAB7AC (or 0xFAB7AC) is unknown color: approx Melon. HEX triplet: FA, B7 and AC. RGB value is (250,183,172). Sum of RGB (Red+Green+Blue) = 250+183+172=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7AC is #054853. Grayscale: #C9C9C9. Windows color (decimal): -346196 or 11319290. OLE color: 11319290.

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

Color convert

RGB250183172-
CMYK00.270.310.02
HSL8.46º88.64%82.75%-
HSV(B)8.46º31.2%98.04%-
XYZ63.857.1746.7-
YUV201.78111.2162.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=41.32%
G=30.25%
B=28.43%

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
Decimal25018317200.270.310.028.4688.6482.75
HexFAB7AC01B1F285953
Octal37226725403337210131123
Binary1111101010110111101011000110111111110100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7AC; }

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

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

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

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

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

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

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

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