Shades of Snuff #F0C6F1
Tints of Snuff #F0C6F1
RGB
CMYK
RGB Variations
Color information
#F0C6F1 (or 0xF0C6F1) is known color: Snuff. HEX triplet: F0, C6 and F1. RGB value is (240,198,241). Sum of RGB (Red+Green+Blue) = 240+198+241=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0C6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6F1 is #0F390E. Grayscale: #D7D7D7. Windows color (decimal): -997647 or 15845104. OLE color: 15845104.
HSL color Cylindrical-coordinate representation of color #F0C6F1: hue angle of 298.6º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C6F1 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 198 | 241 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.05 |
| HSL | 298.6º | 0.61% | 0.86% | - |
| HSV(B) | 298.6º | 0.18% | 0.95% | - |
| XYZ | 72.01 | 65.26 | 92.02 | - |
| YUV | 215.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 241 | 0.00 | 0.18 | 0 | 0.05 | 298.6 | 0.61 | 0.86 |
| Hex | F0 | C6 | F1 | 0 | 12 | 0 | 5 | 12B | 3D | 56 |
| Octal | 360 | 306 | 361 | 0 | 22 | 0 | 5 | 453 | 75 | 126 |
| Binary | 11110000 | 11000110 | 11110001 | 0 | 10010 | 0 | 101 | 100101011 | 111101 | 1010110 |
Color Harmonies of #F0C6F1
Complementary color
Monochromatic Colors of #F0C6F1
Black with #F0C6F1
Text Example
Text Example
White with #F0C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6F1; }
p { color: rgb(240,198,241); }
H1.HeaderClassName
{
color: #F0C6F1;
}
.AnyTagClassName
{
color: #F0C6F1;
}
</style>
background-color css
<style>
a { background-color: #F0C6F1; }
a { background-color: rgb(240,198,241); }
div.DivClassName
{
background-color: #F0C6F1;
}
.BgClassName
{
background-color: #F0C6F1;
}
</style>
border-color css
<style>
span { border-color: #F0C6F1; }
span { border-color: rgb(240,198,241); }
td.TdClassName
{
border-color: #F0C6F1;
}
.TagClassName
{
border-color: #F0C6F1;
}
</style>