Create a table that contains 8 rows and 3 columns of hexadecimal values. Each hexadecimal number should also be used to generate the color of the background of the cell that contains the number. The first column should increment the amount of red by 32 (base 10) as you move down the colum while the blue and green values remain fixed at any values you like. In the second column, the green value should be incremented by 32 while the red and blue values remain fixed. Finally, the third column should increment the blue value by 32, keeping the red and green values fixed.

Save your page as colorByNumbers.html. Remember to add a link to this page on your portfolio page.