#FFF2EE (or 0xFFF2EE) is unknown color: approx Rose White. HEX triplet: FF, F2 and EE. RGB value is (255,242,238). Sum of RGB (Red+Green+Blue) = 255+242+238=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 238 (93.36% from 255 or 32.38% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2EE is #000D11. Grayscale: #F5F5F5. Windows color (decimal): -3346 or 15659775. OLE color: 15659775.
HSL color Cylindrical-coordinate representation of color #FFF2EE: hue angle of 14.12º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF2EE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.
<style> p { color: #FFF2EE; } p { color: rgb(255,242,238); } H1.HeaderClassName { color: #FFF2EE; } .AnyTagClassName { color: #FFF2EE; } </style>
<style> a { background-color: #FFF2EE; } a { background-color: rgb(255,242,238); } div.DivClassName { background-color: #FFF2EE; } .BgClassName { background-color: #FFF2EE; } </style>
<style> span { border-color: #FFF2EE; } span { border-color: rgb(255,242,238); } td.TdClassName { border-color: #FFF2EE; } .TagClassName { border-color: #FFF2EE; } </style>