#FFF9FF (or 0xFFF9FF) is unknown color: approx Selago. HEX triplet: FF, F9 and FF. RGB value is (255,249,255). Sum of RGB (Red+Green+Blue) = 255+249+255=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 249 (97.66% from 255 or 32.81% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FF is #000600. Grayscale: #FBFBFB. Windows color (decimal): -1537 or 16775679. OLE color: 16775679.
HSL color Cylindrical-coordinate representation of color #FFF9FF: hue angle of 300º 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 #FFF9FF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFF9FF; } p { color: rgb(255,249,255); } H1.HeaderClassName { color: #FFF9FF; } .AnyTagClassName { color: #FFF9FF; } </style>
<style> a { background-color: #FFF9FF; } a { background-color: rgb(255,249,255); } div.DivClassName { background-color: #FFF9FF; } .BgClassName { background-color: #FFF9FF; } </style>
<style> span { border-color: #FFF9FF; } span { border-color: rgb(255,249,255); } td.TdClassName { border-color: #FFF9FF; } .TagClassName { border-color: #FFF9FF; } </style>