#FFCCFA (or 0xFFCCFA) is unknown color: approx Snuff. HEX triplet: FF, CC and FA. RGB value is (255,204,250). Sum of RGB (Red+Green+Blue) = 255+204+250=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCFA is #003305. Grayscale: #E0E0E0. Windows color (decimal): -13062 or 16436479. OLE color: 16436479.
HSL color Cylindrical-coordinate representation of color #FFCCFA: hue angle of 305.88º 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 #FFCCFA is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.
<style> p { color: #FFCCFA; } p { color: rgb(255,204,250); } H1.HeaderClassName { color: #FFCCFA; } .AnyTagClassName { color: #FFCCFA; } </style>
<style> a { background-color: #FFCCFA; } a { background-color: rgb(255,204,250); } div.DivClassName { background-color: #FFCCFA; } .BgClassName { background-color: #FFCCFA; } </style>
<style> span { border-color: #FFCCFA; } span { border-color: rgb(255,204,250); } td.TdClassName { border-color: #FFCCFA; } .TagClassName { border-color: #FFCCFA; } </style>