#FFFFDF (or 0xFFFFDF) is unknown color: approx Light Yellow. HEX triplet: FF, FF and DF. RGB value is (255,255,223). Sum of RGB (Red+Green+Blue) = 255+255+223=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 223 (87.5% from 255 or 30.42% from 733); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFDF is #000020. Grayscale: #FBFBFB. Windows color (decimal): -33 or 14680063. OLE color: 14680063.
HSL color Cylindrical-coordinate representation of color #FFFFDF: hue angle of 60º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFFDF is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
<style> p { color: #FFFFDF; } p { color: rgb(255,255,223); } H1.HeaderClassName { color: #FFFFDF; } .AnyTagClassName { color: #FFFFDF; } </style>
<style> a { background-color: #FFFFDF; } a { background-color: rgb(255,255,223); } div.DivClassName { background-color: #FFFFDF; } .BgClassName { background-color: #FFFFDF; } </style>
<style> span { border-color: #FFFFDF; } span { border-color: rgb(255,255,223); } td.TdClassName { border-color: #FFFFDF; } .TagClassName { border-color: #FFFFDF; } </style>