|
Browsers and monitors do not display
colors consistently. To ensure that your carefully-chosen colors will
appear as you want them on as many systems as possible, you should
always use "web safe" colors (also known as the Netscape color
palette). Even then the results may not look quite the same on another
monitor because of contrast, brightness, and other factors.
This palette identifies colors as
combinations of red, green and blue, using hexadecimal (base 16)
numbers for each color. The web safe palette limits you to the
following values for red, green and blue: 00, 33, 66, 99, CC and FF.
Tables 1 to 6 give the hex code and the
resulting color. Reading across the first row, the first two letters in
a column give the red value and the second two give the green value.
For the blue value, replace the dashes with the two letters in the
leftmost column. Thus the first color is FFFFFF, the color below that
is FFFFCC, the color to the right is FFCCFF.
The Color Tables
Table 1
|
FFFF-- |
FFCC-- |
FF99-- |
FF66-- |
FF33-- |
FF00-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Table 2
|
CCFF-- |
CCCC-- |
CC99-- |
CC66-- |
CC33-- |
CC00-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Table 3
|
99FF-- |
99CC-- |
9999-- |
9966-- |
9933-- |
9900-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Table 4
|
66FF-- |
66CC-- |
6699-- |
6666-- |
6633-- |
6600-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Table 5
|
33FF-- |
33CC-- |
3399-- |
3366-- |
3333-- |
3300-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Table 6
|
00FF-- |
00CC-- |
0099-- |
0066-- |
0033-- |
0000-- |
| FF |
|
|
|
|
|
|
| CC |
|
|
|
|
|
|
| 99 |
|
|
|
|
|
|
| 66 |
|
|
|
|
|
|
| 33 |
|
|
|
|
|
|
| 00 |
|
|
|
|
|
|
Additional Links About the Web-Safe
Color Palette
|