#FFFFF6 (or 0xFFFFF6) is unknown color: approx Ivory. HEX triplet: FF, FF and F6. RGB value is (255,255,246). Sum of RGB (Red+Green+Blue) = 255+255+246=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 246 (96.48% from 255 or 32.54% from 756); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF6 is #000009. Grayscale: #FEFEFE. Windows color (decimal): -10 or 16187391. OLE color: 16187391.
HSL color Cylindrical-coordinate representation of color #FFFFF6: 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 #FFFFF6 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
<style> p { color: #FFFFF6; } p { color: rgb(255,255,246); } H1.HeaderClassName { color: #FFFFF6; } .AnyTagClassName { color: #FFFFF6; } </style>
<style> a { background-color: #FFFFF6; } a { background-color: rgb(255,255,246); } div.DivClassName { background-color: #FFFFF6; } .BgClassName { background-color: #FFFFF6; } </style>
<style> span { border-color: #FFFFF6; } span { border-color: rgb(255,255,246); } td.TdClassName { border-color: #FFFFF6; } .TagClassName { border-color: #FFFFF6; } </style>