Difference between revisions of "Directory:HTML Color Codes"
(this is a good idea) |
|||
Line 35: | Line 35: | ||
<br> | <br> | ||
'''Like how this page looks? It's easy to beautify your centiare listing, wikipedia user page, or even your own personal wiki with a few simple code instructions.''' | '''Like how this page looks? It's easy to beautify your centiare listing, wikipedia user page, or even your own personal wiki with a few simple code instructions.''' | ||
+ | |} | ||
+ | |||
+ | {| width="65%" cellpadding="5" cellspacing="10" style="background:#ffffcc; border-style:solid; border-width:2px; border-color: #cccccc" | ||
+ | | width="55%" valign="top" style="padding: 0; margin:0;" | | ||
+ | <div style="float:right; width:100%"> | ||
+ | ==The Basics== | ||
+ | Every HTML color is a six digit stream of letters and numbers that corrresponds to one of 256 colors spanning the color spectrum. | ||
+ | <center> | ||
+ | For instance the html color code ''000000'' yields a ''pitch black'' - | ||
+ | <center> | ||
+ | {| width="100%" cellpadding="5" cellspacing="10" style="background:#000000; border-style:solid; border-width:2px; border-color: #cccccc" | ||
+ | | width="55%" valign="top" style="padding: 0; margin:0;" | | ||
+ | <div style="float:right; width:100%"> | ||
+ | <br> | ||
+ | <br> | ||
+ | |} | ||
+ | <center> | ||
+ | Conversely the code ''FFFFFF'' makes a ''stark white'' - | ||
+ | </center> | ||
+ | {| width="100%" cellpadding="5" cellspacing="10" style="background:#FFFFFF; border-style:solid; border-width:2px; border-color: #cccccc" | ||
+ | | width="55%" valign="top" style="padding: 0; margin:0;" | | ||
+ | <div style="float:right; width:100%"> | ||
+ | <br> | ||
+ | <br> | ||
+ | |} | ||
+ | <center> | ||
+ | To mix it up a bit the code ''FF0000'' gives you a ''light red'' - | ||
+ | <center> | ||
+ | {| width="100%" cellpadding="5" cellspacing="10" style="background:#FF0000; border-style:solid; border-width:2px; border-color: #cccccc" | ||
+ | | width="55%" valign="top" style="padding: 0; margin:0;" | | ||
+ | <div style="float:right; width:100%"> | ||
+ | <br> | ||
+ | <br> | ||
+ | |} | ||
+ | And the code ''99FF99'' is a ''sea foam green'' - | ||
+ | {| width="100%" cellpadding="5" cellspacing="10" style="background:#99FF99; border-style:solid; border-width:2px; border-color: #cccccc" | ||
+ | | width="55%" valign="top" style="padding: 0; margin:0;" | | ||
+ | <div style="float:right; width:100%"> | ||
+ | <br> | ||
+ | <br> | ||
+ | |} | ||
|} | |} |
Revision as of 15:27, 29 April 2007
|