#FFCFFB (or 0xFFCFFB) is unknown color: approx Snuff. HEX triplet: FF, CF and FB. RGB value is (255,207,251). Sum of RGB (Red+Green+Blue) = 255+207+251=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 207 (81.25% from 255 or 29.03% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFFB is #003004. Grayscale: #E2E2E2. Windows color (decimal): -12293 or 16502783. OLE color: 16502783.
HSL color Cylindrical-coordinate representation of color #FFCFFB: hue angle of 305º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFFB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.
<style> p { color: #FFCFFB; } p { color: rgb(255,207,251); } H1.HeaderClassName { color: #FFCFFB; } .AnyTagClassName { color: #FFCFFB; } </style>
<style> a { background-color: #FFCFFB; } a { background-color: rgb(255,207,251); } div.DivClassName { background-color: #FFCFFB; } .BgClassName { background-color: #FFCFFB; } </style>
<style> span { border-color: #FFCFFB; } span { border-color: rgb(255,207,251); } td.TdClassName { border-color: #FFCFFB; } .TagClassName { border-color: #FFCFFB; } </style>