#FFCACA (or 0xFFCACA) is unknown color: approx Cosmos. HEX triplet: FF, CA and CA. RGB value is (255,202,202). Sum of RGB (Red+Green+Blue) = 255+202+202=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACA is #003535. Grayscale: #D9D9D9. Windows color (decimal): -13622 or 13290239. OLE color: 13290239.
HSL color Cylindrical-coordinate representation of color #FFCACA: hue angle of 0º 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 #FFCACA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.
<style> p { color: #FFCACA; } p { color: rgb(255,202,202); } H1.HeaderClassName { color: #FFCACA; } .AnyTagClassName { color: #FFCACA; } </style>
<style> a { background-color: #FFCACA; } a { background-color: rgb(255,202,202); } div.DivClassName { background-color: #FFCACA; } .BgClassName { background-color: #FFCACA; } </style>
<style> span { border-color: #FFCACA; } span { border-color: rgb(255,202,202); } td.TdClassName { border-color: #FFCACA; } .TagClassName { border-color: #FFCACA; } </style>