Shades of Snuff #F6CFED
Tints of Snuff #F6CFED
RGB
CMYK
RGB Variations
Color information
#F6CFED (or 0xF6CFED) is known color: Snuff. HEX triplet: F6, CF and ED. RGB value is (246,207,237). Sum of RGB (Red+Green+Blue) = 246+207+237=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFED is #093012. Grayscale: #DEDEDE. Windows color (decimal): -602131 or 15585270. OLE color: 15585270.
HSL color Cylindrical-coordinate representation of color #F6CFED: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFED is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 237 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.04 |
| HSL | 313.85º | 0.68% | 0.89% | - |
| HSV(B) | 313.85º | 0.16% | 0.96% | - |
| XYZ | 75.6 | 70.33 | 89.71 | - |
| YUV | 222.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 237 | 0 | 0.16 | 0.04 | 0.04 | 313.85 | 0.68 | 0.89 |
| Hex | F6 | CF | ED | 0 | 10 | 4 | 4 | 13A | 44 | 59 |
| Octal | 366 | 317 | 355 | 0 | 20 | 4 | 4 | 472 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11101101 | 0 | 10000 | 100 | 100 | 100111010 | 1000100 | 1011001 |
Color Harmonies of #F6CFED
Complementary color
Monochromatic Colors of #F6CFED
Black with #F6CFED
Text Example
Text Example
White with #F6CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFED; }
p { color: rgb(246,207,237); }
H1.HeaderClassName
{
color: #F6CFED;
}
.AnyTagClassName
{
color: #F6CFED;
}
</style>
background-color css
<style>
a { background-color: #F6CFED; }
a { background-color: rgb(246,207,237); }
div.DivClassName
{
background-color: #F6CFED;
}
.BgClassName
{
background-color: #F6CFED;
}
</style>
border-color css
<style>
span { border-color: #F6CFED; }
span { border-color: rgb(246,207,237); }
td.TdClassName
{
border-color: #F6CFED;
}
.TagClassName
{
border-color: #F6CFED;
}
</style>