The best that I can do now is: pRangeToRender.execCommand("BackColor", false, SOMECOLOR)
I then use IHTMLElementCollection allEls = doc.getElementsByTagName("FONT"); and check each tag if it's SOMECOLOR. If it is, I clear the color and set the font tag's class. This is quite slow on large selection.
Is there some better way to do it