#FFFDE9 (or 0xFFFDE9) is unknown color: approx Ivory. HEX triplet: FF, FD and E9. RGB value is (255,253,233). Sum of RGB (Red+Green+Blue) = 255+253+233=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 233 (91.41% from 255 or 31.44% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDE9 is #000216. Grayscale: #FBFBFB. Windows color (decimal): -535 or 15334911. OLE color: 15334911.
HSL color Cylindrical-coordinate representation of color #FFFDE9: hue angle of 54.55º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFFDE9 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.
<style> p { color: #FFFDE9; } p { color: rgb(255,253,233); } H1.HeaderClassName { color: #FFFDE9; } .AnyTagClassName { color: #FFFDE9; } </style>
<style> a { background-color: #FFFDE9; } a { background-color: rgb(255,253,233); } div.DivClassName { background-color: #FFFDE9; } .BgClassName { background-color: #FFFDE9; } </style>
<style> span { border-color: #FFFDE9; } span { border-color: rgb(255,253,233); } td.TdClassName { border-color: #FFFDE9; } .TagClassName { border-color: #FFFDE9; } </style>