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