Translate in more
than 50 Languages

HTML COLOR CODES

<td  Style="background-color:#FFFFFF; color=#FFFFFF;">HTMLCOLORCODE.INFO </td>
HomeHome Color Names More Than 8000 Mixed Color Codes Color Mixer Web Safe Color How to use Color Codes

HTML Color Codes Chart for Website.

You can get basic HTML COLOR CODES using this dynamic HTML color codes chart. By clicking on any COLOR in the Color Codes chart you can get the desired color code for your website design e.g. website background color, text color etc.

                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
Selected color code is:

If you want to mix your own color you can use the COLOR MIXER

How to use HTML COLOR CODES ??

Using HTML color codes we can set the color of web site background, color of cells in tables, color of text, color of table headers and much more.

Using HTML color codes for website background color:

<body style="background:#80BFFF">



Using HTML color codes for setting text color or font Color:

<span style="color:#80BFFF">



Using HTML color codes for table background color:

<table style="background:#80BFFF">





Using HTML color code for link color:

<a style="color:#80BFFF">


Definition of HTML Color Codes

HTML color Codes are defined using a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB). The lowest value that can be given to one of the light sources is 0 (hex 00). The highest value is 255 (hex FF). Hex values are written as 3 double digit numbers (000000), starting with a # sign. So you are wondering "Does this weird combination of letters and numbers have any meaning?" Well the answer is "Yes" and this is how it goes:)

Color Examples

Color Color HEX Color RGB
  #000000 rgb(0,0,0)
  #FF0000 rgb(255,0,0)
  #00FF00 rgb(0,255,0)
  #0000FF rgb(0,0,255)
  #FFFF00 rgb(255,255,0)
  #00FFFF rgb(0,255,255)
  #FF00FF rgb(255,0,255)
  #C0C0C0 rgb(192,192,192)
  #FFFFFF rgb(255,255,255)

More than 16 Million Different Colors

We can generate more than 16 million different html color codes by combining Red, Green, and Blue values from 0 to 255 (256 x 256 x 256).


HOME    Privacy Policy    Site Map   Links
contact us with any suggestions: info@htmlcolorcode.info
Please support the website by linking to it on your website using code below.