#FAFFF7 (or 0xFAFFF7) is unknown color: approx Panache. HEX triplet: FA, FF and F7. RGB value is (250,255,247). Sum of RGB (Red+Green+Blue) = 250+255+247=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 247 (96.88% from 255 or 32.85% from 752); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF7 is #050008. Grayscale: #FCFCFC. Windows color (decimal): -327689 or 16252922. OLE color: 16252922.
HSL color Cylindrical-coordinate representation of color #FAFFF7: hue angle of 97.5º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAFFF7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
<style> p { color: #FAFFF7; } p { color: rgb(250,255,247); } H1.HeaderClassName { color: #FAFFF7; } .AnyTagClassName { color: #FAFFF7; } </style>
<style> a { background-color: #FAFFF7; } a { background-color: rgb(250,255,247); } div.DivClassName { background-color: #FAFFF7; } .BgClassName { background-color: #FAFFF7; } </style>
<style> span { border-color: #FAFFF7; } span { border-color: rgb(250,255,247); } td.TdClassName { border-color: #FAFFF7; } .TagClassName { border-color: #FAFFF7; } </style>