#FFFFF1 (or 0xFFFFF1) is unknown color: approx Ivory. HEX triplet: FF, FF and F1. RGB value is (255,255,241). Sum of RGB (Red+Green+Blue) = 255+255+241=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 255 (100% from 255 or 33.95% from 751); Blue value is 241 (94.53% from 255 or 32.09% from 751); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF1 is #00000E. Grayscale: #FDFDFD. Windows color (decimal): -15 or 15859711. OLE color: 15859711.
HSL color Cylindrical-coordinate representation of color #FFFFF1: hue angle of 60º 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 #FFFFF1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
<style> p { color: #FFFFF1; } p { color: rgb(255,255,241); } H1.HeaderClassName { color: #FFFFF1; } .AnyTagClassName { color: #FFFFF1; } </style>
<style> a { background-color: #FFFFF1; } a { background-color: rgb(255,255,241); } div.DivClassName { background-color: #FFFFF1; } .BgClassName { background-color: #FFFFF1; } </style>
<style> span { border-color: #FFFFF1; } span { border-color: rgb(255,255,241); } td.TdClassName { border-color: #FFFFF1; } .TagClassName { border-color: #FFFFF1; } </style>