#FAC2AC

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

Shades of Melon #FAC2AC

Tints of Melon #FAC2AC

Color information

#FAC2AC (or 0xFAC2AC) is unknown color: approx Melon. HEX triplet: FA, C2 and AC. RGB value is (250,194,172). Sum of RGB (Red+Green+Blue) = 250+194+172=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AC is #053D53. Grayscale: #D0D0D0. Windows color (decimal): -343380 or 11322106. OLE color: 11322106.

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

Color convert

RGB250194172-
CMYK00.220.310.02
HSL16.92º88.64%82.75%-
HSV(B)16.92º31.2%98.04%-
XYZ66.1661.8947.49-
YUV208.24107.55157.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 172 (67.58% from 255) = 27.92%
R=40.58%
G=31.49%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019417200.220.310.0216.9288.6482.75
HexFAC2AC0161F2115953
Octal37230225402637221131123
Binary11111010110000101010110001011011111101000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2AC; }

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

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

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

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

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

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

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

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