Shades of Snuff #F1CFEE
Tints of Snuff #F1CFEE
RGB
CMYK
RGB Variations
Color information
#F1CFEE (or 0xF1CFEE) is known color: Snuff. HEX triplet: F1, CF and EE. RGB value is (241,207,238). Sum of RGB (Red+Green+Blue) = 241+207+238=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFEE is #0E3011. Grayscale: #DCDCDC. Windows color (decimal): -929810 or 15650801. OLE color: 15650801.
HSL color Cylindrical-coordinate representation of color #F1CFEE: hue angle of 305.29º 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 #F1CFEE is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 238 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.05 |
| HSL | 305.29º | 0.55% | 0.88% | - |
| HSV(B) | 305.29º | 0.14% | 0.95% | - |
| XYZ | 74.02 | 69.5 | 90.4 | - |
| YUV | 220.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 238 | 0 | 0.14 | 0.01 | 0.05 | 305.29 | 0.55 | 0.88 |
| Hex | F1 | CF | EE | 0 | E | 1 | 5 | 131 | 37 | 58 |
| Octal | 361 | 317 | 356 | 0 | 16 | 1 | 5 | 461 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11101110 | 0 | 1110 | 1 | 101 | 100110001 | 110111 | 1011000 |
Color Harmonies of #F1CFEE
Complementary color
Monochromatic Colors of #F1CFEE
Black with #F1CFEE
Text Example
Text Example
White with #F1CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFEE; }
p { color: rgb(241,207,238); }
H1.HeaderClassName
{
color: #F1CFEE;
}
.AnyTagClassName
{
color: #F1CFEE;
}
</style>
background-color css
<style>
a { background-color: #F1CFEE; }
a { background-color: rgb(241,207,238); }
div.DivClassName
{
background-color: #F1CFEE;
}
.BgClassName
{
background-color: #F1CFEE;
}
</style>
border-color css
<style>
span { border-color: #F1CFEE; }
span { border-color: rgb(241,207,238); }
td.TdClassName
{
border-color: #F1CFEE;
}
.TagClassName
{
border-color: #F1CFEE;
}
</style>