Shades of Snuff #F6CCF2
Tints of Snuff #F6CCF2
RGB
CMYK
RGB Variations
Color information
#F6CCF2 (or 0xF6CCF2) is known color: Snuff. HEX triplet: F6, CC and F2. RGB value is (246,204,242). Sum of RGB (Red+Green+Blue) = 246+204+242=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CCF2 is #09330D. Grayscale: #DCDCDC. Windows color (decimal): -602894 or 15912182. OLE color: 15912182.
HSL color Cylindrical-coordinate representation of color #F6CCF2: hue angle of 305.71º degrees, saturation: 0.7, 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 #F6CCF2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 242 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.04 |
| HSL | 305.71º | 0.7% | 0.88% | - |
| HSV(B) | 305.71º | 0.17% | 0.96% | - |
| XYZ | 75.63 | 69.19 | 93.37 | - |
| YUV | 220.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 242 | 0 | 0.17 | 0.02 | 0.04 | 305.71 | 0.7 | 0.88 |
| Hex | F6 | CC | F2 | 0 | 11 | 2 | 4 | 132 | 46 | 58 |
| Octal | 366 | 314 | 362 | 0 | 21 | 2 | 4 | 462 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11110010 | 0 | 10001 | 10 | 100 | 100110010 | 1000110 | 1011000 |
Color Harmonies of #F6CCF2
Complementary color
Monochromatic Colors of #F6CCF2
Black with #F6CCF2
Text Example
Text Example
White with #F6CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCF2; }
p { color: rgb(246,204,242); }
H1.HeaderClassName
{
color: #F6CCF2;
}
.AnyTagClassName
{
color: #F6CCF2;
}
</style>
background-color css
<style>
a { background-color: #F6CCF2; }
a { background-color: rgb(246,204,242); }
div.DivClassName
{
background-color: #F6CCF2;
}
.BgClassName
{
background-color: #F6CCF2;
}
</style>
border-color css
<style>
span { border-color: #F6CCF2; }
span { border-color: rgb(246,204,242); }
td.TdClassName
{
border-color: #F6CCF2;
}
.TagClassName
{
border-color: #F6CCF2;
}
</style>