Shades of Snuff #F1C9ED
Tints of Snuff #F1C9ED
RGB
CMYK
RGB Variations
Color information
#F1C9ED (or 0xF1C9ED) is known color: Snuff. HEX triplet: F1, C9 and ED. RGB value is (241,201,237). Sum of RGB (Red+Green+Blue) = 241+201+237=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9ED is #0E3612. Grayscale: #D8D8D8. Windows color (decimal): -931347 or 15583729. OLE color: 15583729.
HSL color Cylindrical-coordinate representation of color #F1C9ED: hue angle of 306º 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 #F1C9ED is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 237 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.05 |
| HSL | 306º | 0.59% | 0.87% | - |
| HSV(B) | 306º | 0.17% | 0.95% | - |
| XYZ | 72.45 | 66.59 | 89.16 | - |
| YUV | 217.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 237 | 0 | 0.17 | 0.02 | 0.05 | 306 | 0.59 | 0.87 |
| Hex | F1 | C9 | ED | 0 | 11 | 2 | 5 | 132 | 3B | 57 |
| Octal | 361 | 311 | 355 | 0 | 21 | 2 | 5 | 462 | 73 | 127 |
| Binary | 11110001 | 11001001 | 11101101 | 0 | 10001 | 10 | 101 | 100110010 | 111011 | 1010111 |
Color Harmonies of #F1C9ED
Complementary color
Monochromatic Colors of #F1C9ED
Black with #F1C9ED
Text Example
Text Example
White with #F1C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9ED; }
p { color: rgb(241,201,237); }
H1.HeaderClassName
{
color: #F1C9ED;
}
.AnyTagClassName
{
color: #F1C9ED;
}
</style>
background-color css
<style>
a { background-color: #F1C9ED; }
a { background-color: rgb(241,201,237); }
div.DivClassName
{
background-color: #F1C9ED;
}
.BgClassName
{
background-color: #F1C9ED;
}
</style>
border-color css
<style>
span { border-color: #F1C9ED; }
span { border-color: rgb(241,201,237); }
td.TdClassName
{
border-color: #F1C9ED;
}
.TagClassName
{
border-color: #F1C9ED;
}
</style>