#F0CAFF (or 0xF0CAFF) is unknown color: approx Blue Chalk. HEX triplet: F0, CA and FF. RGB value is (240,202,255). Sum of RGB (Red+Green+Blue) = 240+202+255=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 202 (79.30% from 255 or 28.98% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CAFF is #0F3500. Grayscale: #DBDBDB. Windows color (decimal): -996609 or 16763632. OLE color: 16763632.
HSL color Cylindrical-coordinate representation of color #F0CAFF: hue angle of 283.02º 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 #F0CAFF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #F0CAFF; } p { color: rgb(240,202,255); } H1.HeaderClassName { color: #F0CAFF; } .AnyTagClassName { color: #F0CAFF; } </style>
<style> a { background-color: #F0CAFF; } a { background-color: rgb(240,202,255); } div.DivClassName { background-color: #F0CAFF; } .BgClassName { background-color: #F0CAFF; } </style>
<style> span { border-color: #F0CAFF; } span { border-color: rgb(240,202,255); } td.TdClassName { border-color: #F0CAFF; } .TagClassName { border-color: #F0CAFF; } </style>