#FFFEFF (or 0xFFFEFF) is unknown color: approx Selago. HEX triplet: FF, FE and FF. RGB value is (255,254,255). Sum of RGB (Red+Green+Blue) = 255+254+255=764 (101% of max value = 765). Red value is 255 (100% from 255 or 33.38% from 764); Green value is 254 (99.61% from 255 or 33.25% from 764); Blue value is 255 (100% from 255 or 33.38% from 764); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFF is #000100. Grayscale: #FEFEFE. Windows color (decimal): -257 or 16776959. OLE color: 16776959.
HSL color Cylindrical-coordinate representation of color #FFFEFF: hue angle of 300º 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 #FFFEFF is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFFEFF; } p { color: rgb(255,254,255); } H1.HeaderClassName { color: #FFFEFF; } .AnyTagClassName { color: #FFFEFF; } </style>
<style> a { background-color: #FFFEFF; } a { background-color: rgb(255,254,255); } div.DivClassName { background-color: #FFFEFF; } .BgClassName { background-color: #FFFEFF; } </style>
<style> span { border-color: #FFFEFF; } span { border-color: rgb(255,254,255); } td.TdClassName { border-color: #FFFEFF; } .TagClassName { border-color: #FFFEFF; } </style>