#FAC0A7

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

Shades of Melon #FAC0A7

Tints of Melon #FAC0A7

Color information

#FAC0A7 (or 0xFAC0A7) is unknown color: approx Melon. HEX triplet: FA, C0 and A7. RGB value is (250,192,167). Sum of RGB (Red+Green+Blue) = 250+192+167=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0A7 is #053F58. Grayscale: #CECECE. Windows color (decimal): -343897 or 10993914. OLE color: 10993914.

HSL color Cylindrical-coordinate representation of color #FAC0A7: hue angle of 18.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAC0A7 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB250192167-
CMYK00.230.330.02
HSL18.07º89.25%81.76%-
HSV(B)18.07º33.2%98.04%-
XYZ65.2560.8144.86-
YUV206.49105.72159.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 167 (65.62% from 255) = 27.42%
R=41.05%
G=31.53%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019216700.230.330.0218.0789.2581.76
HexFAC0A7017212125952
Octal37230024702741222131122
Binary111110101100000010100111010111100001101001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0A7; }

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

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

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

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

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

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

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

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