Shades of Snuff #F3C6F6
Tints of Snuff #F3C6F6
RGB
CMYK
RGB Variations
Color information
#F3C6F6 (or 0xF3C6F6) is known color: Snuff. HEX triplet: F3, C6 and F6. RGB value is (243,198,246). Sum of RGB (Red+Green+Blue) = 243+198+246=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3C6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C6F6 is #0C3909. Grayscale: #D8D8D8. Windows color (decimal): -801034 or 16172787. OLE color: 16172787.
HSL color Cylindrical-coordinate representation of color #F3C6F6: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C6F6 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 198 | 246 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.04 |
| HSL | 296.25º | 0.73% | 0.87% | - |
| HSV(B) | 296.25º | 0.2% | 0.96% | - |
| XYZ | 73.79 | 66.1 | 96.06 | - |
| YUV | 216.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 246 | 0.01 | 0.20 | 0 | 0.04 | 296.25 | 0.73 | 0.87 |
| Hex | F3 | C6 | F6 | 1 | 14 | 0 | 4 | 128 | 49 | 57 |
| Octal | 363 | 306 | 366 | 1 | 24 | 0 | 4 | 450 | 111 | 127 |
| Binary | 11110011 | 11000110 | 11110110 | 1 | 10100 | 0 | 100 | 100101000 | 1001001 | 1010111 |
Color Harmonies of #F3C6F6
Complementary color
Monochromatic Colors of #F3C6F6
Black with #F3C6F6
Text Example
Text Example
White with #F3C6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6F6; }
p { color: rgb(243,198,246); }
H1.HeaderClassName
{
color: #F3C6F6;
}
.AnyTagClassName
{
color: #F3C6F6;
}
</style>
background-color css
<style>
a { background-color: #F3C6F6; }
a { background-color: rgb(243,198,246); }
div.DivClassName
{
background-color: #F3C6F6;
}
.BgClassName
{
background-color: #F3C6F6;
}
</style>
border-color css
<style>
span { border-color: #F3C6F6; }
span { border-color: rgb(243,198,246); }
td.TdClassName
{
border-color: #F3C6F6;
}
.TagClassName
{
border-color: #F3C6F6;
}
</style>