#F7FFDF (or 0xF7FFDF) is unknown color: approx Twilight Blue. HEX triplet: F7, FF and DF. RGB value is (247,255,223). Sum of RGB (Red+Green+Blue) = 247+255+223=725 (96% of max value = 765). Red value is 247 (96.88% from 255 or 34.07% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 223 (87.5% from 255 or 30.76% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFDF is #080020. Grayscale: #F9F9F9. Windows color (decimal): -524321 or 14680055. OLE color: 14680055.
HSL color Cylindrical-coordinate representation of color #F7FFDF: hue angle of 75º 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 #F7FFDF is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
<style> p { color: #F7FFDF; } p { color: rgb(247,255,223); } H1.HeaderClassName { color: #F7FFDF; } .AnyTagClassName { color: #F7FFDF; } </style>
<style> a { background-color: #F7FFDF; } a { background-color: rgb(247,255,223); } div.DivClassName { background-color: #F7FFDF; } .BgClassName { background-color: #F7FFDF; } </style>
<style> span { border-color: #F7FFDF; } span { border-color: rgb(247,255,223); } td.TdClassName { border-color: #F7FFDF; } .TagClassName { border-color: #F7FFDF; } </style>