Shades of Snuff #F6CDF2
Tints of Snuff #F6CDF2
RGB
CMYK
RGB Variations
Color information
#F6CDF2 (or 0xF6CDF2) is known color: Snuff. HEX triplet: F6, CD and F2. RGB value is (246,205,242). Sum of RGB (Red+Green+Blue) = 246+205+242=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDF2 is #09320D. Grayscale: #DDDDDD. Windows color (decimal): -602638 or 15912438. OLE color: 15912438.
HSL color Cylindrical-coordinate representation of color #F6CDF2: hue angle of 305.85º 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 #F6CDF2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 242 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 305.85º | 0.69% | 0.88% | - |
| HSV(B) | 305.85º | 0.17% | 0.96% | - |
| XYZ | 75.86 | 69.67 | 93.45 | - |
| YUV | 221.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 242 | 0 | 0.17 | 0.02 | 0.04 | 305.85 | 0.69 | 0.88 |
| Hex | F6 | CD | F2 | 0 | 11 | 2 | 4 | 132 | 45 | 58 |
| Octal | 366 | 315 | 362 | 0 | 21 | 2 | 4 | 462 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11110010 | 0 | 10001 | 10 | 100 | 100110010 | 1000101 | 1011000 |
Color Harmonies of #F6CDF2
Complementary color
Monochromatic Colors of #F6CDF2
Black with #F6CDF2
Text Example
Text Example
White with #F6CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDF2; }
p { color: rgb(246,205,242); }
H1.HeaderClassName
{
color: #F6CDF2;
}
.AnyTagClassName
{
color: #F6CDF2;
}
</style>
background-color css
<style>
a { background-color: #F6CDF2; }
a { background-color: rgb(246,205,242); }
div.DivClassName
{
background-color: #F6CDF2;
}
.BgClassName
{
background-color: #F6CDF2;
}
</style>
border-color css
<style>
span { border-color: #F6CDF2; }
span { border-color: rgb(246,205,242); }
td.TdClassName
{
border-color: #F6CDF2;
}
.TagClassName
{
border-color: #F6CDF2;
}
</style>