Shades of Snuff #F3D0F1
Tints of Snuff #F3D0F1
RGB
CMYK
RGB Variations
Color information
#F3D0F1 (or 0xF3D0F1) is known color: Snuff. HEX triplet: F3, D0 and F1. RGB value is (243,208,241). Sum of RGB (Red+Green+Blue) = 243+208+241=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0F1 is #0C2F0E. Grayscale: #DEDEDE. Windows color (decimal): -798479 or 15847667. OLE color: 15847667.
HSL color Cylindrical-coordinate representation of color #F3D0F1: hue angle of 303.43º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D0F1 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 241 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.05 |
| HSL | 303.43º | 0.59% | 0.88% | - |
| HSV(B) | 303.43º | 0.14% | 0.95% | - |
| XYZ | 75.4 | 70.52 | 92.86 | - |
| YUV | 222.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 241 | 0 | 0.14 | 0.01 | 0.05 | 303.43 | 0.59 | 0.88 |
| Hex | F3 | D0 | F1 | 0 | E | 1 | 5 | 12F | 3B | 58 |
| Octal | 363 | 320 | 361 | 0 | 16 | 1 | 5 | 457 | 73 | 130 |
| Binary | 11110011 | 11010000 | 11110001 | 0 | 1110 | 1 | 101 | 100101111 | 111011 | 1011000 |
Color Harmonies of #F3D0F1
Complementary color
Monochromatic Colors of #F3D0F1
Black with #F3D0F1
Text Example
Text Example
White with #F3D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0F1; }
p { color: rgb(243,208,241); }
H1.HeaderClassName
{
color: #F3D0F1;
}
.AnyTagClassName
{
color: #F3D0F1;
}
</style>
background-color css
<style>
a { background-color: #F3D0F1; }
a { background-color: rgb(243,208,241); }
div.DivClassName
{
background-color: #F3D0F1;
}
.BgClassName
{
background-color: #F3D0F1;
}
</style>
border-color css
<style>
span { border-color: #F3D0F1; }
span { border-color: rgb(243,208,241); }
td.TdClassName
{
border-color: #F3D0F1;
}
.TagClassName
{
border-color: #F3D0F1;
}
</style>