Când va scrieti paginile, nu e întotdeauna usor de gasit cea mai potrivita combinatie de culori în cod hexadecimal.
Inainte acestei suite de 6 litere si/sau cifre nu uitati sa puneti semnul #.
Values like "#FF9999" represent colors as hexadecimal numbers
for red, green and blue. The first two characters following the #
give the number for red, the next two for green and the last two
for blue. These numbers are always in the range 0 to 255 decimal.
If you know the values in decimal, you can convert to hexadecimal
using a calculator, like the one that comes as part of Microsoft
Windows.
|