#FAC2AF

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

Shades of Melon #FAC2AF

Tints of Melon #FAC2AF

Color information

#FAC2AF (or 0xFAC2AF) is unknown color: approx Melon. HEX triplet: FA, C2 and AF. RGB value is (250,194,175). Sum of RGB (Red+Green+Blue) = 250+194+175=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AF is #053D50. Grayscale: #D0D0D0. Windows color (decimal): -343377 or 11518714. OLE color: 11518714.

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

Color convert

RGB250194175-
CMYK00.220.30.02
HSL15.2º88.24%83.33%-
HSV(B)15.2º30%98.04%-
XYZ66.456249.02-
YUV208.58109.05157.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=40.39%
G=31.34%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019417500.220.30.0215.288.2483.33
HexFAC2AF0161E2f5853
Octal37230225702636217130123
Binary1111101011000010101011110101101111010111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2AF; }

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

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

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

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

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

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

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

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