#FAC3AD

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

Shades of Melon #FAC3AD

Tints of Melon #FAC3AD

Color information

#FAC3AD (or 0xFAC3AD) is unknown color: approx Melon. HEX triplet: FA, C3 and AD. RGB value is (250,195,173). Sum of RGB (Red+Green+Blue) = 250+195+173=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3AD is #053C52. Grayscale: #D1D1D1. Windows color (decimal): -343123 or 11387898. OLE color: 11387898.

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

Color convert

RGB250195173-
CMYK00.220.310.02
HSL17.14º88.51%82.94%-
HSV(B)17.14º30.8%98.04%-
XYZ66.4862.3748.07-
YUV208.94107.72157.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=40.45%
G=31.55%
B=27.99%

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
Decimal25019517300.220.310.0217.1488.5182.94
HexFAC3AD0161F2115953
Octal37230325502637221131123
Binary11111010110000111010110101011011111101000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3AD; }

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

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

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

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

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

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

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

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