#FAFDFF (or 0xFAFDFF) is unknown color: approx Alice Blue. HEX triplet: FA, FD and FF. RGB value is (250,253,255). Sum of RGB (Red+Green+Blue) = 250+253+255=758 (100% of max value = 765). Red value is 250 (98.05% from 255 or 32.98% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFF is #050200. Grayscale: #FCFCFC. Windows color (decimal): -328193 or 16776698. OLE color: 16776698.
HSL color Cylindrical-coordinate representation of color #FAFDFF: hue angle of 204º 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 #FAFDFF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FAFDFF; } p { color: rgb(250,253,255); } H1.HeaderClassName { color: #FAFDFF; } .AnyTagClassName { color: #FAFDFF; } </style>
<style> a { background-color: #FAFDFF; } a { background-color: rgb(250,253,255); } div.DivClassName { background-color: #FAFDFF; } .BgClassName { background-color: #FAFDFF; } </style>
<style> span { border-color: #FAFDFF; } span { border-color: rgb(250,253,255); } td.TdClassName { border-color: #FAFDFF; } .TagClassName { border-color: #FAFDFF; } </style>