Currently, I'm doing this to change my console colors:
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), BACKGROUND_GREEN);
But what if I wanted to set the background color to, for example, #64e0fc
? I know the console can render different colors (You can set them in the properties), but do I have any control over the colors displayed?