Shades of Snuff #F6CDF0
Tints of Snuff #F6CDF0
RGB
CMYK
RGB Variations
Color information
#F6CDF0 (or 0xF6CDF0) is known color: Snuff. HEX triplet: F6, CD and F0. RGB value is (246,205,240). Sum of RGB (Red+Green+Blue) = 246+205+240=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDF0 is #09320F. Grayscale: #DDDDDD. Windows color (decimal): -602640 or 15781366. OLE color: 15781366.
HSL color Cylindrical-coordinate representation of color #F6CDF0: hue angle of 308.78º 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 #F6CDF0 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 240 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 308.78º | 0.69% | 0.88% | - |
| HSV(B) | 308.78º | 0.17% | 0.96% | - |
| XYZ | 75.57 | 69.55 | 91.88 | - |
| YUV | 221.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 240 | 0 | 0.17 | 0.02 | 0.04 | 308.78 | 0.69 | 0.88 |
| Hex | F6 | CD | F0 | 0 | 11 | 2 | 4 | 135 | 45 | 58 |
| Octal | 366 | 315 | 360 | 0 | 21 | 2 | 4 | 465 | 105 | 130 |
| Binary | 11110110 | 11001101 | 11110000 | 0 | 10001 | 10 | 100 | 100110101 | 1000101 | 1011000 |
Color Harmonies of #F6CDF0
Complementary color
Monochromatic Colors of #F6CDF0
Black with #F6CDF0
Text Example
Text Example
White with #F6CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDF0; }
p { color: rgb(246,205,240); }
H1.HeaderClassName
{
color: #F6CDF0;
}
.AnyTagClassName
{
color: #F6CDF0;
}
</style>
background-color css
<style>
a { background-color: #F6CDF0; }
a { background-color: rgb(246,205,240); }
div.DivClassName
{
background-color: #F6CDF0;
}
.BgClassName
{
background-color: #F6CDF0;
}
</style>
border-color css
<style>
span { border-color: #F6CDF0; }
span { border-color: rgb(246,205,240); }
td.TdClassName
{
border-color: #F6CDF0;
}
.TagClassName
{
border-color: #F6CDF0;
}
</style>