Shades of Snuff #F3DAF2
Tints of Snuff #F3DAF2
RGB
CMYK
RGB Variations
Color information
#F3DAF2 (or 0xF3DAF2) is known color: Snuff. HEX triplet: F3, DA and F2. RGB value is (243,218,242). Sum of RGB (Red+Green+Blue) = 243+218+242=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAF2 is #0C250D. Grayscale: #E4E4E4. Windows color (decimal): -795918 or 15915763. OLE color: 15915763.
HSL color Cylindrical-coordinate representation of color #F3DAF2: hue angle of 302.4º 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 #F3DAF2 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 242 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.05 |
| HSL | 302.4º | 0.51% | 0.9% | - |
| HSV(B) | 302.4º | 0.1% | 0.95% | - |
| XYZ | 78.06 | 75.61 | 94.48 | - |
| YUV | 228.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 242 | 0 | 0.10 | 0.00 | 0.05 | 302.4 | 0.51 | 0.9 |
| Hex | F3 | DA | F2 | 0 | A | 0 | 5 | 12E | 33 | 5A |
| Octal | 363 | 332 | 362 | 0 | 12 | 0 | 5 | 456 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11110010 | 0 | 1010 | 0 | 101 | 100101110 | 110011 | 1011010 |
Color Harmonies of #F3DAF2
Complementary color
Monochromatic Colors of #F3DAF2
Black with #F3DAF2
Text Example
Text Example
White with #F3DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAF2; }
p { color: rgb(243,218,242); }
H1.HeaderClassName
{
color: #F3DAF2;
}
.AnyTagClassName
{
color: #F3DAF2;
}
</style>
background-color css
<style>
a { background-color: #F3DAF2; }
a { background-color: rgb(243,218,242); }
div.DivClassName
{
background-color: #F3DAF2;
}
.BgClassName
{
background-color: #F3DAF2;
}
</style>
border-color css
<style>
span { border-color: #F3DAF2; }
span { border-color: rgb(243,218,242); }
td.TdClassName
{
border-color: #F3DAF2;
}
.TagClassName
{
border-color: #F3DAF2;
}
</style>