#FEFBFF (or 0xFEFBFF) is unknown color: approx Magnolia. HEX triplet: FE, FB and FF. RGB value is (254,251,255). Sum of RGB (Red+Green+Blue) = 254+251+255=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 251 (98.44% from 255 or 33.03% 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 #FEFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBFF is #010400. Grayscale: #FCFCFC. Windows color (decimal): -66561 or 16776190. OLE color: 16776190.
HSL color Cylindrical-coordinate representation of color #FEFBFF: hue angle of 285º 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 #FEFBFF is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FEFBFF; } p { color: rgb(254,251,255); } H1.HeaderClassName { color: #FEFBFF; } .AnyTagClassName { color: #FEFBFF; } </style>
<style> a { background-color: #FEFBFF; } a { background-color: rgb(254,251,255); } div.DivClassName { background-color: #FEFBFF; } .BgClassName { background-color: #FEFBFF; } </style>
<style> span { border-color: #FEFBFF; } span { border-color: rgb(254,251,255); } td.TdClassName { border-color: #FEFBFF; } .TagClassName { border-color: #FEFBFF; } </style>