#F0C0FF (or 0xF0C0FF) is unknown color: approx Mauve. HEX triplet: F0, C0 and FF. RGB value is (240,192,255). Sum of RGB (Red+Green+Blue) = 240+192+255=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 192 (75.39% from 255 or 27.95% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0FF is #0F3F00. Grayscale: #D5D5D5. Windows color (decimal): -999169 or 16761072. OLE color: 16761072.
HSL color Cylindrical-coordinate representation of color #F0C0FF: hue angle of 285.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0C0FF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #F0C0FF; } p { color: rgb(240,192,255); } H1.HeaderClassName { color: #F0C0FF; } .AnyTagClassName { color: #F0C0FF; } </style>
<style> a { background-color: #F0C0FF; } a { background-color: rgb(240,192,255); } div.DivClassName { background-color: #F0C0FF; } .BgClassName { background-color: #F0C0FF; } </style>
<style> span { border-color: #F0C0FF; } span { border-color: rgb(240,192,255); } td.TdClassName { border-color: #F0C0FF; } .TagClassName { border-color: #F0C0FF; } </style>