The #FFFFFF value that HTML uses is the RGB hexadecimal representation of 255, 255, 255 (255 = FF). So it's the same as FF, FF, FF.Originally Posted by Owen Macwere
Let's convert C8C8E6 for an example.
If you ever want to convert the color values from a web page to an image editor, open up the calculator on your computer and make sure it's in scientific mode. Click on the "Hex" (for hexadecimal) radio button and punch in the value, C8. Then click the "Dec" (for decimal), and it will give the decimal value: 200. Thus for C8C8E6 is 200, 200, 230.
And if you want to find out what color a screen has on it, you can also do a screen shot and take a color sample in an image editor. That's what I usually do.
<b>EDIT:</b> Did you delete your post Owen?![]()







Reply With Quote