#FBEEFF (or 0xFBEEFF) is unknown color: approx White Lilac. HEX triplet: FB, EE and FF. RGB value is (251,238,255). Sum of RGB (Red+Green+Blue) = 251+238+255=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 238 (93.36% from 255 or 31.99% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEFF is #041100. Grayscale: #F3F3F3. Windows color (decimal): -266497 or 16772859. OLE color: 16772859.
HSL color Cylindrical-coordinate representation of color #FBEEFF: hue angle of 285.88º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBEEFF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FBEEFF; } p { color: rgb(251,238,255); } H1.HeaderClassName { color: #FBEEFF; } .AnyTagClassName { color: #FBEEFF; } </style>
<style> a { background-color: #FBEEFF; } a { background-color: rgb(251,238,255); } div.DivClassName { background-color: #FBEEFF; } .BgClassName { background-color: #FBEEFF; } </style>
<style> span { border-color: #FBEEFF; } span { border-color: rgb(251,238,255); } td.TdClassName { border-color: #FBEEFF; } .TagClassName { border-color: #FBEEFF; } </style>