#FFF5EE (or 0xFFF5EE) is known color: SeaShell. HEX triplet: FF, F5 and EE. RGB value is (255,245,238). Sum of RGB (Red+Green+Blue) = 255+245+238=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 238 (93.36% from 255 or 32.25% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5EE is #000A11. Grayscale: #F7F7F7. Windows color (decimal): -2578 or 15660543. OLE color: 15660543.
HSL color Cylindrical-coordinate representation of color #FFF5EE: hue angle of 24.71º 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 #FFF5EE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.
<style> p { color: #FFF5EE; } p { color: rgb(255,245,238); } H1.HeaderClassName { color: #FFF5EE; } .AnyTagClassName { color: #FFF5EE; } </style>
<style> a { background-color: #FFF5EE; } a { background-color: rgb(255,245,238); } div.DivClassName { background-color: #FFF5EE; } .BgClassName { background-color: #FFF5EE; } </style>
<style> span { border-color: #FFF5EE; } span { border-color: rgb(255,245,238); } td.TdClassName { border-color: #FFF5EE; } .TagClassName { border-color: #FFF5EE; } </style>