Shades of Snuff #F1CFEC
Tints of Snuff #F1CFEC
RGB
CMYK
RGB Variations
Color information
#F1CFEC (or 0xF1CFEC) is known color: Snuff. HEX triplet: F1, CF and EC. RGB value is (241,207,236). Sum of RGB (Red+Green+Blue) = 241+207+236=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFEC is #0E3013. Grayscale: #DCDCDC. Windows color (decimal): -929812 or 15519729. OLE color: 15519729.
HSL color Cylindrical-coordinate representation of color #F1CFEC: hue angle of 308.82º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFEC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 236 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.05 |
| HSL | 308.82º | 0.55% | 0.88% | - |
| HSV(B) | 308.82º | 0.14% | 0.95% | - |
| XYZ | 73.73 | 69.38 | 88.86 | - |
| YUV | 220.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 236 | 0 | 0.14 | 0.02 | 0.05 | 308.82 | 0.55 | 0.88 |
| Hex | F1 | CF | EC | 0 | E | 2 | 5 | 135 | 37 | 58 |
| Octal | 361 | 317 | 354 | 0 | 16 | 2 | 5 | 465 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11101100 | 0 | 1110 | 10 | 101 | 100110101 | 110111 | 1011000 |
Color Harmonies of #F1CFEC
Complementary color
Monochromatic Colors of #F1CFEC
Black with #F1CFEC
Text Example
Text Example
White with #F1CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFEC; }
p { color: rgb(241,207,236); }
H1.HeaderClassName
{
color: #F1CFEC;
}
.AnyTagClassName
{
color: #F1CFEC;
}
</style>
background-color css
<style>
a { background-color: #F1CFEC; }
a { background-color: rgb(241,207,236); }
div.DivClassName
{
background-color: #F1CFEC;
}
.BgClassName
{
background-color: #F1CFEC;
}
</style>
border-color css
<style>
span { border-color: #F1CFEC; }
span { border-color: rgb(241,207,236); }
td.TdClassName
{
border-color: #F1CFEC;
}
.TagClassName
{
border-color: #F1CFEC;
}
</style>