#FFCCCC (or 0xFFCCCC) is unknown color: approx Cosmos. HEX triplet: FF, CC and CC. RGB value is (255,204,204). Sum of RGB (Red+Green+Blue) = 255+204+204=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCC is a web safe color. Inversed color of #FFCCCC is #003333. Grayscale: #DBDBDB. Windows color (decimal): -13108 or 13421823. OLE color: 13421823.
HSL color Cylindrical-coordinate representation of color #FFCCCC: hue angle of 0º 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 #FFCCCC is Cyan = 0, Magento = 0.2, Yellow = 0.2 and Black (K on CMYK) = 0.
<style> p { color: #FFCCCC; } p { color: rgb(255,204,204); } H1.HeaderClassName { color: #FFCCCC; } .AnyTagClassName { color: #FFCCCC; } </style>
<style> a { background-color: #FFCCCC; } a { background-color: rgb(255,204,204); } div.DivClassName { background-color: #FFCCCC; } .BgClassName { background-color: #FFCCCC; } </style>
<style> span { border-color: #FFCCCC; } span { border-color: rgb(255,204,204); } td.TdClassName { border-color: #FFCCCC; } .TagClassName { border-color: #FFCCCC; } </style>