#FFD0CC (or 0xFFD0CC) is unknown color: approx Cosmos. HEX triplet: FF, D0 and CC. RGB value is (255,208,204). Sum of RGB (Red+Green+Blue) = 255+208+204=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CC is #002F33. Grayscale: #DDDDDD. Windows color (decimal): -12084 or 13422847. OLE color: 13422847.
HSL color Cylindrical-coordinate representation of color #FFD0CC: hue angle of 4.71º 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 #FFD0CC is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.
<style> p { color: #FFD0CC; } p { color: rgb(255,208,204); } H1.HeaderClassName { color: #FFD0CC; } .AnyTagClassName { color: #FFD0CC; } </style>
<style> a { background-color: #FFD0CC; } a { background-color: rgb(255,208,204); } div.DivClassName { background-color: #FFD0CC; } .BgClassName { background-color: #FFD0CC; } </style>
<style> span { border-color: #FFD0CC; } span { border-color: rgb(255,208,204); } td.TdClassName { border-color: #FFD0CC; } .TagClassName { border-color: #FFD0CC; } </style>