#FBFEFF (or 0xFBFEFF) is unknown color: approx Alice Blue. HEX triplet: FB, FE and FF. RGB value is (251,254,255). Sum of RGB (Red+Green+Blue) = 251+254+255=760 (100% of max value = 765). Red value is 251 (98.44% from 255 or 33.03% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFEFF is #040100. Grayscale: #FDFDFD. Windows color (decimal): -262401 or 16776955. OLE color: 16776955.
HSL color Cylindrical-coordinate representation of color #FBFEFF: hue angle of 195º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFEFF is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FBFEFF; } p { color: rgb(251,254,255); } H1.HeaderClassName { color: #FBFEFF; } .AnyTagClassName { color: #FBFEFF; } </style>
<style> a { background-color: #FBFEFF; } a { background-color: rgb(251,254,255); } div.DivClassName { background-color: #FBFEFF; } .BgClassName { background-color: #FBFEFF; } </style>
<style> span { border-color: #FBFEFF; } span { border-color: rgb(251,254,255); } td.TdClassName { border-color: #FBFEFF; } .TagClassName { border-color: #FBFEFF; } </style>