I am such a nice, thoughtful, considerate person, that I decided to let my guest choose the background color of this page. I choose colors according to my mood, and my mood might say a color that would seem drab to you or it might be so bright or harsh to hurt your eyes..So you make it the color you want and I will make it the color I like. By the way, if you are planning a web site, or if you know html, but don't have a color chart, just bookmark this page and come get a color code # when you need one. click on the squares till you find the exact color you want your page to be, look in the box and see what color code to put in your html. (If you know how to steal a script..Take the color code chart.)
Click on a color to lock it as the background.
Click on any square to unlock.
Another Tip!
Changing the background color of your Web pages is an easy way to make a first impression. Pick a nice color that sets the mood you want to create. To specify your page's background color, just use the HTML tag:
You need to specify the colors that you want by filling in the '#' signs with RGB (Red/Green/Blue) values in hexadecimal. bgcolor is the background color for the page, text is the color of the body text, link is the color of hyperlinks, vlink is the color of already-visited hyperlinks.
RGB colors in hexadecimal are specified as RRGGBB; the first and second characters are for red, the third and fourth characters are for green, and the fifth and sixth characters are for blue.The digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, and f. 00 means absence of the color, ff means full color intensity, and numbers in between like 1f, 44, 7e, b5, and e3 represent increasing intensity of color. Learn how hexadecimal corresponds to color by checking the chart above.