#FFF5FF (or 0xFFF5FF) is unknown color: approx Selago. HEX triplet: FF, F5 and FF. RGB value is (255,245,255). Sum of RGB (Red+Green+Blue) = 255+245+255=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 245 (96.09% from 255 or 32.45% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FF is #000A00. Grayscale: #F9F9F9. Windows color (decimal): -2561 or 16774655. OLE color: 16774655.
HSL color Cylindrical-coordinate representation of color #FFF5FF: hue angle of 300º 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 #FFF5FF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFF5FF; } p { color: rgb(255,245,255); } H1.HeaderClassName { color: #FFF5FF; } .AnyTagClassName { color: #FFF5FF; } </style>
<style> a { background-color: #FFF5FF; } a { background-color: rgb(255,245,255); } div.DivClassName { background-color: #FFF5FF; } .BgClassName { background-color: #FFF5FF; } </style>
<style> span { border-color: #FFF5FF; } span { border-color: rgb(255,245,255); } td.TdClassName { border-color: #FFF5FF; } .TagClassName { border-color: #FFF5FF; } </style>