Shades of Snuff #F1C9EC
Tints of Snuff #F1C9EC
RGB
CMYK
RGB Variations
Color information
#F1C9EC (or 0xF1C9EC) is known color: Snuff. HEX triplet: F1, C9 and EC. RGB value is (241,201,236). Sum of RGB (Red+Green+Blue) = 241+201+236=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9EC is #0E3613. Grayscale: #D8D8D8. Windows color (decimal): -931348 or 15518193. OLE color: 15518193.
HSL color Cylindrical-coordinate representation of color #F1C9EC: hue angle of 307.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C9EC is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 236 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.05 |
| HSL | 307.5º | 0.59% | 0.87% | - |
| HSV(B) | 307.5º | 0.17% | 0.95% | - |
| XYZ | 72.3 | 66.53 | 88.39 | - |
| YUV | 216.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 236 | 0 | 0.17 | 0.02 | 0.05 | 307.5 | 0.59 | 0.87 |
| Hex | F1 | C9 | EC | 0 | 11 | 2 | 5 | 134 | 3B | 57 |
| Octal | 361 | 311 | 354 | 0 | 21 | 2 | 5 | 464 | 73 | 127 |
| Binary | 11110001 | 11001001 | 11101100 | 0 | 10001 | 10 | 101 | 100110100 | 111011 | 1010111 |
Color Harmonies of #F1C9EC
Complementary color
Monochromatic Colors of #F1C9EC
Black with #F1C9EC
Text Example
Text Example
White with #F1C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9EC; }
p { color: rgb(241,201,236); }
H1.HeaderClassName
{
color: #F1C9EC;
}
.AnyTagClassName
{
color: #F1C9EC;
}
</style>
background-color css
<style>
a { background-color: #F1C9EC; }
a { background-color: rgb(241,201,236); }
div.DivClassName
{
background-color: #F1C9EC;
}
.BgClassName
{
background-color: #F1C9EC;
}
</style>
border-color css
<style>
span { border-color: #F1C9EC; }
span { border-color: rgb(241,201,236); }
td.TdClassName
{
border-color: #F1C9EC;
}
.TagClassName
{
border-color: #F1C9EC;
}
</style>