#FAC3AF

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

Shades of Melon #FAC3AF

Tints of Melon #FAC3AF

Color information

#FAC3AF (or 0xFAC3AF) is unknown color: approx Melon. HEX triplet: FA, C3 and AF. RGB value is (250,195,175). Sum of RGB (Red+Green+Blue) = 250+195+175=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3AF is #053C50. Grayscale: #D1D1D1. Windows color (decimal): -343121 or 11518970. OLE color: 11518970.

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

Color convert

RGB250195175-
CMYK00.220.30.02
HSL16º88.24%83.33%-
HSV(B)16º30%98.04%-
XYZ66.6862.4549.1-
YUV209.16108.72157.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=40.32%
G=31.45%
B=28.23%

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
Decimal25019517500.220.30.021688.2483.33
HexFAC3AF0161E2105853
Octal37230325702636220130123
Binary11111010110000111010111101011011110101000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3AF; }

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

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

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

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

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

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

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

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