Shades of Snuff #F1C6ED
Tints of Snuff #F1C6ED
RGB
CMYK
RGB Variations
Color information
#F1C6ED (or 0xF1C6ED) is known color: Snuff. HEX triplet: F1, C6 and ED. RGB value is (241,198,237). Sum of RGB (Red+Green+Blue) = 241+198+237=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6ED is #0E3912. Grayscale: #D7D7D7. Windows color (decimal): -932115 or 15582961. OLE color: 15582961.
HSL color Cylindrical-coordinate representation of color #F1C6ED: hue angle of 305.58º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C6ED is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 237 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.05 |
| HSL | 305.58º | 0.61% | 0.86% | - |
| HSV(B) | 305.58º | 0.18% | 0.95% | - |
| XYZ | 71.76 | 65.2 | 88.92 | - |
| YUV | 215.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 237 | 0 | 0.18 | 0.02 | 0.05 | 305.58 | 0.61 | 0.86 |
| Hex | F1 | C6 | ED | 0 | 12 | 2 | 5 | 132 | 3D | 56 |
| Octal | 361 | 306 | 355 | 0 | 22 | 2 | 5 | 462 | 75 | 126 |
| Binary | 11110001 | 11000110 | 11101101 | 0 | 10010 | 10 | 101 | 100110010 | 111101 | 1010110 |
Color Harmonies of #F1C6ED
Complementary color
Monochromatic Colors of #F1C6ED
Black with #F1C6ED
Text Example
Text Example
White with #F1C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6ED; }
p { color: rgb(241,198,237); }
H1.HeaderClassName
{
color: #F1C6ED;
}
.AnyTagClassName
{
color: #F1C6ED;
}
</style>
background-color css
<style>
a { background-color: #F1C6ED; }
a { background-color: rgb(241,198,237); }
div.DivClassName
{
background-color: #F1C6ED;
}
.BgClassName
{
background-color: #F1C6ED;
}
</style>
border-color css
<style>
span { border-color: #F1C6ED; }
span { border-color: rgb(241,198,237); }
td.TdClassName
{
border-color: #F1C6ED;
}
.TagClassName
{
border-color: #F1C6ED;
}
</style>