#FFFFFA (or 0xFFFFFA) is unknown color: approx Ivory. HEX triplet: FF, FF and FA. RGB value is (255,255,250). Sum of RGB (Red+Green+Blue) = 255+255+250=760 (100% of max value = 765). Red value is 255 (100% from 255 or 33.55% from 760); Green value is 255 (100% from 255 or 33.55% from 760); Blue value is 250 (98.05% from 255 or 32.89% from 760); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFFA is #000005. Grayscale: #FEFEFE. Windows color (decimal): -6 or 16449535. OLE color: 16449535.
HSL color Cylindrical-coordinate representation of color #FFFFFA: hue angle of 60º 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 #FFFFFA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
<style> p { color: #FFFFFA; } p { color: rgb(255,255,250); } H1.HeaderClassName { color: #FFFFFA; } .AnyTagClassName { color: #FFFFFA; } </style>
<style> a { background-color: #FFFFFA; } a { background-color: rgb(255,255,250); } div.DivClassName { background-color: #FFFFFA; } .BgClassName { background-color: #FFFFFA; } </style>
<style> span { border-color: #FFFFFA; } span { border-color: rgb(255,255,250); } td.TdClassName { border-color: #FFFFFA; } .TagClassName { border-color: #FFFFFA; } </style>