String Value                Hex Value  Red Value  Green Value   Blue Value
LightGoldenrodYellow    D2FAFA     250          250              210


This is an excerpt from the .Color enumeration documentation from kf chm. the string values are string expressions that evaluate to "well-known" system colors.
It has been there for a while now, if not since the early days.
_________________________