#FAFAFF (or 0xFAFAFF) is unknown color: approx Ghost White. HEX triplet: FA, FA and FF. RGB value is (250,250,255). Sum of RGB (Red+Green+Blue) = 250+250+255=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFF is #050500. Grayscale: #FAFAFA. Windows color (decimal): -328961 or 16775930. OLE color: 16775930.
HSL color Cylindrical-coordinate representation of color #FAFAFF: hue angle of 240º 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 #FAFAFF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FAFAFF; } p { color: rgb(250,250,255); } H1.HeaderClassName { color: #FAFAFF; } .AnyTagClassName { color: #FAFAFF; } </style>
<style> a { background-color: #FAFAFF; } a { background-color: rgb(250,250,255); } div.DivClassName { background-color: #FAFAFF; } .BgClassName { background-color: #FAFAFF; } </style>
<style> span { border-color: #FAFAFF; } span { border-color: rgb(250,250,255); } td.TdClassName { border-color: #FAFAFF; } .TagClassName { border-color: #FAFAFF; } </style>