#FAC0AE

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

Shades of Melon #FAC0AE

Tints of Melon #FAC0AE

Color information

#FAC0AE (or 0xFAC0AE) is unknown color: approx Melon. HEX triplet: FA, C0 and AE. RGB value is (250,192,174). Sum of RGB (Red+Green+Blue) = 250+192+174=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0AE is #053F51. Grayscale: #CFCFCF. Windows color (decimal): -343890 or 11452666. OLE color: 11452666.

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

Color convert

RGB250192174-
CMYK00.230.300.02
HSL14.21º88.37%83.14%-
HSV(B)14.21º30.4%98.04%-
XYZ65.9161.0848.36-
YUV207.29109.22158.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=40.58%
G=31.17%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019217400.230.300.0214.2188.3783.14
HexFAC0AE0171E2e5853
Octal37230025602736216130123
Binary1111101011000000101011100101111111010111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0AE; }

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

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

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

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

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

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

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

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