#FFF1FF (or 0xFFF1FF) is unknown color: approx Selago. HEX triplet: FF, F1 and FF. RGB value is (255,241,255). Sum of RGB (Red+Green+Blue) = 255+241+255=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 241 (94.53% from 255 or 32.09% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1FF is #000E00. Grayscale: #F6F6F6. Windows color (decimal): -3585 or 16773631. OLE color: 16773631.
HSL color Cylindrical-coordinate representation of color #FFF1FF: hue angle of 300º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF1FF is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFF1FF; } p { color: rgb(255,241,255); } H1.HeaderClassName { color: #FFF1FF; } .AnyTagClassName { color: #FFF1FF; } </style>
<style> a { background-color: #FFF1FF; } a { background-color: rgb(255,241,255); } div.DivClassName { background-color: #FFF1FF; } .BgClassName { background-color: #FFF1FF; } </style>
<style> span { border-color: #FFF1FF; } span { border-color: rgb(255,241,255); } td.TdClassName { border-color: #FFF1FF; } .TagClassName { border-color: #FFF1FF; } </style>