Shades of Snuff #F3CFF6
Tints of Snuff #F3CFF6
RGB
CMYK
RGB Variations
Color information
#F3CFF6 (or 0xF3CFF6) is known color: Snuff. HEX triplet: F3, CF and F6. RGB value is (243,207,246). Sum of RGB (Red+Green+Blue) = 243+207+246=696 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.91% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3CFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFF6 is #0C3009. Grayscale: #DEDEDE. Windows color (decimal): -798730 or 16175091. OLE color: 16175091.
HSL color Cylindrical-coordinate representation of color #F3CFF6: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CFF6 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 207 | 246 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.04 |
| HSL | 295.38º | 0.68% | 0.89% | - |
| HSV(B) | 295.38º | 0.16% | 0.96% | - |
| XYZ | 75.91 | 70.33 | 96.76 | - |
| YUV | 222.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 246 | 0.01 | 0.16 | 0 | 0.04 | 295.38 | 0.68 | 0.89 |
| Hex | F3 | CF | F6 | 1 | 10 | 0 | 4 | 127 | 44 | 59 |
| Octal | 363 | 317 | 366 | 1 | 20 | 0 | 4 | 447 | 104 | 131 |
| Binary | 11110011 | 11001111 | 11110110 | 1 | 10000 | 0 | 100 | 100100111 | 1000100 | 1011001 |
Color Harmonies of #F3CFF6
Complementary color
Monochromatic Colors of #F3CFF6
Black with #F3CFF6
Text Example
Text Example
White with #F3CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFF6; }
p { color: rgb(243,207,246); }
H1.HeaderClassName
{
color: #F3CFF6;
}
.AnyTagClassName
{
color: #F3CFF6;
}
</style>
background-color css
<style>
a { background-color: #F3CFF6; }
a { background-color: rgb(243,207,246); }
div.DivClassName
{
background-color: #F3CFF6;
}
.BgClassName
{
background-color: #F3CFF6;
}
</style>
border-color css
<style>
span { border-color: #F3CFF6; }
span { border-color: rgb(243,207,246); }
td.TdClassName
{
border-color: #F3CFF6;
}
.TagClassName
{
border-color: #F3CFF6;
}
</style>