#FEFEFB (or 0xFEFEFB) is unknown color: approx Ivory. HEX triplet: FE, FE and FB. RGB value is (254,254,251). Sum of RGB (Red+Green+Blue) = 254+254+251=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 254 (99.61% from 255 or 33.47% from 759); Blue value is 251 (98.44% from 255 or 33.07% from 759); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFB is #010104. Grayscale: #FDFDFD. Windows color (decimal): -65797 or 16514814. OLE color: 16514814.
HSL color Cylindrical-coordinate representation of color #FEFEFB: hue angle of 60º degrees, saturation: 0.6, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFEFB is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
<style> p { color: #FEFEFB; } p { color: rgb(254,254,251); } H1.HeaderClassName { color: #FEFEFB; } .AnyTagClassName { color: #FEFEFB; } </style>
<style> a { background-color: #FEFEFB; } a { background-color: rgb(254,254,251); } div.DivClassName { background-color: #FEFEFB; } .BgClassName { background-color: #FEFEFB; } </style>
<style> span { border-color: #FEFEFB; } span { border-color: rgb(254,254,251); } td.TdClassName { border-color: #FEFEFB; } .TagClassName { border-color: #FEFEFB; } </style>