#FFFFF5 (or 0xFFFFF5) is unknown color: approx Ivory. HEX triplet: FF, FF and F5. RGB value is (255,255,245). Sum of RGB (Red+Green+Blue) = 255+255+245=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 245 (96.09% from 255 or 32.45% from 755); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF5 is #00000A. Grayscale: #FDFDFD. Windows color (decimal): -11 or 16121855. OLE color: 16121855.
HSL color Cylindrical-coordinate representation of color #FFFFF5: hue angle of 60º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFFFF5 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
<style> p { color: #FFFFF5; } p { color: rgb(255,255,245); } H1.HeaderClassName { color: #FFFFF5; } .AnyTagClassName { color: #FFFFF5; } </style>
<style> a { background-color: #FFFFF5; } a { background-color: rgb(255,255,245); } div.DivClassName { background-color: #FFFFF5; } .BgClassName { background-color: #FFFFF5; } </style>
<style> span { border-color: #FFFFF5; } span { border-color: rgb(255,255,245); } td.TdClassName { border-color: #FFFFF5; } .TagClassName { border-color: #FFFFF5; } </style>