#FAC2AD

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

Shades of Melon #FAC2AD

Tints of Melon #FAC2AD

Color information

#FAC2AD (or 0xFAC2AD) is unknown color: approx Melon. HEX triplet: FA, C2 and AD. RGB value is (250,194,173). Sum of RGB (Red+Green+Blue) = 250+194+173=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AD is #053D52. Grayscale: #D0D0D0. Windows color (decimal): -343379 or 11387642. OLE color: 11387642.

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

Color convert

RGB250194173-
CMYK00.220.310.02
HSL16.36º88.51%82.94%-
HSV(B)16.36º30.8%98.04%-
XYZ66.2661.9248-
YUV208.35108.05157.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=40.52%
G=31.44%
B=28.04%

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
Decimal25019417300.220.310.0216.3688.5182.94
HexFAC2AD0161F2105953
Octal37230225502637220131123
Binary11111010110000101010110101011011111101000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2AD; }

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

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

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

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

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

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

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

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