Shades of Snuff #F4C1F6
Tints of Snuff #F4C1F6
RGB
CMYK
RGB Variations
Color information
#F4C1F6 (or 0xF4C1F6) is known color: Snuff. HEX triplet: F4, C1 and F6. RGB value is (244,193,246). Sum of RGB (Red+Green+Blue) = 244+193+246=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4C1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C1F6 is #0B3E09. Grayscale: #D6D6D6. Windows color (decimal): -736778 or 16171508. OLE color: 16171508.
HSL color Cylindrical-coordinate representation of color #F4C1F6: hue angle of 297.74º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4C1F6 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 246 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.04 |
| HSL | 297.74º | 0.75% | 0.86% | - |
| HSV(B) | 297.74º | 0.22% | 0.96% | - |
| XYZ | 73.01 | 64.03 | 95.7 | - |
| YUV | 214.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 246 | 0.01 | 0.22 | 0 | 0.04 | 297.74 | 0.75 | 0.86 |
| Hex | F4 | C1 | F6 | 1 | 16 | 0 | 4 | 12A | 4B | 56 |
| Octal | 364 | 301 | 366 | 1 | 26 | 0 | 4 | 452 | 113 | 126 |
| Binary | 11110100 | 11000001 | 11110110 | 1 | 10110 | 0 | 100 | 100101010 | 1001011 | 1010110 |
Color Harmonies of #F4C1F6
Complementary color
Monochromatic Colors of #F4C1F6
Black with #F4C1F6
Text Example
Text Example
White with #F4C1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1F6; }
p { color: rgb(244,193,246); }
H1.HeaderClassName
{
color: #F4C1F6;
}
.AnyTagClassName
{
color: #F4C1F6;
}
</style>
background-color css
<style>
a { background-color: #F4C1F6; }
a { background-color: rgb(244,193,246); }
div.DivClassName
{
background-color: #F4C1F6;
}
.BgClassName
{
background-color: #F4C1F6;
}
</style>
border-color css
<style>
span { border-color: #F4C1F6; }
span { border-color: rgb(244,193,246); }
td.TdClassName
{
border-color: #F4C1F6;
}
.TagClassName
{
border-color: #F4C1F6;
}
</style>