Shades of Snuff #F6CDF1
Tints of Snuff #F6CDF1
RGB
CMYK
RGB Variations
Color information
#F6CDF1 (or 0xF6CDF1) is known color: Snuff. HEX triplet: F6, CD and F1. RGB value is (246,205,241). Sum of RGB (Red+Green+Blue) = 246+205+241=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDF1 is #09320E. Grayscale: #DDDDDD. Windows color (decimal): -602639 or 15846902. OLE color: 15846902.
HSL color Cylindrical-coordinate representation of color #F6CDF1: hue angle of 307.32º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDF1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 241 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 307.32º | 0.69% | 0.88% | - |
| HSV(B) | 307.32º | 0.17% | 0.96% | - |
| XYZ | 75.71 | 69.61 | 92.66 | - |
| YUV | 221.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 241 | 0 | 0.17 | 0.02 | 0.04 | 307.32 | 0.69 | 0.88 |
| Hex | F6 | CD | F1 | 0 | 11 | 2 | 4 | 133 | 45 | 58 |
| Octal | 366 | 315 | 361 | 0 | 21 | 2 | 4 | 463 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11110001 | 0 | 10001 | 10 | 100 | 100110011 | 1000101 | 1011000 |
Color Harmonies of #F6CDF1
Complementary color
Monochromatic Colors of #F6CDF1
Black with #F6CDF1
Text Example
Text Example
White with #F6CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDF1; }
p { color: rgb(246,205,241); }
H1.HeaderClassName
{
color: #F6CDF1;
}
.AnyTagClassName
{
color: #F6CDF1;
}
</style>
background-color css
<style>
a { background-color: #F6CDF1; }
a { background-color: rgb(246,205,241); }
div.DivClassName
{
background-color: #F6CDF1;
}
.BgClassName
{
background-color: #F6CDF1;
}
</style>
border-color css
<style>
span { border-color: #F6CDF1; }
span { border-color: rgb(246,205,241); }
td.TdClassName
{
border-color: #F6CDF1;
}
.TagClassName
{
border-color: #F6CDF1;
}
</style>