Shades of Snuff #F4C6EC
Tints of Snuff #F4C6EC
RGB
CMYK
RGB Variations
Color information
#F4C6EC (or 0xF4C6EC) is known color: Snuff. HEX triplet: F4, C6 and EC. RGB value is (244,198,236). Sum of RGB (Red+Green+Blue) = 244+198+236=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C6EC is #0B3913. Grayscale: #D7D7D7. Windows color (decimal): -735508 or 15517428. OLE color: 15517428.
HSL color Cylindrical-coordinate representation of color #F4C6EC: hue angle of 310.43º 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 #F4C6EC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 236 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.04 |
| HSL | 310.43º | 0.68% | 0.87% | - |
| HSV(B) | 310.43º | 0.19% | 0.96% | - |
| XYZ | 72.64 | 65.68 | 88.21 | - |
| YUV | 216.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 236 | 0 | 0.19 | 0.03 | 0.04 | 310.43 | 0.68 | 0.87 |
| Hex | F4 | C6 | EC | 0 | 13 | 3 | 4 | 136 | 44 | 57 |
| Octal | 364 | 306 | 354 | 0 | 23 | 3 | 4 | 466 | 104 | 127 |
| Binary | 11110100 | 11000110 | 11101100 | 0 | 10011 | 11 | 100 | 100110110 | 1000100 | 1010111 |
Color Harmonies of #F4C6EC
Complementary color
Monochromatic Colors of #F4C6EC
Black with #F4C6EC
Text Example
Text Example
White with #F4C6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6EC; }
p { color: rgb(244,198,236); }
H1.HeaderClassName
{
color: #F4C6EC;
}
.AnyTagClassName
{
color: #F4C6EC;
}
</style>
background-color css
<style>
a { background-color: #F4C6EC; }
a { background-color: rgb(244,198,236); }
div.DivClassName
{
background-color: #F4C6EC;
}
.BgClassName
{
background-color: #F4C6EC;
}
</style>
border-color css
<style>
span { border-color: #F4C6EC; }
span { border-color: rgb(244,198,236); }
td.TdClassName
{
border-color: #F4C6EC;
}
.TagClassName
{
border-color: #F4C6EC;
}
</style>