Shades of Snuff #F1C0F1
Tints of Snuff #F1C0F1
RGB
CMYK
RGB Variations
Color information
#F1C0F1 (or 0xF1C0F1) is known color: Snuff. HEX triplet: F1, C0 and F1. RGB value is (241,192,241). Sum of RGB (Red+Green+Blue) = 241+192+241=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1C0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0F1 is #0E3F0E. Grayscale: #D4D4D4. Windows color (decimal): -933647 or 15843569. OLE color: 15843569.
HSL color Cylindrical-coordinate representation of color #F1C0F1: hue angle of 300º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0F1 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 241 | - |
| CMYK | 0 | 0.20 | 0 | 0.05 |
| HSL | 300º | 0.64% | 0.85% | - |
| HSV(B) | 300º | 0.2% | 0.95% | - |
| XYZ | 71 | 62.75 | 91.59 | - |
| YUV | 212.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 241 | 0 | 0.20 | 0 | 0.05 | 300 | 0.64 | 0.85 |
| Hex | F1 | C0 | F1 | 0 | 14 | 0 | 5 | 12C | 40 | 55 |
| Octal | 361 | 300 | 361 | 0 | 24 | 0 | 5 | 454 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11110001 | 0 | 10100 | 0 | 101 | 100101100 | 1000000 | 1010101 |
Color Harmonies of #F1C0F1
Complementary color
Monochromatic Colors of #F1C0F1
Black with #F1C0F1
Text Example
Text Example
White with #F1C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0F1; }
p { color: rgb(241,192,241); }
H1.HeaderClassName
{
color: #F1C0F1;
}
.AnyTagClassName
{
color: #F1C0F1;
}
</style>
background-color css
<style>
a { background-color: #F1C0F1; }
a { background-color: rgb(241,192,241); }
div.DivClassName
{
background-color: #F1C0F1;
}
.BgClassName
{
background-color: #F1C0F1;
}
</style>
border-color css
<style>
span { border-color: #F1C0F1; }
span { border-color: rgb(241,192,241); }
td.TdClassName
{
border-color: #F1C0F1;
}
.TagClassName
{
border-color: #F1C0F1;
}
</style>