#FFCCFF (or 0xFFCCFF) is unknown color: approx Snuff. HEX triplet: FF, CC and FF. RGB value is (255,204,255). Sum of RGB (Red+Green+Blue) = 255+204+255=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 204 (80.08% from 255 or 28.57% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCCFF is a web safe color. Inversed color of #FFCCFF is #003300. Grayscale: #E0E0E0. Windows color (decimal): -13057 or 16764159. OLE color: 16764159.
HSL color Cylindrical-coordinate representation of color #FFCCFF: hue angle of 300º 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 #FFCCFF is Cyan = 0, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFCCFF; } p { color: rgb(255,204,255); } H1.HeaderClassName { color: #FFCCFF; } .AnyTagClassName { color: #FFCCFF; } </style>
<style> a { background-color: #FFCCFF; } a { background-color: rgb(255,204,255); } div.DivClassName { background-color: #FFCCFF; } .BgClassName { background-color: #FFCCFF; } </style>
<style> span { border-color: #FFCCFF; } span { border-color: rgb(255,204,255); } td.TdClassName { border-color: #FFCCFF; } .TagClassName { border-color: #FFCCFF; } </style>