The serial input basics tutorial will help with that. Read in the entire string then parse it.
And when you get that to work, be aware that the FastLED show() function disables interrupts while it runs. Any serial data that arrives while interrupts are disabled will be ignored or contaminated.