#FFF0CC (or 0xFFF0CC) is unknown color: approx Varden. HEX triplet: FF, F0 and CC. RGB value is (255,240,204). Sum of RGB (Red+Green+Blue) = 255+240+204=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0CC is #000F33. Grayscale: #F0F0F0. Windows color (decimal): -3892 or 13431039. OLE color: 13431039.
HSL color Cylindrical-coordinate representation of color #FFF0CC: hue angle of 42.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF0CC is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.
<style> p { color: #FFF0CC; } p { color: rgb(255,240,204); } H1.HeaderClassName { color: #FFF0CC; } .AnyTagClassName { color: #FFF0CC; } </style>
<style> a { background-color: #FFF0CC; } a { background-color: rgb(255,240,204); } div.DivClassName { background-color: #FFF0CC; } .BgClassName { background-color: #FFF0CC; } </style>
<style> span { border-color: #FFF0CC; } span { border-color: rgb(255,240,204); } td.TdClassName { border-color: #FFF0CC; } .TagClassName { border-color: #FFF0CC; } </style>