Shades of Snuff #F0C1F3
Tints of Snuff #F0C1F3
RGB
CMYK
RGB Variations
Color information
#F0C1F3 (or 0xF0C1F3) is known color: Snuff. HEX triplet: F0, C1 and F3. RGB value is (240,193,243). Sum of RGB (Red+Green+Blue) = 240+193+243=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0C1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1F3 is #0F3E0C. Grayscale: #D4D4D4. Windows color (decimal): -998925 or 15974896. OLE color: 15974896.
HSL color Cylindrical-coordinate representation of color #F0C1F3: hue angle of 296.4º degrees, saturation: 0.68, 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 #F0C1F3 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 193 | 243 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.05 |
| HSL | 296.4º | 0.68% | 0.85% | - |
| HSV(B) | 296.4º | 0.21% | 0.95% | - |
| XYZ | 71.18 | 63.14 | 93.23 | - |
| YUV | 212.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 243 | 0.01 | 0.21 | 0 | 0.05 | 296.4 | 0.68 | 0.85 |
| Hex | F0 | C1 | F3 | 1 | 15 | 0 | 5 | 128 | 44 | 55 |
| Octal | 360 | 301 | 363 | 1 | 25 | 0 | 5 | 450 | 104 | 125 |
| Binary | 11110000 | 11000001 | 11110011 | 1 | 10101 | 0 | 101 | 100101000 | 1000100 | 1010101 |
Color Harmonies of #F0C1F3
Complementary color
Monochromatic Colors of #F0C1F3
Black with #F0C1F3
Text Example
Text Example
White with #F0C1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1F3; }
p { color: rgb(240,193,243); }
H1.HeaderClassName
{
color: #F0C1F3;
}
.AnyTagClassName
{
color: #F0C1F3;
}
</style>
background-color css
<style>
a { background-color: #F0C1F3; }
a { background-color: rgb(240,193,243); }
div.DivClassName
{
background-color: #F0C1F3;
}
.BgClassName
{
background-color: #F0C1F3;
}
</style>
border-color css
<style>
span { border-color: #F0C1F3; }
span { border-color: rgb(240,193,243); }
td.TdClassName
{
border-color: #F0C1F3;
}
.TagClassName
{
border-color: #F0C1F3;
}
</style>