Shades of Snuff #F6DFF0
Tints of Snuff #F6DFF0
RGB
CMYK
RGB Variations
Color information
#F6DFF0 (or 0xF6DFF0) is known color: Snuff. HEX triplet: F6, DF and F0. RGB value is (246,223,240). Sum of RGB (Red+Green+Blue) = 246+223+240=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DFF0 is #09200F. Grayscale: #E7E7E7. Windows color (decimal): -598032 or 15785974. OLE color: 15785974.
HSL color Cylindrical-coordinate representation of color #F6DFF0: hue angle of 315.65º 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 #F6DFF0 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 240 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 315.65º | 0.56% | 0.92% | - |
| HSV(B) | 315.65º | 0.09% | 0.96% | - |
| XYZ | 80.12 | 78.66 | 93.4 | - |
| YUV | 231.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 240 | 0 | 0.09 | 0.02 | 0.04 | 315.65 | 0.56 | 0.92 |
| Hex | F6 | DF | F0 | 0 | 9 | 2 | 4 | 13C | 38 | 5C |
| Octal | 366 | 337 | 360 | 0 | 11 | 2 | 4 | 474 | 70 | 134 |
| Binary | 11110110 | 11011111 | 11110000 | 0 | 1001 | 10 | 100 | 100111100 | 111000 | 1011100 |
Color Harmonies of #F6DFF0
Complementary color
Monochromatic Colors of #F6DFF0
Black with #F6DFF0
Text Example
Text Example
White with #F6DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFF0; }
p { color: rgb(246,223,240); }
H1.HeaderClassName
{
color: #F6DFF0;
}
.AnyTagClassName
{
color: #F6DFF0;
}
</style>
background-color css
<style>
a { background-color: #F6DFF0; }
a { background-color: rgb(246,223,240); }
div.DivClassName
{
background-color: #F6DFF0;
}
.BgClassName
{
background-color: #F6DFF0;
}
</style>
border-color css
<style>
span { border-color: #F6DFF0; }
span { border-color: rgb(246,223,240); }
td.TdClassName
{
border-color: #F6DFF0;
}
.TagClassName
{
border-color: #F6DFF0;
}
</style>