#FAFCFF (or 0xFAFCFF) is unknown color: approx Alice Blue. HEX triplet: FA, FC and FF. RGB value is (250,252,255). Sum of RGB (Red+Green+Blue) = 250+252+255=757 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.03% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 255 (100% from 255 or 33.69% from 757); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCFF is #050300. Grayscale: #FBFBFB. Windows color (decimal): -328449 or 16776442. OLE color: 16776442.
HSL color Cylindrical-coordinate representation of color #FAFCFF: hue angle of 216º 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 #FAFCFF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FAFCFF; } p { color: rgb(250,252,255); } H1.HeaderClassName { color: #FAFCFF; } .AnyTagClassName { color: #FAFCFF; } </style>
<style> a { background-color: #FAFCFF; } a { background-color: rgb(250,252,255); } div.DivClassName { background-color: #FAFCFF; } .BgClassName { background-color: #FAFCFF; } </style>
<style> span { border-color: #FAFCFF; } span { border-color: rgb(250,252,255); } td.TdClassName { border-color: #FAFCFF; } .TagClassName { border-color: #FAFCFF; } </style>