#FDFFFE (or 0xFDFFFE) is unknown color: approx Mint Cream. HEX triplet: FD, FF and FE. RGB value is (253,255,254). Sum of RGB (Red+Green+Blue) = 253+255+254=762 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.20% from 762); Green value is 255 (100% from 255 or 33.46% from 762); Blue value is 254 (99.61% from 255 or 33.33% from 762); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFFE is #020001. Grayscale: #FEFEFE. Windows color (decimal): -131074 or 16711677. OLE color: 16711677.
HSL color Cylindrical-coordinate representation of color #FDFFFE: hue angle of 150º 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 #FDFFFE is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
<style> p { color: #FDFFFE; } p { color: rgb(253,255,254); } H1.HeaderClassName { color: #FDFFFE; } .AnyTagClassName { color: #FDFFFE; } </style>
<style> a { background-color: #FDFFFE; } a { background-color: rgb(253,255,254); } div.DivClassName { background-color: #FDFFFE; } .BgClassName { background-color: #FDFFFE; } </style>
<style> span { border-color: #FDFFFE; } span { border-color: rgb(253,255,254); } td.TdClassName { border-color: #FDFFFE; } .TagClassName { border-color: #FDFFFE; } </style>