#FFCAFE (or 0xFFCAFE) is unknown color: approx Snuff. HEX triplet: FF, CA and FE. RGB value is (255,202,254). Sum of RGB (Red+Green+Blue) = 255+202+254=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 202 (79.30% from 255 or 28.41% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCAFE is #003501. Grayscale: #DFDFDF. Windows color (decimal): -13570 or 16698111. OLE color: 16698111.
HSL color Cylindrical-coordinate representation of color #FFCAFE: hue angle of 301.13º 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 #FFCAFE is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.
<style> p { color: #FFCAFE; } p { color: rgb(255,202,254); } H1.HeaderClassName { color: #FFCAFE; } .AnyTagClassName { color: #FFCAFE; } </style>
<style> a { background-color: #FFCAFE; } a { background-color: rgb(255,202,254); } div.DivClassName { background-color: #FFCAFE; } .BgClassName { background-color: #FFCAFE; } </style>
<style> span { border-color: #FFCAFE; } span { border-color: rgb(255,202,254); } td.TdClassName { border-color: #FFCAFE; } .TagClassName { border-color: #FFCAFE; } </style>