#FFFFF9 (or 0xFFFFF9) is unknown color: approx Ivory. HEX triplet: FF, FF and F9. RGB value is (255,255,249). Sum of RGB (Red+Green+Blue) = 255+255+249=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 255 (100% from 255 or 33.60% from 759); Blue value is 249 (97.66% from 255 or 32.81% from 759); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF9 is #000006. Grayscale: #FEFEFE. Windows color (decimal): -7 or 16383999. OLE color: 16383999.
HSL color Cylindrical-coordinate representation of color #FFFFF9: hue angle of 60º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFFF9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
<style> p { color: #FFFFF9; } p { color: rgb(255,255,249); } H1.HeaderClassName { color: #FFFFF9; } .AnyTagClassName { color: #FFFFF9; } </style>
<style> a { background-color: #FFFFF9; } a { background-color: rgb(255,255,249); } div.DivClassName { background-color: #FFFFF9; } .BgClassName { background-color: #FFFFF9; } </style>
<style> span { border-color: #FFFFF9; } span { border-color: rgb(255,255,249); } td.TdClassName { border-color: #FFFFF9; } .TagClassName { border-color: #FFFFF9; } </style>