Shades of Snuff #F3DAF1
Tints of Snuff #F3DAF1
RGB
CMYK
RGB Variations
Color information
#F3DAF1 (or 0xF3DAF1) is known color: Snuff. HEX triplet: F3, DA and F1. RGB value is (243,218,241). Sum of RGB (Red+Green+Blue) = 243+218+241=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAF1 is #0C250E. Grayscale: #E4E4E4. Windows color (decimal): -795919 or 15850227. OLE color: 15850227.
HSL color Cylindrical-coordinate representation of color #F3DAF1: hue angle of 304.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DAF1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 241 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.05 |
| HSL | 304.8º | 0.51% | 0.9% | - |
| HSV(B) | 304.8º | 0.1% | 0.95% | - |
| XYZ | 77.91 | 75.55 | 93.7 | - |
| YUV | 228.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 241 | 0 | 0.10 | 0.01 | 0.05 | 304.8 | 0.51 | 0.9 |
| Hex | F3 | DA | F1 | 0 | A | 1 | 5 | 131 | 33 | 5A |
| Octal | 363 | 332 | 361 | 0 | 12 | 1 | 5 | 461 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11110001 | 0 | 1010 | 1 | 101 | 100110001 | 110011 | 1011010 |
Color Harmonies of #F3DAF1
Complementary color
Monochromatic Colors of #F3DAF1
Black with #F3DAF1
Text Example
Text Example
White with #F3DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAF1; }
p { color: rgb(243,218,241); }
H1.HeaderClassName
{
color: #F3DAF1;
}
.AnyTagClassName
{
color: #F3DAF1;
}
</style>
background-color css
<style>
a { background-color: #F3DAF1; }
a { background-color: rgb(243,218,241); }
div.DivClassName
{
background-color: #F3DAF1;
}
.BgClassName
{
background-color: #F3DAF1;
}
</style>
border-color css
<style>
span { border-color: #F3DAF1; }
span { border-color: rgb(243,218,241); }
td.TdClassName
{
border-color: #F3DAF1;
}
.TagClassName
{
border-color: #F3DAF1;
}
</style>