#FFFFF8 (or 0xFFFFF8) is unknown color: approx Ivory. HEX triplet: FF, FF and F8. RGB value is (255,255,248). Sum of RGB (Red+Green+Blue) = 255+255+248=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 248 (97.27% from 255 or 32.72% from 758); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF8 is #000007. Grayscale: #FEFEFE. Windows color (decimal): -8 or 16318463. OLE color: 16318463.
HSL color Cylindrical-coordinate representation of color #FFFFF8: hue angle of 60º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFFFF8 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
<style> p { color: #FFFFF8; } p { color: rgb(255,255,248); } H1.HeaderClassName { color: #FFFFF8; } .AnyTagClassName { color: #FFFFF8; } </style>
<style> a { background-color: #FFFFF8; } a { background-color: rgb(255,255,248); } div.DivClassName { background-color: #FFFFF8; } .BgClassName { background-color: #FFFFF8; } </style>
<style> span { border-color: #FFFFF8; } span { border-color: rgb(255,255,248); } td.TdClassName { border-color: #FFFFF8; } .TagClassName { border-color: #FFFFF8; } </style>