#FCFCFF (or 0xFCFCFF) is unknown color: approx Ghost White. HEX triplet: FC, FC and FF. RGB value is (252,252,255). Sum of RGB (Red+Green+Blue) = 252+252+255=759 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.20% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFF is #030300. Grayscale: #FCFCFC. Windows color (decimal): -197377 or 16776444. OLE color: 16776444.
HSL color Cylindrical-coordinate representation of color #FCFCFF: hue angle of 240º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFCFF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FCFCFF; } p { color: rgb(252,252,255); } H1.HeaderClassName { color: #FCFCFF; } .AnyTagClassName { color: #FCFCFF; } </style>
<style> a { background-color: #FCFCFF; } a { background-color: rgb(252,252,255); } div.DivClassName { background-color: #FCFCFF; } .BgClassName { background-color: #FCFCFF; } </style>
<style> span { border-color: #FCFCFF; } span { border-color: rgb(252,252,255); } td.TdClassName { border-color: #FCFCFF; } .TagClassName { border-color: #FCFCFF; } </style>