#FFFBDC (or 0xFFFBDC) is unknown color: approx Corn Silk. HEX triplet: FF, FB and DC. RGB value is (255,251,220). Sum of RGB (Red+Green+Blue) = 255+251+220=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 220 (86.33% from 255 or 30.30% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDC is #000423. Grayscale: #F8F8F8. Windows color (decimal): -1060 or 14482431. OLE color: 14482431.
HSL color Cylindrical-coordinate representation of color #FFFBDC: hue angle of 53.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFFBDC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.
<style> p { color: #FFFBDC; } p { color: rgb(255,251,220); } H1.HeaderClassName { color: #FFFBDC; } .AnyTagClassName { color: #FFFBDC; } </style>
<style> a { background-color: #FFFBDC; } a { background-color: rgb(255,251,220); } div.DivClassName { background-color: #FFFBDC; } .BgClassName { background-color: #FFFBDC; } </style>
<style> span { border-color: #FFFBDC; } span { border-color: rgb(255,251,220); } td.TdClassName { border-color: #FFFBDC; } .TagClassName { border-color: #FFFBDC; } </style>