Shades of Snuff #F1C4EC
Tints of Snuff #F1C4EC
RGB
CMYK
RGB Variations
Color information
#F1C4EC (or 0xF1C4EC) is known color: Snuff. HEX triplet: F1, C4 and EC. RGB value is (241,196,236). Sum of RGB (Red+Green+Blue) = 241+196+236=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 196 (76.95% from 255 or 29.12% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4EC is #0E3B13. Grayscale: #D5D5D5. Windows color (decimal): -932628 or 15516913. OLE color: 15516913.
HSL color Cylindrical-coordinate representation of color #F1C4EC: hue angle of 306.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4EC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 236 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.05 |
| HSL | 306.67º | 0.62% | 0.86% | - |
| HSV(B) | 306.67º | 0.19% | 0.95% | - |
| XYZ | 71.16 | 64.24 | 88.01 | - |
| YUV | 214.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 236 | 0 | 0.19 | 0.02 | 0.05 | 306.67 | 0.62 | 0.86 |
| Hex | F1 | C4 | EC | 0 | 13 | 2 | 5 | 133 | 3E | 56 |
| Octal | 361 | 304 | 354 | 0 | 23 | 2 | 5 | 463 | 76 | 126 |
| Binary | 11110001 | 11000100 | 11101100 | 0 | 10011 | 10 | 101 | 100110011 | 111110 | 1010110 |
Color Harmonies of #F1C4EC
Complementary color
Monochromatic Colors of #F1C4EC
Black with #F1C4EC
Text Example
Text Example
White with #F1C4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4EC; }
p { color: rgb(241,196,236); }
H1.HeaderClassName
{
color: #F1C4EC;
}
.AnyTagClassName
{
color: #F1C4EC;
}
</style>
background-color css
<style>
a { background-color: #F1C4EC; }
a { background-color: rgb(241,196,236); }
div.DivClassName
{
background-color: #F1C4EC;
}
.BgClassName
{
background-color: #F1C4EC;
}
</style>
border-color css
<style>
span { border-color: #F1C4EC; }
span { border-color: rgb(241,196,236); }
td.TdClassName
{
border-color: #F1C4EC;
}
.TagClassName
{
border-color: #F1C4EC;
}
</style>