Shades of Snuff #F0C1F1
Tints of Snuff #F0C1F1
RGB
CMYK
RGB Variations
Color information
#F0C1F1 (or 0xF0C1F1) is known color: Snuff. HEX triplet: F0, C1 and F1. RGB value is (240,193,241). Sum of RGB (Red+Green+Blue) = 240+193+241=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0C1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1F1 is #0F3E0E. Grayscale: #D4D4D4. Windows color (decimal): -998927 or 15843824. OLE color: 15843824.
HSL color Cylindrical-coordinate representation of color #F0C1F1: hue angle of 298.75º degrees, saturation: 0.63, 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 #F0C1F1 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 193 | 241 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.05 |
| HSL | 298.75º | 0.63% | 0.85% | - |
| HSV(B) | 298.75º | 0.2% | 0.95% | - |
| XYZ | 70.88 | 63.02 | 91.65 | - |
| YUV | 212.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 241 | 0.00 | 0.20 | 0 | 0.05 | 298.75 | 0.63 | 0.85 |
| Hex | F0 | C1 | F1 | 0 | 14 | 0 | 5 | 12B | 3F | 55 |
| Octal | 360 | 301 | 361 | 0 | 24 | 0 | 5 | 453 | 77 | 125 |
| Binary | 11110000 | 11000001 | 11110001 | 0 | 10100 | 0 | 101 | 100101011 | 111111 | 1010101 |
Color Harmonies of #F0C1F1
Complementary color
Monochromatic Colors of #F0C1F1
Black with #F0C1F1
Text Example
Text Example
White with #F0C1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1F1; }
p { color: rgb(240,193,241); }
H1.HeaderClassName
{
color: #F0C1F1;
}
.AnyTagClassName
{
color: #F0C1F1;
}
</style>
background-color css
<style>
a { background-color: #F0C1F1; }
a { background-color: rgb(240,193,241); }
div.DivClassName
{
background-color: #F0C1F1;
}
.BgClassName
{
background-color: #F0C1F1;
}
</style>
border-color css
<style>
span { border-color: #F0C1F1; }
span { border-color: rgb(240,193,241); }
td.TdClassName
{
border-color: #F0C1F1;
}
.TagClassName
{
border-color: #F0C1F1;
}
</style>