#FAC0AA

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

Shades of Melon #FAC0AA

Tints of Melon #FAC0AA

Color information

#FAC0AA (or 0xFAC0AA) is unknown color: approx Melon. HEX triplet: FA, C0 and AA. RGB value is (250,192,170). Sum of RGB (Red+Green+Blue) = 250+192+170=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0AA is #053F55. Grayscale: #CECECE. Windows color (decimal): -343894 or 11190522. OLE color: 11190522.

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

Color convert

RGB250192170-
CMYK00.230.320.02
HSL16.5º88.89%82.35%-
HSV(B)16.5º32%98.04%-
XYZ65.5360.9346.34-
YUV206.83107.22158.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=40.85%
G=31.37%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019217000.230.320.0216.588.8982.35
HexFAC0AA017202115952
Octal37230025202740221131122
Binary111110101100000010101010010111100000101000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0AA; }

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

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

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

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

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

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

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

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