{"id":275,"date":"2013-02-20T20:31:50","date_gmt":"2013-02-20T20:31:50","guid":{"rendered":"http:\/\/e-olio.com\/cknow\/cms\/?p=275"},"modified":"2013-02-20T20:56:14","modified_gmt":"2013-02-20T20:56:14","slug":"what-are-the-official-html-color-names-and-hex-codes-3","status":"publish","type":"post","link":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html","title":{"rendered":"What are the Official HTML Color Names and Hex Codes?"},"content":{"rendered":"<p>HTML colors can be specified in a number of different ways. The most common is to use hexidecimal notation but the HTML specification allows the use of specific names.<\/p>\n<p>Names and numbers are case insensitive. Names are shown here in mixed case and hex numbers in upper case for clarity. You can use any format that meets your specific needs. Note also that use of HTML tags such as FONT has been depreciated. All color specifications on a page should use CSS notation. For example, the SPAN element can be used to specify text in a given color: &lt;span style=&#8221;color: #0000ff;&#8221;&gt;Example&lt;\/span&gt; = <span style=\"color: #0000ff;\">Example<\/span><\/p>\n<p>The following 16 color names are the names that should be common to all browsers. Some early browsers may only respond to these specific names:<\/p>\n<ul>\n<li>Black (#000000),<\/li>\n<li>Silver (#C0C0C0),<\/li>\n<li>Gray (#808080),<\/li>\n<li>White (#FFFFFF),<\/li>\n<li>Maroon (#800000),<\/li>\n<li>Red = (#FF0000),<\/li>\n<li>Purple (#800080),<\/li>\n<li>Fuchsia (#FF00FF),<\/li>\n<li>Green (#008000),<\/li>\n<li>Lime (#00FF00),<\/li>\n<li>Olive (#808000),<\/li>\n<li>Yellow (#FFFF00),<\/li>\n<li>Navy (#000080),<\/li>\n<li>Blue (#0000FF),<\/li>\n<li>Teal (#008080),  and<\/li>\n<li>Aqua (#00FFFF).<\/li>\n<\/ul>\n<p>To be safe, you should consider using only the hex notation as all color values from #000000 &#8211; #FFFFFF (16,777,216 colors) should be valid. You can see in the table below if your browser works with color names. The last column uses color names instead of hex values so if you see something different from the Sample (third) column then you know your browser does not recognize that particular color name.<\/p>\n<p>The official names and their hex equivalents are shown on this page along with a block example of the color and text in the color shown on both white and black backgrounds. Colors are shown by color name in alphabetical order. The final column tests your particular browser&#8217;s display of the color names.<\/p>\n<p>Please also keep in mind that various displays will display colors differently. There is a <a href=\"e-olio\/cknow\/cms\/articles\/why-arent-different-display-colors-the-same-in-different-monitors.html\">CKnow article<\/a> about this which concentrates on CRTs but applies to LCD and Plasma displays also.<\/p>\n<table style=\"border: 1px solid #000000; background-color: #ffffff; width: 85%;\" border=\"1\" cellspacing=\"1\" cellpadding=\"1\" align=\"center\">\n<tbody>\n<tr>\n<td><strong>Color<br \/>Name<\/strong><\/td>\n<td><strong>Color<br \/> Hex<\/strong><\/td>\n<td><strong>Sample<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>Text<br \/>on White<\/strong><\/td>\n<td style=\"text-align: center;\"><strong>Text<br \/>on Black<\/strong><\/td>\n<td><strong>Test<\/strong><\/td>\n<\/tr>\n<tr>\n<td>AliceBlue<\/td>\n<td>F0F8FF<\/td>\n<td style=\"background-color: #f0f8ff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f0f8ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f0f8ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: aliceblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>AntiqueWhite<\/td>\n<td>FAEBD7<\/td>\n<td style=\"background-color: #faebd7;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #faebd7;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #faebd7;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: antiquewhite;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Aqua<\/td>\n<td>00FFFF<\/td>\n<td style=\"background-color: #00ffff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: aqua;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Aquamarine<\/td>\n<td>7FFFD4<\/td>\n<td style=\"background-color: #7fffd4;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #7fffd4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #7fffd4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: aquamarine;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Azure<\/td>\n<td>F0FFFF<\/td>\n<td style=\"background-color: #f0ffff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f0ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f0ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: azure;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Beige<\/td>\n<td>#F5F5DC<\/td>\n<td style=\"background-color: #f5f5dc;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f5f5dc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f5f5dc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: beige;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Bisque<\/td>\n<td>#FFE4C4<\/td>\n<td style=\"background-color: #ffe4c4;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffe4c4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffe4c4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: bisque;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Black<\/td>\n<td>#000000<\/td>\n<td style=\"background-color: #000000;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #000000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #000000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: black;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>BlanchedAlmond<\/td>\n<td>#FFEBCD<\/td>\n<td style=\"background-color: #ffebcd;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffebcd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffebcd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: blanchedalmond;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Blue<\/td>\n<td>#0000FF<\/td>\n<td style=\"background-color: #0000ff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #0000ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #0000ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: blue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>BlueViolet<\/td>\n<td>#8A2BE2<\/td>\n<td style=\"background-color: #8a2be2;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #8a2be2;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #8a2be2;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: blueviolet;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Brown<\/td>\n<td>#A52A2A<\/td>\n<td style=\"background-color: #a52a2a;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #a52a2a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #a52a2a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: brown;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Burlywood<\/td>\n<td>#DEB887<\/td>\n<td style=\"background-color: #deb887;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #deb887;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #deb887;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: burlywood;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>CadetBlue<\/td>\n<td>#5F9EA0<\/td>\n<td style=\"background-color: #5f9ea0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #5f9ea0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #5f9ea0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: cadetblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Chartreuse<\/td>\n<td>#7FFF00<\/td>\n<td style=\"background-color: #7fff00;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #7fff00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #7fff00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: chartreuse;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Chocolate<\/td>\n<td>#D2691E<\/td>\n<td style=\"background-color: #d2691e;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #d2691e;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #d2691e;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: chocolate;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Coral<\/td>\n<td>#FF7F50<\/td>\n<td style=\"background-color: #ff7f50;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff7f50;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff7f50;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: coral;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>CornflowerBlue<\/td>\n<td>#6495ED<\/td>\n<td style=\"background-color: #6495ed;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #6495ed;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #6495ed;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: cornflowerblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Cornsilk<\/td>\n<td>#FFF8DC<\/td>\n<td style=\"background-color: #fff8dc;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fff8dc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fff8dc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: cornsilk;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Crimson<\/td>\n<td>#DC143C<\/td>\n<td style=\"background-color: #dc143c;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #dc143c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #dc143c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: crimson;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Cyan<\/td>\n<td>#00FFFF<\/td>\n<td style=\"background-color: #00ffff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: cyan;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkBlue<\/td>\n<td>#00008B<\/td>\n<td style=\"background-color: #00008b;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00008b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00008b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkCyan<\/td>\n<td>#008B8B<\/td>\n<td style=\"background-color: #008b8b;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #008b8b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #008b8b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkcyan;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkGoldenrod<\/td>\n<td>#B8B60B<\/td>\n<td style=\"background-color: #b8b60b;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #b8b60b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #b8b60b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkgoldenrod;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkGray<\/td>\n<td>#A9A9A9<\/td>\n<td style=\"background-color: #a9a9a9;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #a9a9a9;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #a9a9a9;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkgray;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkGreen<\/td>\n<td>#006400<\/td>\n<td style=\"background-color: #006400;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #006400;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #006400;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkgreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkKhaki<\/td>\n<td>#BDB76B<\/td>\n<td style=\"background-color: #bdb76b;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #bdb76b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #bdb76b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkkhaki;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkMagenta<\/td>\n<td>#8B008B<\/td>\n<td style=\"background-color: #8b008b;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #8b008b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #8b008b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkmagenta;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkOliveGreen<\/td>\n<td>#556B2F<\/td>\n<td style=\"background-color: #556b2f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #556b2f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #556b2f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkolivegreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkOrange<\/td>\n<td>#FF8C00<\/td>\n<td style=\"background-color: #ff8c00;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff8c00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff8c00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkorange;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkOrchid<\/td>\n<td>#9932CC<\/td>\n<td style=\"background-color: #9932cc;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #9932cc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #9932cc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkorchid;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkRed<\/td>\n<td>#8B0000<\/td>\n<td style=\"background-color: #8b0000;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #8b0000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #8b0000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkred;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkSalmon<\/td>\n<td>#E9967A<\/td>\n<td style=\"background-color: #e9967a;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #e9967a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #e9967a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darksalmon;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkSeaGreen<\/td>\n<td>#8FBC8F<\/td>\n<td style=\"background-color: #8fbc8f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #8fbc8f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #8fbc8f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkseagreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkSlateBlue<\/td>\n<td>#483D8B<\/td>\n<td style=\"background-color: #483d8b;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #483d8b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #483d8b;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkslateblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkSlateGray<\/td>\n<td>#2F4F4F<\/td>\n<td style=\"background-color: #2f4f4f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #2f4f4f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #2f4f4f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkslategray;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkTurquoise<\/td>\n<td>#00CED1<\/td>\n<td style=\"background-color: #00ced1;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00ced1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00ced1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkturquoise;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DarkViolet<\/td>\n<td>#9400D3<\/td>\n<td style=\"background-color: #9400d3;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #9400d3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #9400d3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: darkviolet;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DeepPink<\/td>\n<td>#FF1493<\/td>\n<td style=\"background-color: #ff1493;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff1493;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff1493;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: deeppink;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DeepSkyBlue<\/td>\n<td>#00BFFF<\/td>\n<td style=\"background-color: #00bfff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00bfff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00bfff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: deepskyblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DimGray<\/td>\n<td>#696969<\/td>\n<td style=\"background-color: #696969;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #696969;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #696969;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: dimgray;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>DodgerBlue<\/td>\n<td>#1E90FF<\/td>\n<td style=\"background-color: #1e90ff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #1e90ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #1e90ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: dodgerblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>FireBrick<\/td>\n<td>#B22222<\/td>\n<td style=\"background-color: #b22222;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #b22222;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #b22222;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: firebrick;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>FloralWhite<\/td>\n<td>#FFFAF0<\/td>\n<td style=\"background-color: #fffaf0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fffaf0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fffaf0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: floralwhite;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>ForestGreen<\/td>\n<td>#228B22<\/td>\n<td style=\"background-color: #228b22;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #228b22;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #228b22;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: forestgreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Fuchsia<\/td>\n<td>#FF00FF<\/td>\n<td style=\"background-color: #ff00ff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff00ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff00ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: fuchsia;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Gainsboro<\/td>\n<td>#DCDCDC<\/td>\n<td style=\"background-color: #dcdcdc;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #dcdcdc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #dcdcdc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: gainsboro;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>GhostWhite<\/td>\n<td>#F8F8FF<\/td>\n<td style=\"background-color: #f8f8ff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f8f8ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f8f8ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: ghostwhite;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Gold<\/td>\n<td>#FFD700<\/td>\n<td style=\"background-color: #ffd700;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffd700;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffd700;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: gold;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Goldenrod<\/td>\n<td>#DAA520<\/td>\n<td style=\"background-color: #daa520;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #daa520;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #daa520;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: goldenrod;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Gray<\/td>\n<td>#808080<\/td>\n<td style=\"background-color: #808080;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #808080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #808080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: gray;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Green<\/td>\n<td>#008000<\/td>\n<td style=\"background-color: #008000;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #008000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #008000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: green;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>GreenYellow<\/td>\n<td>#ADFF2F<\/td>\n<td style=\"background-color: #adff2f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #adff2f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #adff2f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: greenyellow;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Honeydew<\/td>\n<td>#F0FFF0<\/td>\n<td style=\"background-color: #f0fff0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f0fff0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f0fff0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: honeydew;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>HotPink<\/td>\n<td>#FF69B4<\/td>\n<td style=\"background-color: #ff69b4;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff69b4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff69b4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: hotpink;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>IndianRed<\/td>\n<td>#CD5C5C<\/td>\n<td style=\"background-color: #cd5c5c;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #cd5c5c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #cd5c5c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: indianred;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Indigo<\/td>\n<td>#4B0082<\/td>\n<td style=\"background-color: #4b0082;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #4b0082;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #4b0082;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: indigo;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Ivory<\/td>\n<td>#FFFFF0<\/td>\n<td style=\"background-color: #fffff0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fffff0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fffff0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: ivory;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Khaki<\/td>\n<td>#F0E68C<\/td>\n<td style=\"background-color: #f0e68c;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f0e68c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f0e68c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: khaki;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Lavender<\/td>\n<td>#E6E6FA<\/td>\n<td style=\"background-color: #e6e6fa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #e6e6fa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #e6e6fa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lavender;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LavenderBlush<\/td>\n<td>#FFF0F5<\/td>\n<td style=\"background-color: #fff0f5;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fff0f5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fff0f5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lavenderblush;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LawnGreen<\/td>\n<td>#7CFC00<\/td>\n<td style=\"background-color: #7cfc00;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #7cfc00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #7cfc00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lawngreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LemonChiffon<\/td>\n<td>#FFFACD<\/td>\n<td style=\"background-color: #fffacd;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fffacd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fffacd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lemonchiffon;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightBlue<\/td>\n<td>#ADD8E6<\/td>\n<td style=\"background-color: #add8e6;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #add8e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #add8e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightCoral<\/td>\n<td>#F08080<\/td>\n<td style=\"background-color: #f08080;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f08080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f08080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightcoral;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightCyan<\/td>\n<td>#E0FFFF<\/td>\n<td style=\"background-color: #e0ffff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #e0ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #e0ffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightcyan;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightGoldenrodYellow<\/td>\n<td>#FAFAD2<\/td>\n<td style=\"background-color: #fafad2;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fafad2;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fafad2;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightgoldenrodyellow;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightGreen<\/td>\n<td>#90EE90<\/td>\n<td style=\"background-color: #90ee90;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #90ee90;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #90ee90;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightgreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightGrey<\/td>\n<td>#D3D3D3<\/td>\n<td style=\"background-color: #d3d3d3;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #d3d3d3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #d3d3d3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightgrey;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightPink<\/td>\n<td>#FFB6C1<\/td>\n<td style=\"background-color: #ffb6c1;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffb6c1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffb6c1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightpink;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightSalmon<\/td>\n<td>#FFA07A<\/td>\n<td style=\"background-color: #ffa07a;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffa07a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffa07a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightsalmon;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightSeaGreen<\/td>\n<td>#20B2AA<\/td>\n<td style=\"background-color: #20b2aa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #20b2aa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #20b2aa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightseagreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightSkyBlue<\/td>\n<td>#87CEFA<\/td>\n<td style=\"background-color: #87cefa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #87cefa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #87cefa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightskyblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightSlateGray<\/td>\n<td>#778899<\/td>\n<td style=\"background-color: #778899;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #778899;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #778899;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightslategray;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightSteelBlue<\/td>\n<td>#B0C4DE<\/td>\n<td style=\"background-color: #b0c4de;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #b0c4de;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #b0c4de;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightsteelblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LightYellow<\/td>\n<td>#FFFFE0<\/td>\n<td style=\"background-color: #ffffe0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffffe0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffffe0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lightyellow;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Lime<\/td>\n<td>#00FF00<\/td>\n<td style=\"background-color: #00ff00;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00ff00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00ff00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: lime;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>LimeGreen<\/td>\n<td>#32CD32<\/td>\n<td style=\"background-color: #32cd32;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #32cd32;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #32cd32;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: limegreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Linen<\/td>\n<td>#FAF0E6<\/td>\n<td style=\"background-color: #faf0e6;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #faf0e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #faf0e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: linen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Magenta<\/td>\n<td>#FF00FF<\/td>\n<td style=\"background-color: #ff00ff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff00ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff00ff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: magenta;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Maroon<\/td>\n<td>#800000<\/td>\n<td style=\"background-color: #800000;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #800000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #800000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: maroon;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumAquamarine<\/td>\n<td>#66CDAA<\/td>\n<td style=\"background-color: #66cdaa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #66cdaa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #66cdaa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumaquamarine;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumBlue<\/td>\n<td>#0000CD<\/td>\n<td style=\"background-color: #0000cd;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #0000cd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #0000cd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumOrchid<\/td>\n<td>#BA55D3<\/td>\n<td style=\"background-color: #ba55d3;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ba55d3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ba55d3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumorchid;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumPurple<\/td>\n<td>#9370DB<\/td>\n<td style=\"background-color: #9370db;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #9370db;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #9370db;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumpurple;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumSeaGreen<\/td>\n<td>#3CB371<\/td>\n<td style=\"background-color: #3cb371;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #3cb371;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #3cb371;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumseagreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumSlateBlue<\/td>\n<td>#7B68EE<\/td>\n<td style=\"background-color: #7b68ee;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #7b68ee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #7b68ee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumslateblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumSpringGreen<\/td>\n<td>#00FA9A<\/td>\n<td style=\"background-color: #00fa9a;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00fa9a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00fa9a;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumspringgreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumTurquoise<\/td>\n<td>#48D1CC<\/td>\n<td style=\"background-color: #48d1cc;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #48d1cc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #48d1cc;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumturquoise;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MediumVioletRed<\/td>\n<td>#C71585<\/td>\n<td style=\"background-color: #c71585;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #c71585;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #c71585;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mediumvioletred;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MidnightBlue<\/td>\n<td>#191970<\/td>\n<td style=\"background-color: #191970;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #191970;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #191970;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: midnightblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MintCream<\/td>\n<td>#F5FFFA<\/td>\n<td style=\"background-color: #f5fffa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f5fffa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f5fffa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mintcream;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>MistyRose<\/td>\n<td>#FFE4E1<\/td>\n<td style=\"background-color: #ffe4e1;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffe4e1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffe4e1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: mistyrose;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Moccasin<\/td>\n<td>#FFE4B5<\/td>\n<td style=\"background-color: #ffe4b5;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffe4b5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffe4b5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: moccasin;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>NavajoWhite<\/td>\n<td>#FFDEAD<\/td>\n<td style=\"background-color: #ffdead;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffdead;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffdead;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: navajowhite;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Navy<\/td>\n<td>#000080<\/td>\n<td style=\"background-color: #000080;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #000080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #000080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: navy;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>OldLace<\/td>\n<td>#FDF5E6<\/td>\n<td style=\"background-color: #fdf5e6;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fdf5e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fdf5e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: oldlace;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Olive<\/td>\n<td>#808000<\/td>\n<td style=\"background-color: #808000;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #808000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #808000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: olive;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>OliveDrab<\/td>\n<td>#6B8E23<\/td>\n<td style=\"background-color: #6b8e23;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #6b8e23;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #6b8e23;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: olivedrab;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Orange<\/td>\n<td>#FFA500<\/td>\n<td style=\"background-color: #ffa500;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffa500;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffa500;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: orange;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>OrangeRed<\/td>\n<td>#FF4500<\/td>\n<td style=\"background-color: #ff4500;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff4500;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff4500;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: orangered;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Orchid<\/td>\n<td>#DA70D6<\/td>\n<td style=\"background-color: #da70d6;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #da70d6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #da70d6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: orchid;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PaleGoldenrod<\/td>\n<td>#EEE8AA<\/td>\n<td style=\"background-color: #eee8aa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #eee8aa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #eee8aa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: palegoldenrod;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PaleGreen<\/td>\n<td>#98FB98<\/td>\n<td style=\"background-color: #98fb98;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #98fb98;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #98fb98;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: palegreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PaleTurquoise<\/td>\n<td>#AFEEEE<\/td>\n<td style=\"background-color: #afeeee;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #afeeee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #afeeee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: paleturquoise;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PaleVioletRed<\/td>\n<td>#DB7093<\/td>\n<td style=\"background-color: #db7093;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #db7093;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #db7093;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: palevioletred;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PapayaWhip<\/td>\n<td>#FFEFD5<\/td>\n<td style=\"background-color: #ffefd5;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffefd5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffefd5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: papayawhip;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PeachPuff<\/td>\n<td>#FFDAB9<\/td>\n<td style=\"background-color: #ffdab9;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffdab9;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffdab9;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: peachpuff;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Peru<\/td>\n<td>#CD853F<\/td>\n<td style=\"background-color: #cd853f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #cd853f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #cd853f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: peru;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Pink<\/td>\n<td>#FFC0CD<\/td>\n<td style=\"background-color: #ffc0cd;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffc0cd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffc0cd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: pink;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Plum<\/td>\n<td>#DDA0DD<\/td>\n<td style=\"background-color: #dda0dd;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #dda0dd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #dda0dd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: plum;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>PowderBlue<\/td>\n<td>#B0E0E6<\/td>\n<td style=\"background-color: #b0e0e6;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #b0e0e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #b0e0e6;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: powderblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Purple<\/td>\n<td>#800080<\/td>\n<td style=\"background-color: #800080;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #800080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #800080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: purple;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Red<\/td>\n<td>#FF0000<\/td>\n<td style=\"background-color: #ff0000;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff0000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff0000;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: red;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>RosyBrown<\/td>\n<td>#BC8F8F<\/td>\n<td style=\"background-color: #bc8f8f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #bc8f8f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #bc8f8f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: rosybrown;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>RoyalBlue<\/td>\n<td>#4169E1<\/td>\n<td style=\"background-color: #4169e1;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #4169e1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #4169e1;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: royalblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SaddleBrown<\/td>\n<td>#8B4513<\/td>\n<td style=\"background-color: #8b4513;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #8b4513;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #8b4513;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: saddlebrown;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Salmon<\/td>\n<td>#FA8072<\/td>\n<td style=\"background-color: #fa8072;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fa8072;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fa8072;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: salmon;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SandyBrown<\/td>\n<td>#F4A460<\/td>\n<td style=\"background-color: #f4a460;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f4a460;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f4a460;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: sandybrown;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SeaGreen<\/td>\n<td>#2E8B57<\/td>\n<td style=\"background-color: #2e8b57;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #2e8b57;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #2e8b57;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: seagreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Seashell<\/td>\n<td>#FFF5EE<\/td>\n<td style=\"background-color: #fff5ee;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fff5ee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fff5ee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: seashell;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Sienna<\/td>\n<td>#A0522D<\/td>\n<td style=\"background-color: #a0522d;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #a0522d;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #a0522d;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: sienna;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Silver<\/td>\n<td>#C0C0C0<\/td>\n<td style=\"background-color: #c0c0c0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #c0c0c0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #c0c0c0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: silver;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SkyBlue<\/td>\n<td>#87CEED<\/td>\n<td style=\"background-color: #87ceed;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #87ceed;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #87ceed;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: skyblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SlateBlue<\/td>\n<td>#6A5ACD<\/td>\n<td style=\"background-color: #6a5acd;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #6a5acd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #6a5acd;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: slateblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SlateGray<\/td>\n<td>#708090<\/td>\n<td style=\"background-color: #708090;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #708090;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #708090;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: slategray;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Snow<\/td>\n<td>#FFFAFA<\/td>\n<td style=\"background-color: #fffafa;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #fffafa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #fffafa;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: snow;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SpringGreen<\/td>\n<td>#00FF7F<\/td>\n<td style=\"background-color: #00ff7f;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #00ff7f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #00ff7f;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: springgreen;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>SteelBlue<\/td>\n<td>#4682B4<\/td>\n<td style=\"background-color: #4682b4;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #4682b4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #4682b4;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: steelblue;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Tan<\/td>\n<td>#D2B48C<\/td>\n<td style=\"background-color: #d2b48c;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #d2b48c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #d2b48c;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: tan;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Teal<\/td>\n<td>#008080<\/td>\n<td style=\"background-color: #008080;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #008080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #008080;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: teal;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Thistle<\/td>\n<td>#D8BFD8<\/td>\n<td style=\"background-color: #d8bfd8;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #d8bfd8;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #d8bfd8;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: thistle;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Tomato<\/td>\n<td>#FF6347<\/td>\n<td style=\"background-color: #ff6347;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ff6347;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ff6347;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: tomato;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Turquoise<\/td>\n<td>#40E0D0<\/td>\n<td style=\"background-color: #40e0d0;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #40e0d0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #40e0d0;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: turquoise;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Violet<\/td>\n<td>#EE82EE<\/td>\n<td style=\"background-color: #ee82ee;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ee82ee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ee82ee;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: violet;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Wheat<\/td>\n<td>#F5DEB3<\/td>\n<td style=\"background-color: #f5deb3;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f5deb3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f5deb3;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: wheat;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>White<\/td>\n<td>#FFFFFF<\/td>\n<td style=\"background-color: #ffffff;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffffff;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: white;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>WhiteSmoke<\/td>\n<td>#F5F5F5<\/td>\n<td style=\"background-color: #f5f5f5;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #f5f5f5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #f5f5f5;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: whitesmoke;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>Yellow<\/td>\n<td>#FFFF00<\/td>\n<td style=\"background-color: #ffff00;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #ffff00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #ffff00;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: yellow;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td>YellowGreen<\/td>\n<td>#A9CD32<\/td>\n<td style=\"background-color: #a9cd32;\">&nbsp;<\/td>\n<td style=\"background-color: #ffffff;\"><span style=\"color: #a9cd32;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: #000000;\"><span style=\"color: #a9cd32;\">AaBb..123<\/span><\/td>\n<td style=\"background-color: yellowgreen;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>HTML colors can be specified in a number of different ways. The most common is to use hexidecimal notation but the HTML specification allows the use of specific names. Names and numbers are case insensitive. Names are shown here in mixed case and hex numbers in upper case for clarity. You can use any format [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,13],"tags":[],"class_list":["post-275","post","type-post","status-publish","format-standard","hentry","category-articles","category-what","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What are the Official HTML Color Names and Hex Codes? - C-Know Media<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are the Official HTML Color Names and Hex Codes? - C-Know Media\" \/>\n<meta property=\"og:description\" content=\"HTML colors can be specified in a number of different ways. The most common is to use hexidecimal notation but the HTML specification allows the use of specific names. Names and numbers are case insensitive. Names are shown here in mixed case and hex numbers in upper case for clarity. You can use any format [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html\" \/>\n<meta property=\"og:site_name\" content=\"C-Know Media\" \/>\n<meta property=\"article:published_time\" content=\"2013-02-20T20:31:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-02-20T20:56:14+00:00\" \/>\n<meta name=\"author\" content=\"DaBoss\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DaBoss\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html\"},\"author\":{\"name\":\"DaBoss\",\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/#\\\/schema\\\/person\\\/47944007814fe46e32a1ebee5954638f\"},\"headline\":\"What are the Official HTML Color Names and Hex Codes?\",\"datePublished\":\"2013-02-20T20:31:50+00:00\",\"dateModified\":\"2013-02-20T20:56:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html\"},\"wordCount\":1249,\"articleSection\":[\"Articles\",\"What?\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html\",\"url\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html\",\"name\":\"What are the Official HTML Color Names and Hex Codes? - C-Know Media\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/#website\"},\"datePublished\":\"2013-02-20T20:31:50+00:00\",\"dateModified\":\"2013-02-20T20:56:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/#\\\/schema\\\/person\\\/47944007814fe46e32a1ebee5954638f\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/articles\\\/what-are-the-official-html-color-names-and-hex-codes-3.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What are the Official HTML Color Names and Hex Codes?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/#website\",\"url\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/\",\"name\":\"C-Know Media\",\"description\":\"Fun media for all\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/#\\\/schema\\\/person\\\/47944007814fe46e32a1ebee5954638f\",\"name\":\"DaBoss\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d4ba3f829b22682345f1dec9f43e839d822e1b4c570d7ce15475db8b4d5ce111?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d4ba3f829b22682345f1dec9f43e839d822e1b4c570d7ce15475db8b4d5ce111?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d4ba3f829b22682345f1dec9f43e839d822e1b4c570d7ce15475db8b4d5ce111?s=96&d=mm&r=g\",\"caption\":\"DaBoss\"},\"url\":\"https:\\\/\\\/www.cknow.com\\\/cms\\\/author\\\/daboss-2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What are the Official HTML Color Names and Hex Codes? - C-Know Media","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html","og_locale":"en_US","og_type":"article","og_title":"What are the Official HTML Color Names and Hex Codes? - C-Know Media","og_description":"HTML colors can be specified in a number of different ways. The most common is to use hexidecimal notation but the HTML specification allows the use of specific names. Names and numbers are case insensitive. Names are shown here in mixed case and hex numbers in upper case for clarity. You can use any format [&hellip;]","og_url":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html","og_site_name":"C-Know Media","article_published_time":"2013-02-20T20:31:50+00:00","article_modified_time":"2013-02-20T20:56:14+00:00","author":"DaBoss","twitter_misc":{"Written by":"DaBoss","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html#article","isPartOf":{"@id":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html"},"author":{"name":"DaBoss","@id":"https:\/\/www.cknow.com\/cms\/#\/schema\/person\/47944007814fe46e32a1ebee5954638f"},"headline":"What are the Official HTML Color Names and Hex Codes?","datePublished":"2013-02-20T20:31:50+00:00","dateModified":"2013-02-20T20:56:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html"},"wordCount":1249,"articleSection":["Articles","What?"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html","url":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html","name":"What are the Official HTML Color Names and Hex Codes? - C-Know Media","isPartOf":{"@id":"https:\/\/www.cknow.com\/cms\/#website"},"datePublished":"2013-02-20T20:31:50+00:00","dateModified":"2013-02-20T20:56:14+00:00","author":{"@id":"https:\/\/www.cknow.com\/cms\/#\/schema\/person\/47944007814fe46e32a1ebee5954638f"},"breadcrumb":{"@id":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.cknow.com\/cms\/articles\/what-are-the-official-html-color-names-and-hex-codes-3.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cknow.com\/cms\/"},{"@type":"ListItem","position":2,"name":"What are the Official HTML Color Names and Hex Codes?"}]},{"@type":"WebSite","@id":"https:\/\/www.cknow.com\/cms\/#website","url":"https:\/\/www.cknow.com\/cms\/","name":"C-Know Media","description":"Fun media for all","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cknow.com\/cms\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.cknow.com\/cms\/#\/schema\/person\/47944007814fe46e32a1ebee5954638f","name":"DaBoss","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d4ba3f829b22682345f1dec9f43e839d822e1b4c570d7ce15475db8b4d5ce111?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d4ba3f829b22682345f1dec9f43e839d822e1b4c570d7ce15475db8b4d5ce111?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d4ba3f829b22682345f1dec9f43e839d822e1b4c570d7ce15475db8b4d5ce111?s=96&d=mm&r=g","caption":"DaBoss"},"url":"https:\/\/www.cknow.com\/cms\/author\/daboss-2"}]}},"_links":{"self":[{"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/posts\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/comments?post=275"}],"version-history":[{"count":0,"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/posts\/275\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/media?parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/categories?post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cknow.com\/cms\/wp-json\/wp\/v2\/tags?post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}