Shades of Snuff #F6DFF2
Tints of Snuff #F6DFF2
RGB
CMYK
RGB Variations
Color information
#F6DFF2 (or 0xF6DFF2) is known color: Snuff. HEX triplet: F6, DF and F2. RGB value is (246,223,242). Sum of RGB (Red+Green+Blue) = 246+223+242=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF2 is #09200D. Grayscale: #E7E7E7. Windows color (decimal): -598030 or 15917046. OLE color: 15917046.
HSL color Cylindrical-coordinate representation of color #F6DFF2: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6DFF2 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 242 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 310.43º | 0.56% | 0.92% | - |
| HSV(B) | 310.43º | 0.09% | 0.96% | - |
| XYZ | 80.42 | 78.78 | 94.97 | - |
| YUV | 232.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 242 | 0 | 0.09 | 0.02 | 0.04 | 310.43 | 0.56 | 0.92 |
| Hex | F6 | DF | F2 | 0 | 9 | 2 | 4 | 136 | 38 | 5C |
| Octal | 366 | 337 | 362 | 0 | 11 | 2 | 4 | 466 | 70 | 134 |
| Binary | 11110110 | 11011111 | 11110010 | 0 | 1001 | 10 | 100 | 100110110 | 111000 | 1011100 |
Color Harmonies of #F6DFF2
Complementary color
Monochromatic Colors of #F6DFF2
Black with #F6DFF2
Text Example
Text Example
White with #F6DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFF2; }
p { color: rgb(246,223,242); }
H1.HeaderClassName
{
color: #F6DFF2;
}
.AnyTagClassName
{
color: #F6DFF2;
}
</style>
background-color css
<style>
a { background-color: #F6DFF2; }
a { background-color: rgb(246,223,242); }
div.DivClassName
{
background-color: #F6DFF2;
}
.BgClassName
{
background-color: #F6DFF2;
}
</style>
border-color css
<style>
span { border-color: #F6DFF2; }
span { border-color: rgb(246,223,242); }
td.TdClassName
{
border-color: #F6DFF2;
}
.TagClassName
{
border-color: #F6DFF2;
}
</style>