#FFF4FF (or 0xFFF4FF) is unknown color: approx Selago. HEX triplet: FF, F4 and FF. RGB value is (255,244,255). Sum of RGB (Red+Green+Blue) = 255+244+255=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 244 (95.70% from 255 or 32.36% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF4FF is #000B00. Grayscale: #F8F8F8. Windows color (decimal): -2817 or 16774399. OLE color: 16774399.
HSL color Cylindrical-coordinate representation of color #FFF4FF: hue angle of 300º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF4FF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFF4FF; } p { color: rgb(255,244,255); } H1.HeaderClassName { color: #FFF4FF; } .AnyTagClassName { color: #FFF4FF; } </style>
<style> a { background-color: #FFF4FF; } a { background-color: rgb(255,244,255); } div.DivClassName { background-color: #FFF4FF; } .BgClassName { background-color: #FFF4FF; } </style>
<style> span { border-color: #FFF4FF; } span { border-color: rgb(255,244,255); } td.TdClassName { border-color: #FFF4FF; } .TagClassName { border-color: #FFF4FF; } </style>