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