Shades of Snuff #F1C8EF
Tints of Snuff #F1C8EF
RGB
CMYK
RGB Variations
Color information
#F1C8EF (or 0xF1C8EF) is known color: Snuff. HEX triplet: F1, C8 and EF. RGB value is (241,200,239). Sum of RGB (Red+Green+Blue) = 241+200+239=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8EF is #0E3710. Grayscale: #D8D8D8. Windows color (decimal): -931601 or 15714545. OLE color: 15714545.
HSL color Cylindrical-coordinate representation of color #F1C8EF: hue angle of 302.93º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8EF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 239 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.05 |
| HSL | 302.93º | 0.59% | 0.86% | - |
| HSV(B) | 302.93º | 0.17% | 0.95% | - |
| XYZ | 72.51 | 66.24 | 90.63 | - |
| YUV | 216.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 239 | 0 | 0.17 | 0.01 | 0.05 | 302.93 | 0.59 | 0.86 |
| Hex | F1 | C8 | EF | 0 | 11 | 1 | 5 | 12F | 3B | 56 |
| Octal | 361 | 310 | 357 | 0 | 21 | 1 | 5 | 457 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11101111 | 0 | 10001 | 1 | 101 | 100101111 | 111011 | 1010110 |
Color Harmonies of #F1C8EF
Complementary color
Monochromatic Colors of #F1C8EF
Black with #F1C8EF
Text Example
Text Example
White with #F1C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8EF; }
p { color: rgb(241,200,239); }
H1.HeaderClassName
{
color: #F1C8EF;
}
.AnyTagClassName
{
color: #F1C8EF;
}
</style>
background-color css
<style>
a { background-color: #F1C8EF; }
a { background-color: rgb(241,200,239); }
div.DivClassName
{
background-color: #F1C8EF;
}
.BgClassName
{
background-color: #F1C8EF;
}
</style>
border-color css
<style>
span { border-color: #F1C8EF; }
span { border-color: rgb(241,200,239); }
td.TdClassName
{
border-color: #F1C8EF;
}
.TagClassName
{
border-color: #F1C8EF;
}
</style>