#FFF8FF (or 0xFFF8FF) is unknown color: approx Selago. HEX triplet: FF, F8 and FF. RGB value is (255,248,255). Sum of RGB (Red+Green+Blue) = 255+248+255=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 248 (97.27% from 255 or 32.72% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF8FF is #000700. Grayscale: #FAFAFA. Windows color (decimal): -1793 or 16775423. OLE color: 16775423.
HSL color Cylindrical-coordinate representation of color #FFF8FF: hue angle of 300º 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 #FFF8FF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFF8FF; } p { color: rgb(255,248,255); } H1.HeaderClassName { color: #FFF8FF; } .AnyTagClassName { color: #FFF8FF; } </style>
<style> a { background-color: #FFF8FF; } a { background-color: rgb(255,248,255); } div.DivClassName { background-color: #FFF8FF; } .BgClassName { background-color: #FFF8FF; } </style>
<style> span { border-color: #FFF8FF; } span { border-color: rgb(255,248,255); } td.TdClassName { border-color: #FFF8FF; } .TagClassName { border-color: #FFF8FF; } </style>