Button card icon color by entity attribute state - possible?

Is there a way for button card icon coloring to follow all the set colors except for one setting? Currently it follows the ledstrip color with this:

state:
  - color: auto
    value: 'on'

Reason is when I turn on the ledstrip with full brightness white, I don’t see the icon anymore because the card’s background is white. What I would like to to set the icon color manually to some other rgb value when the ledstrip brightness is 255 or the rgb is 255,255,255.

Is this possible? I can’t seem to find any config to do this.