Shades of Snuff #F6C4F4
Tints of Snuff #F6C4F4
RGB
CMYK
RGB Variations
Color information
#F6C4F4 (or 0xF6C4F4) is known color: Snuff. HEX triplet: F6, C4 and F4. RGB value is (246,196,244). Sum of RGB (Red+Green+Blue) = 246+196+244=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 196 (76.95% from 255 or 28.57% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4F4 is #093B0B. Grayscale: #D8D8D8. Windows color (decimal): -604940 or 16041206. OLE color: 16041206.
HSL color Cylindrical-coordinate representation of color #F6C4F4: hue angle of 302.4º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C4F4 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 244 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.04 |
| HSL | 302.4º | 0.74% | 0.87% | - |
| HSV(B) | 302.4º | 0.2% | 0.96% | - |
| XYZ | 74.08 | 65.6 | 94.35 | - |
| YUV | 216.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 244 | 0 | 0.20 | 0.01 | 0.04 | 302.4 | 0.74 | 0.87 |
| Hex | F6 | C4 | F4 | 0 | 14 | 1 | 4 | 12E | 4A | 57 |
| Octal | 366 | 304 | 364 | 0 | 24 | 1 | 4 | 456 | 112 | 127 |
| Binary | 11110110 | 11000100 | 11110100 | 0 | 10100 | 1 | 100 | 100101110 | 1001010 | 1010111 |
Color Harmonies of #F6C4F4
Complementary color
Monochromatic Colors of #F6C4F4
Black with #F6C4F4
Text Example
Text Example
White with #F6C4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4F4; }
p { color: rgb(246,196,244); }
H1.HeaderClassName
{
color: #F6C4F4;
}
.AnyTagClassName
{
color: #F6C4F4;
}
</style>
background-color css
<style>
a { background-color: #F6C4F4; }
a { background-color: rgb(246,196,244); }
div.DivClassName
{
background-color: #F6C4F4;
}
.BgClassName
{
background-color: #F6C4F4;
}
</style>
border-color css
<style>
span { border-color: #F6C4F4; }
span { border-color: rgb(246,196,244); }
td.TdClassName
{
border-color: #F6C4F4;
}
.TagClassName
{
border-color: #F6C4F4;
}
</style>