#FAC2AE

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

Shades of Melon #FAC2AE

Tints of Melon #FAC2AE

Color information

#FAC2AE (or 0xFAC2AE) is unknown color: approx Melon. HEX triplet: FA, C2 and AE. RGB value is (250,194,174). Sum of RGB (Red+Green+Blue) = 250+194+174=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AE is #053D51. Grayscale: #D0D0D0. Windows color (decimal): -343378 or 11453178. OLE color: 11453178.

HSL color Cylindrical-coordinate representation of color #FAC2AE: hue angle of 15.79º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAC2AE is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250194174-
CMYK00.220.300.02
HSL15.79º88.37%83.14%-
HSV(B)15.79º30.4%98.04%-
XYZ66.3661.9648.51-
YUV208.46108.55157.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=40.45%
G=31.39%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019417400.220.300.0215.7988.3783.14
HexFAC2AE0161E2105853
Octal37230225602636220130123
Binary11111010110000101010111001011011110101000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2AE; }

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

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

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

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

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

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

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

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