#FFFDFF (or 0xFFFDFF) is unknown color: approx Selago. HEX triplet: FF, FD and FF. RGB value is (255,253,255). Sum of RGB (Red+Green+Blue) = 255+253+255=763 (101% of max value = 765). Red value is 255 (100% from 255 or 33.42% from 763); Green value is 253 (99.22% from 255 or 33.16% from 763); Blue value is 255 (100% from 255 or 33.42% from 763); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFF is #000200. Grayscale: #FDFDFD. Windows color (decimal): -513 or 16776703. OLE color: 16776703.
HSL color Cylindrical-coordinate representation of color #FFFDFF: hue angle of 300º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFDFF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFFDFF; } p { color: rgb(255,253,255); } H1.HeaderClassName { color: #FFFDFF; } .AnyTagClassName { color: #FFFDFF; } </style>
<style> a { background-color: #FFFDFF; } a { background-color: rgb(255,253,255); } div.DivClassName { background-color: #FFFDFF; } .BgClassName { background-color: #FFFDFF; } </style>
<style> span { border-color: #FFFDFF; } span { border-color: rgb(255,253,255); } td.TdClassName { border-color: #FFFDFF; } .TagClassName { border-color: #FFFDFF; } </style>