Shades of Snuff #F4C6EF
Tints of Snuff #F4C6EF
RGB
CMYK
RGB Variations
Color information
#F4C6EF (or 0xF4C6EF) is known color: Snuff. HEX triplet: F4, C6 and EF. RGB value is (244,198,239). Sum of RGB (Red+Green+Blue) = 244+198+239=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C6EF is #0B3910. Grayscale: #D8D8D8. Windows color (decimal): -735505 or 15714036. OLE color: 15714036.
HSL color Cylindrical-coordinate representation of color #F4C6EF: hue angle of 306.52º 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 #F4C6EF is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 239 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.04 |
| HSL | 306.52º | 0.68% | 0.87% | - |
| HSV(B) | 306.52º | 0.19% | 0.96% | - |
| XYZ | 73.08 | 65.85 | 90.52 | - |
| YUV | 216.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 239 | 0 | 0.19 | 0.02 | 0.04 | 306.52 | 0.68 | 0.87 |
| Hex | F4 | C6 | EF | 0 | 13 | 2 | 4 | 133 | 44 | 57 |
| Octal | 364 | 306 | 357 | 0 | 23 | 2 | 4 | 463 | 104 | 127 |
| Binary | 11110100 | 11000110 | 11101111 | 0 | 10011 | 10 | 100 | 100110011 | 1000100 | 1010111 |
Color Harmonies of #F4C6EF
Complementary color
Monochromatic Colors of #F4C6EF
Black with #F4C6EF
Text Example
Text Example
White with #F4C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6EF; }
p { color: rgb(244,198,239); }
H1.HeaderClassName
{
color: #F4C6EF;
}
.AnyTagClassName
{
color: #F4C6EF;
}
</style>
background-color css
<style>
a { background-color: #F4C6EF; }
a { background-color: rgb(244,198,239); }
div.DivClassName
{
background-color: #F4C6EF;
}
.BgClassName
{
background-color: #F4C6EF;
}
</style>
border-color css
<style>
span { border-color: #F4C6EF; }
span { border-color: rgb(244,198,239); }
td.TdClassName
{
border-color: #F4C6EF;
}
.TagClassName
{
border-color: #F4C6EF;
}
</style>