#FFF5F0 (or 0xFFF5F0) is unknown color: approx Seashell. HEX triplet: FF, F5 and F0. RGB value is (255,245,240). Sum of RGB (Red+Green+Blue) = 255+245+240=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 245 (96.09% from 255 or 33.11% from 740); Blue value is 240 (94.14% from 255 or 32.43% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5F0 is #000A0F. Grayscale: #F7F7F7. Windows color (decimal): -2576 or 15791615. OLE color: 15791615.
HSL color Cylindrical-coordinate representation of color #FFF5F0: hue angle of 20º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF5F0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.
<style> p { color: #FFF5F0; } p { color: rgb(255,245,240); } H1.HeaderClassName { color: #FFF5F0; } .AnyTagClassName { color: #FFF5F0; } </style>
<style> a { background-color: #FFF5F0; } a { background-color: rgb(255,245,240); } div.DivClassName { background-color: #FFF5F0; } .BgClassName { background-color: #FFF5F0; } </style>
<style> span { border-color: #FFF5F0; } span { border-color: rgb(255,245,240); } td.TdClassName { border-color: #FFF5F0; } .TagClassName { border-color: #FFF5F0; } </style>