Article ID: 295546 - Last Review: January 31, 2007 - Revision: 3.1 FP: Names and Hex Values for the 16 Common Colors used in HTML DocumentsThis article was previously published under Q295546 SUMMARY
This article lists the names and hex values of the 16 common colors used in HTML documents.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. NOTE: You may receive an error message if you copy the examples directly from this article and paste them into FrontPage. The angle brackets (< and >) may appear as escaped HTML code (< and >). To work around this behavior, paste the script into a blank Notepad document, and then copy it from Notepad before you paste it into FrontPage. Several HTML tags allow you to specify colors in HTML documents. For example, to set the background color and the default text color, use the BGCOLOR and TEXT attributes of the BODY tag: The following table lists the names and hex values for the 16 common colors that all computers should be able to display. To use a specific color, simply specify the color value or name. For example, using the hexadecimal color values the following HTML sample sets the background color to blue, the default text color to white, and the text color for a specific range to black: REFERENCESFor additional information about specifying colors in HTML using FrontPage, click the article number below
to view the article in the Microsoft Knowledge Base:
304335
(http://support.microsoft.com/kb/304335/EN-US/
)
Hex Values for the 216 Color Safe Palette Used in HTML Documents
For more information about HTML syntax, please visist the following World Wide Web Consortium (W3C) Web site:
http://www.w3.org/MarkUp/
(http://www.w3.org/MarkUp/)
| Article Translations
|
Back to the top
