#FEFFC8 (or 0xFEFFC8) is unknown color: approx Cream. HEX triplet: FE, FF and C8. RGB value is (254,255,200). Sum of RGB (Red+Green+Blue) = 254+255+200=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 200 (78.52% from 255 or 28.21% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC8 is #010037. Grayscale: #F8F8F8. Windows color (decimal): -65592 or 13172734. OLE color: 13172734.
HSL color Cylindrical-coordinate representation of color #FEFFC8: hue angle of 61.09º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEFFC8 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
<style> p { color: #FEFFC8; } p { color: rgb(254,255,200); } H1.HeaderClassName { color: #FEFFC8; } .AnyTagClassName { color: #FEFFC8; } </style>
<style> a { background-color: #FEFFC8; } a { background-color: rgb(254,255,200); } div.DivClassName { background-color: #FEFFC8; } .BgClassName { background-color: #FEFFC8; } </style>
<style> span { border-color: #FEFFC8; } span { border-color: rgb(254,255,200); } td.TdClassName { border-color: #FEFFC8; } .TagClassName { border-color: #FEFFC8; } </style>