Shades of Snuff #F1CFF1
Tints of Snuff #F1CFF1
RGB
CMYK
RGB Variations
Color information
#F1CFF1 (or 0xF1CFF1) is known color: Snuff. HEX triplet: F1, CF and F1. RGB value is (241,207,241). Sum of RGB (Red+Green+Blue) = 241+207+241=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFF1 is #0E300E. Grayscale: #DCDCDC. Windows color (decimal): -929807 or 15847409. OLE color: 15847409.
HSL color Cylindrical-coordinate representation of color #F1CFF1: hue angle of 300º 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 #F1CFF1 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 241 | - |
| CMYK | 0 | 0.14 | 0 | 0.05 |
| HSL | 300º | 0.55% | 0.88% | - |
| HSV(B) | 300º | 0.14% | 0.95% | - |
| XYZ | 74.47 | 69.68 | 92.74 | - |
| YUV | 221.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 241 | 0 | 0.14 | 0 | 0.05 | 300 | 0.55 | 0.88 |
| Hex | F1 | CF | F1 | 0 | E | 0 | 5 | 12C | 37 | 58 |
| Octal | 361 | 317 | 361 | 0 | 16 | 0 | 5 | 454 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11110001 | 0 | 1110 | 0 | 101 | 100101100 | 110111 | 1011000 |
Color Harmonies of #F1CFF1
Complementary color
Monochromatic Colors of #F1CFF1
Black with #F1CFF1
Text Example
Text Example
White with #F1CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFF1; }
p { color: rgb(241,207,241); }
H1.HeaderClassName
{
color: #F1CFF1;
}
.AnyTagClassName
{
color: #F1CFF1;
}
</style>
background-color css
<style>
a { background-color: #F1CFF1; }
a { background-color: rgb(241,207,241); }
div.DivClassName
{
background-color: #F1CFF1;
}
.BgClassName
{
background-color: #F1CFF1;
}
</style>
border-color css
<style>
span { border-color: #F1CFF1; }
span { border-color: rgb(241,207,241); }
td.TdClassName
{
border-color: #F1CFF1;
}
.TagClassName
{
border-color: #F1CFF1;
}
</style>