Shades of Snuff #F1C0F2
Tints of Snuff #F1C0F2
RGB
CMYK
RGB Variations
Color information
#F1C0F2 (or 0xF1C0F2) is known color: Snuff. HEX triplet: F1, C0 and F2. RGB value is (241,192,242). Sum of RGB (Red+Green+Blue) = 241+192+242=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 192 (75.39% from 255 or 28.44% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1C0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0F2 is #0E3F0D. Grayscale: #D4D4D4. Windows color (decimal): -933646 or 15909105. OLE color: 15909105.
HSL color Cylindrical-coordinate representation of color #F1C0F2: hue angle of 298.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C0F2 is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 242 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.05 |
| HSL | 298.8º | 0.66% | 0.85% | - |
| HSV(B) | 298.8º | 0.21% | 0.95% | - |
| XYZ | 71.15 | 62.81 | 92.38 | - |
| YUV | 212.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 242 | 0.00 | 0.21 | 0 | 0.05 | 298.8 | 0.66 | 0.85 |
| Hex | F1 | C0 | F2 | 0 | 15 | 0 | 5 | 12B | 42 | 55 |
| Octal | 361 | 300 | 362 | 0 | 25 | 0 | 5 | 453 | 102 | 125 |
| Binary | 11110001 | 11000000 | 11110010 | 0 | 10101 | 0 | 101 | 100101011 | 1000010 | 1010101 |
Color Harmonies of #F1C0F2
Complementary color
Monochromatic Colors of #F1C0F2
Black with #F1C0F2
Text Example
Text Example
White with #F1C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0F2; }
p { color: rgb(241,192,242); }
H1.HeaderClassName
{
color: #F1C0F2;
}
.AnyTagClassName
{
color: #F1C0F2;
}
</style>
background-color css
<style>
a { background-color: #F1C0F2; }
a { background-color: rgb(241,192,242); }
div.DivClassName
{
background-color: #F1C0F2;
}
.BgClassName
{
background-color: #F1C0F2;
}
</style>
border-color css
<style>
span { border-color: #F1C0F2; }
span { border-color: rgb(241,192,242); }
td.TdClassName
{
border-color: #F1C0F2;
}
.TagClassName
{
border-color: #F1C0F2;
}
</style>