#FFFAF5 (or 0xFFFAF5) is unknown color: approx Seashell. HEX triplet: FF, FA and F5. RGB value is (255,250,245). Sum of RGB (Red+Green+Blue) = 255+250+245=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF5 is #00050A. Grayscale: #FAFAFA. Windows color (decimal): -1291 or 16120575. OLE color: 16120575.
HSL color Cylindrical-coordinate representation of color #FFFAF5: hue angle of 30º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFFAF5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.
<style> p { color: #FFFAF5; } p { color: rgb(255,250,245); } H1.HeaderClassName { color: #FFFAF5; } .AnyTagClassName { color: #FFFAF5; } </style>
<style> a { background-color: #FFFAF5; } a { background-color: rgb(255,250,245); } div.DivClassName { background-color: #FFFAF5; } .BgClassName { background-color: #FFFAF5; } </style>
<style> span { border-color: #FFFAF5; } span { border-color: rgb(255,250,245); } td.TdClassName { border-color: #FFFAF5; } .TagClassName { border-color: #FFFAF5; } </style>