#FAE7FF (or 0xFAE7FF) is unknown color: approx White Lilac. HEX triplet: FA, E7 and FF. RGB value is (250,231,255). Sum of RGB (Red+Green+Blue) = 250+231+255=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 231 (90.62% from 255 or 31.39% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7FF is #051800. Grayscale: #EFEFEF. Windows color (decimal): -333825 or 16771066. OLE color: 16771066.
HSL color Cylindrical-coordinate representation of color #FAE7FF: hue angle of 287.5º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE7FF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FAE7FF; } p { color: rgb(250,231,255); } H1.HeaderClassName { color: #FAE7FF; } .AnyTagClassName { color: #FAE7FF; } </style>
<style> a { background-color: #FAE7FF; } a { background-color: rgb(250,231,255); } div.DivClassName { background-color: #FAE7FF; } .BgClassName { background-color: #FAE7FF; } </style>
<style> span { border-color: #FAE7FF; } span { border-color: rgb(250,231,255); } td.TdClassName { border-color: #FAE7FF; } .TagClassName { border-color: #FAE7FF; } </style>