#FAFFDE (or 0xFAFFDE) is unknown color: approx Light Yellow. HEX triplet: FA, FF and DE. RGB value is (250,255,222). Sum of RGB (Red+Green+Blue) = 250+255+222=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 222 (87.11% from 255 or 30.54% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDE is #050021. Grayscale: #F9F9F9. Windows color (decimal): -327714 or 14614522. OLE color: 14614522.
HSL color Cylindrical-coordinate representation of color #FAFFDE: hue angle of 69.09º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFFDE is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
<style> p { color: #FAFFDE; } p { color: rgb(250,255,222); } H1.HeaderClassName { color: #FAFFDE; } .AnyTagClassName { color: #FAFFDE; } </style>
<style> a { background-color: #FAFFDE; } a { background-color: rgb(250,255,222); } div.DivClassName { background-color: #FAFFDE; } .BgClassName { background-color: #FAFFDE; } </style>
<style> span { border-color: #FAFFDE; } span { border-color: rgb(250,255,222); } td.TdClassName { border-color: #FAFFDE; } .TagClassName { border-color: #FAFFDE; } </style>