When you choose a color for your web pages, fonts, or backgrounds, sometimes you can type in a color's name, such as "white," but other colors require a special code, called a hex code. This code represents the red-green-blue combination that makes up the color, and allows your computer to easily process the color you want.
Here are some examples of colors you can generate, using different combinations in the hexadecimal value:
| White Yellow Red Gray Blue Green Black Purple Lt. Blue |
#FFFFFF #FFFF66 #FF0000 #CC9999 #0000FF #00FF00 #000000 #CC33FF #00CCFF |
For more hexadecimal color codes, check out this handy color cube or Raw Data's complete list of hex codes.