#FFF0FC (or 0xFFF0FC) is unknown color: approx Lavender Blush. HEX triplet: FF, F0 and FC. RGB value is (255,240,252). Sum of RGB (Red+Green+Blue) = 255+240+252=747 (98% of max value = 765). Red value is 255 (100% from 255 or 34.14% from 747); Green value is 240 (94.14% from 255 or 32.13% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FC is #000F03. Grayscale: #F5F5F5. Windows color (decimal): -3844 or 16576767. OLE color: 16576767.
HSL color Cylindrical-coordinate representation of color #FFF0FC: hue angle of 312º 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 #FFF0FC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.
<style> p { color: #FFF0FC; } p { color: rgb(255,240,252); } H1.HeaderClassName { color: #FFF0FC; } .AnyTagClassName { color: #FFF0FC; } </style>
<style> a { background-color: #FFF0FC; } a { background-color: rgb(255,240,252); } div.DivClassName { background-color: #FFF0FC; } .BgClassName { background-color: #FFF0FC; } </style>
<style> span { border-color: #FFF0FC; } span { border-color: rgb(255,240,252); } td.TdClassName { border-color: #FFF0FC; } .TagClassName { border-color: #FFF0FC; } </style>