#FAC0AD

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

Shades of Melon #FAC0AD

Tints of Melon #FAC0AD

Color information

#FAC0AD (or 0xFAC0AD) is unknown color: approx Melon. HEX triplet: FA, C0 and AD. RGB value is (250,192,173). Sum of RGB (Red+Green+Blue) = 250+192+173=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0AD is #053F52. Grayscale: #CFCFCF. Windows color (decimal): -343891 or 11387130. OLE color: 11387130.

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

Color convert

RGB250192173-
CMYK00.230.310.02
HSL14.81º88.51%82.94%-
HSV(B)14.81º30.8%98.04%-
XYZ65.8261.0447.85-
YUV207.18108.72158.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=40.65%
G=31.22%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019217300.230.310.0214.8188.5182.94
HexFAC0AD0171F2f5953
Octal37230025502737217131123
Binary1111101011000000101011010101111111110111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0AD; }

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

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

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

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

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

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

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

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