#FFF8DC (or 0xFFF8DC) is known color: Cornsilk. HEX triplet: FF, F8 and DC. RGB value is (255,248,220). Sum of RGB (Red+Green+Blue) = 255+248+220=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8DC is #000723. Grayscale: #F7F7F7. Windows color (decimal): -1828 or 14481663. OLE color: 14481663.
HSL color Cylindrical-coordinate representation of color #FFF8DC: hue angle of 48º 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 #FFF8DC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.
<style> p { color: #FFF8DC; } p { color: rgb(255,248,220); } H1.HeaderClassName { color: #FFF8DC; } .AnyTagClassName { color: #FFF8DC; } </style>
<style> a { background-color: #FFF8DC; } a { background-color: rgb(255,248,220); } div.DivClassName { background-color: #FFF8DC; } .BgClassName { background-color: #FFF8DC; } </style>
<style> span { border-color: #FFF8DC; } span { border-color: rgb(255,248,220); } td.TdClassName { border-color: #FFF8DC; } .TagClassName { border-color: #FFF8DC; } </style>