Shades of Snuff #F3DCF1
Tints of Snuff #F3DCF1
RGB
CMYK
RGB Variations
Color information
#F3DCF1 (or 0xF3DCF1) is known color: Snuff. HEX triplet: F3, DC and F1. RGB value is (243,220,241). Sum of RGB (Red+Green+Blue) = 243+220+241=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCF1 is #0C230E. Grayscale: #E5E5E5. Windows color (decimal): -795407 or 15850739. OLE color: 15850739.
HSL color Cylindrical-coordinate representation of color #F3DCF1: hue angle of 305.22º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCF1 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 241 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.05 |
| HSL | 305.22º | 0.49% | 0.91% | - |
| HSV(B) | 305.22º | 0.09% | 0.95% | - |
| XYZ | 78.43 | 76.59 | 93.87 | - |
| YUV | 229.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 241 | 0 | 0.09 | 0.01 | 0.05 | 305.22 | 0.49 | 0.91 |
| Hex | F3 | DC | F1 | 0 | 9 | 1 | 5 | 131 | 31 | 5B |
| Octal | 363 | 334 | 361 | 0 | 11 | 1 | 5 | 461 | 61 | 133 |
| Binary | 11110011 | 11011100 | 11110001 | 0 | 1001 | 1 | 101 | 100110001 | 110001 | 1011011 |
Color Harmonies of #F3DCF1
Complementary color
Monochromatic Colors of #F3DCF1
Black with #F3DCF1
Text Example
Text Example
White with #F3DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCF1; }
p { color: rgb(243,220,241); }
H1.HeaderClassName
{
color: #F3DCF1;
}
.AnyTagClassName
{
color: #F3DCF1;
}
</style>
background-color css
<style>
a { background-color: #F3DCF1; }
a { background-color: rgb(243,220,241); }
div.DivClassName
{
background-color: #F3DCF1;
}
.BgClassName
{
background-color: #F3DCF1;
}
</style>
border-color css
<style>
span { border-color: #F3DCF1; }
span { border-color: rgb(243,220,241); }
td.TdClassName
{
border-color: #F3DCF1;
}
.TagClassName
{
border-color: #F3DCF1;
}
</style>