#FFFFE5 (or 0xFFFFE5) is unknown color: approx Light Yellow. HEX triplet: FF, FF and E5. RGB value is (255,255,229). Sum of RGB (Red+Green+Blue) = 255+255+229=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 255 (100% from 255 or 34.51% from 739); Blue value is 229 (89.84% from 255 or 30.99% from 739); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFE5 is #00001A. Grayscale: #FCFCFC. Windows color (decimal): -27 or 15073279. OLE color: 15073279.
HSL color Cylindrical-coordinate representation of color #FFFFE5: hue angle of 60º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFFFE5 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
<style> p { color: #FFFFE5; } p { color: rgb(255,255,229); } H1.HeaderClassName { color: #FFFFE5; } .AnyTagClassName { color: #FFFFE5; } </style>
<style> a { background-color: #FFFFE5; } a { background-color: rgb(255,255,229); } div.DivClassName { background-color: #FFFFE5; } .BgClassName { background-color: #FFFFE5; } </style>
<style> span { border-color: #FFFFE5; } span { border-color: rgb(255,255,229); } td.TdClassName { border-color: #FFFFE5; } .TagClassName { border-color: #FFFFE5; } </style>