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