#FFF0FF (or 0xFFF0FF) is unknown color: approx Selago. HEX triplet: FF, F0 and FF. RGB value is (255,240,255). Sum of RGB (Red+Green+Blue) = 255+240+255=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 240 (94.14% from 255 or 32% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FF is #000F00. Grayscale: #F6F6F6. Windows color (decimal): -3841 or 16773375. OLE color: 16773375.
HSL color Cylindrical-coordinate representation of color #FFF0FF: hue angle of 300º 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 #FFF0FF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFF0FF; } p { color: rgb(255,240,255); } H1.HeaderClassName { color: #FFF0FF; } .AnyTagClassName { color: #FFF0FF; } </style>
<style> a { background-color: #FFF0FF; } a { background-color: rgb(255,240,255); } div.DivClassName { background-color: #FFF0FF; } .BgClassName { background-color: #FFF0FF; } </style>
<style> span { border-color: #FFF0FF; } span { border-color: rgb(255,240,255); } td.TdClassName { border-color: #FFF0FF; } .TagClassName { border-color: #FFF0FF; } </style>