#FFFAF7 (or 0xFFFAF7) is unknown color: approx Seashell. HEX triplet: FF, FA and F7. RGB value is (255,250,247). Sum of RGB (Red+Green+Blue) = 255+250+247=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 247 (96.88% from 255 or 32.85% from 752); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF7 is #000508. Grayscale: #FBFBFB. Windows color (decimal): -1289 or 16251647. OLE color: 16251647.
HSL color Cylindrical-coordinate representation of color #FFFAF7: hue angle of 22.5º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFFAF7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.
<style> p { color: #FFFAF7; } p { color: rgb(255,250,247); } H1.HeaderClassName { color: #FFFAF7; } .AnyTagClassName { color: #FFFAF7; } </style>
<style> a { background-color: #FFFAF7; } a { background-color: rgb(255,250,247); } div.DivClassName { background-color: #FFFAF7; } .BgClassName { background-color: #FFFAF7; } </style>
<style> span { border-color: #FFFAF7; } span { border-color: rgb(255,250,247); } td.TdClassName { border-color: #FFFAF7; } .TagClassName { border-color: #FFFAF7; } </style>