How can I convert hex color to RGB code in Java? Mostly in Google, samples are on how to convert from RGB to hex.
Actually, there's an easier (built in) way of doing this:
Color.decode("#FFCCEE");
2.1m questions
2.1m answers
60 comments
57.0k users