Shades of Snuff #F4C6F1
Tints of Snuff #F4C6F1
RGB
CMYK
RGB Variations
Color information
#F4C6F1 (or 0xF4C6F1) is known color: Snuff. HEX triplet: F4, C6 and F1. RGB value is (244,198,241). Sum of RGB (Red+Green+Blue) = 244+198+241=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C6F1 is #0B390E. Grayscale: #D8D8D8. Windows color (decimal): -735503 or 15845108. OLE color: 15845108.
HSL color Cylindrical-coordinate representation of color #F4C6F1: hue angle of 303.91º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C6F1 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 241 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.04 |
| HSL | 303.91º | 0.68% | 0.87% | - |
| HSV(B) | 303.91º | 0.19% | 0.96% | - |
| XYZ | 73.38 | 65.97 | 92.09 | - |
| YUV | 216.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 241 | 0 | 0.19 | 0.01 | 0.04 | 303.91 | 0.68 | 0.87 |
| Hex | F4 | C6 | F1 | 0 | 13 | 1 | 4 | 130 | 44 | 57 |
| Octal | 364 | 306 | 361 | 0 | 23 | 1 | 4 | 460 | 104 | 127 |
| Binary | 11110100 | 11000110 | 11110001 | 0 | 10011 | 1 | 100 | 100110000 | 1000100 | 1010111 |
Color Harmonies of #F4C6F1
Complementary color
Monochromatic Colors of #F4C6F1
Black with #F4C6F1
Text Example
Text Example
White with #F4C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6F1; }
p { color: rgb(244,198,241); }
H1.HeaderClassName
{
color: #F4C6F1;
}
.AnyTagClassName
{
color: #F4C6F1;
}
</style>
background-color css
<style>
a { background-color: #F4C6F1; }
a { background-color: rgb(244,198,241); }
div.DivClassName
{
background-color: #F4C6F1;
}
.BgClassName
{
background-color: #F4C6F1;
}
</style>
border-color css
<style>
span { border-color: #F4C6F1; }
span { border-color: rgb(244,198,241); }
td.TdClassName
{
border-color: #F4C6F1;
}
.TagClassName
{
border-color: #F4C6F1;
}
</style>