Shades of Snuff #F6D3F8
Tints of Snuff #F6D3F8
RGB
CMYK
RGB Variations
Color information
#F6D3F8 (or 0xF6D3F8) is known color: Snuff. HEX triplet: F6, D3 and F8. RGB value is (246,211,248). Sum of RGB (Red+Green+Blue) = 246+211+248=705 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.89% from 705); Green value is 211 (82.81% from 255 or 29.93% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6D3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3F8 is #092C07. Grayscale: #E1E1E1. Windows color (decimal): -601096 or 16307190. OLE color: 16307190.
HSL color Cylindrical-coordinate representation of color #F6D3F8: hue angle of 296.76º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D3F8 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 211 | 248 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.03 |
| HSL | 296.76º | 0.73% | 0.9% | - |
| HSV(B) | 296.76º | 0.15% | 0.97% | - |
| XYZ | 78.24 | 72.96 | 98.77 | - |
| YUV | 225.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 248 | 0.01 | 0.15 | 0 | 0.03 | 296.76 | 0.73 | 0.9 |
| Hex | F6 | D3 | F8 | 1 | F | 0 | 3 | 129 | 49 | 5A |
| Octal | 366 | 323 | 370 | 1 | 17 | 0 | 3 | 451 | 111 | 132 |
| Binary | 11110110 | 11010011 | 11111000 | 1 | 1111 | 0 | 11 | 100101001 | 1001001 | 1011010 |
Color Harmonies of #F6D3F8
Complementary color
Monochromatic Colors of #F6D3F8
Black with #F6D3F8
Text Example
Text Example
White with #F6D3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3F8; }
p { color: rgb(246,211,248); }
H1.HeaderClassName
{
color: #F6D3F8;
}
.AnyTagClassName
{
color: #F6D3F8;
}
</style>
background-color css
<style>
a { background-color: #F6D3F8; }
a { background-color: rgb(246,211,248); }
div.DivClassName
{
background-color: #F6D3F8;
}
.BgClassName
{
background-color: #F6D3F8;
}
</style>
border-color css
<style>
span { border-color: #F6D3F8; }
span { border-color: rgb(246,211,248); }
td.TdClassName
{
border-color: #F6D3F8;
}
.TagClassName
{
border-color: #F6D3F8;
}
</style>