#FFFAF0 (or 0xFFFAF0) is known color: FloralWhite. HEX triplet: FF, FA and F0. RGB value is (255,250,240). Sum of RGB (Red+Green+Blue) = 255+250+240=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 240 (94.14% from 255 or 32.21% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF0 is #00050F. Grayscale: #FAFAFA. Windows color (decimal): -1296 or 15792895. OLE color: 15792895.
HSL color Cylindrical-coordinate representation of color #FFFAF0: hue angle of 40º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFFAF0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.
<style> p { color: #FFFAF0; } p { color: rgb(255,250,240); } H1.HeaderClassName { color: #FFFAF0; } .AnyTagClassName { color: #FFFAF0; } </style>
<style> a { background-color: #FFFAF0; } a { background-color: rgb(255,250,240); } div.DivClassName { background-color: #FFFAF0; } .BgClassName { background-color: #FFFAF0; } </style>
<style> span { border-color: #FFFAF0; } span { border-color: rgb(255,250,240); } td.TdClassName { border-color: #FFFAF0; } .TagClassName { border-color: #FFFAF0; } </style>