#FFFFFE (or 0xFFFFFE) is unknown color: approx Ivory. HEX triplet: FF, FF and FE. RGB value is (255,255,254). Sum of RGB (Red+Green+Blue) = 255+255+254=764 (101% of max value = 765). Red value is 255 (100% from 255 or 33.38% from 764); Green value is 255 (100% from 255 or 33.38% from 764); Blue value is 254 (99.61% from 255 or 33.25% from 764); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFFE is #000001. Grayscale: #FEFEFE. Windows color (decimal): -2 or 16711679. OLE color: 16711679.
HSL color Cylindrical-coordinate representation of color #FFFFFE: hue angle of 60º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FFFFFE is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
<style> p { color: #FFFFFE; } p { color: rgb(255,255,254); } H1.HeaderClassName { color: #FFFFFE; } .AnyTagClassName { color: #FFFFFE; } </style>
<style> a { background-color: #FFFFFE; } a { background-color: rgb(255,255,254); } div.DivClassName { background-color: #FFFFFE; } .BgClassName { background-color: #FFFFFE; } </style>
<style> span { border-color: #FFFFFE; } span { border-color: rgb(255,255,254); } td.TdClassName { border-color: #FFFFFE; } .TagClassName { border-color: #FFFFFE; } </style>