Convert Hex String (like #ffffff and #fff) to RGB (floats)
hex2rgb : String -> Result String Color
TBD