Shades of Snuff #F3C2F1
Tints of Snuff #F3C2F1
RGB
CMYK
RGB Variations
Color information
#F3C2F1 (or 0xF3C2F1) is known color: Snuff. HEX triplet: F3, C2 and F1. RGB value is (243,194,241). Sum of RGB (Red+Green+Blue) = 243+194+241=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2F1 is #0C3D0E. Grayscale: #D5D5D5. Windows color (decimal): -802063 or 15844083. OLE color: 15844083.
HSL color Cylindrical-coordinate representation of color #F3C2F1: hue angle of 302.45º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2F1 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 241 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.05 |
| HSL | 302.45º | 0.67% | 0.86% | - |
| HSV(B) | 302.45º | 0.2% | 0.95% | - |
| XYZ | 72.13 | 63.99 | 91.77 | - |
| YUV | 214.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 241 | 0 | 0.20 | 0.01 | 0.05 | 302.45 | 0.67 | 0.86 |
| Hex | F3 | C2 | F1 | 0 | 14 | 1 | 5 | 12E | 43 | 56 |
| Octal | 363 | 302 | 361 | 0 | 24 | 1 | 5 | 456 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11110001 | 0 | 10100 | 1 | 101 | 100101110 | 1000011 | 1010110 |
Color Harmonies of #F3C2F1
Complementary color
Monochromatic Colors of #F3C2F1
Black with #F3C2F1
Text Example
Text Example
White with #F3C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2F1; }
p { color: rgb(243,194,241); }
H1.HeaderClassName
{
color: #F3C2F1;
}
.AnyTagClassName
{
color: #F3C2F1;
}
</style>
background-color css
<style>
a { background-color: #F3C2F1; }
a { background-color: rgb(243,194,241); }
div.DivClassName
{
background-color: #F3C2F1;
}
.BgClassName
{
background-color: #F3C2F1;
}
</style>
border-color css
<style>
span { border-color: #F3C2F1; }
span { border-color: rgb(243,194,241); }
td.TdClassName
{
border-color: #F3C2F1;
}
.TagClassName
{
border-color: #F3C2F1;
}
</style>