#FFCAFF (or 0xFFCAFF) is unknown color: approx Snuff. HEX triplet: FF, CA and FF. RGB value is (255,202,255). Sum of RGB (Red+Green+Blue) = 255+202+255=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 202 (79.30% from 255 or 28.37% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFF is #003500. Grayscale: #DFDFDF. Windows color (decimal): -13569 or 16763647. OLE color: 16763647.
HSL color Cylindrical-coordinate representation of color #FFCAFF: hue angle of 300º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCAFF is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FFCAFF; } p { color: rgb(255,202,255); } H1.HeaderClassName { color: #FFCAFF; } .AnyTagClassName { color: #FFCAFF; } </style>
<style> a { background-color: #FFCAFF; } a { background-color: rgb(255,202,255); } div.DivClassName { background-color: #FFCAFF; } .BgClassName { background-color: #FFCAFF; } </style>
<style> span { border-color: #FFCAFF; } span { border-color: rgb(255,202,255); } td.TdClassName { border-color: #FFCAFF; } .TagClassName { border-color: #FFCAFF; } </style>