#F3CEFF (or 0xF3CEFF) is unknown color: approx Blue Chalk. HEX triplet: F3, CE and FF. RGB value is (243,206,255). Sum of RGB (Red+Green+Blue) = 243+206+255=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEFF is #0C3100. Grayscale: #DEDEDE. Windows color (decimal): -798977 or 16764659. OLE color: 16764659.
HSL color Cylindrical-coordinate representation of color #F3CEFF: hue angle of 285.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3CEFF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #f3ceff; } p { color: rgb(243,206,255); } H1.HeaderClassName { color: #f3ceff; } .AnyTagClassName { color: #f3ceff; } </style>
<style> a { background-color: #f3ceff; } a { background-color: rgb(243,206,255); } div.DivClassName { background-color: #f3ceff; } .BgClassName { background-color: #f3ceff; } </style>
<style> span { border-color: #f3ceff; } span { border-color: rgb(243,206,255); } td.TdClassName { border-color: #f3ceff; } .TagClassName { border-color: #f3ceff; } </style>