Shades of Snuff #F1C8EE
Tints of Snuff #F1C8EE
RGB
CMYK
RGB Variations
Color information
#F1C8EE (or 0xF1C8EE) is known color: Snuff. HEX triplet: F1, C8 and EE. RGB value is (241,200,238). Sum of RGB (Red+Green+Blue) = 241+200+238=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8EE is #0E3711. Grayscale: #D8D8D8. Windows color (decimal): -931602 or 15649009. OLE color: 15649009.
HSL color Cylindrical-coordinate representation of color #F1C8EE: hue angle of 304.39º 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 #F1C8EE is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 238 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.05 |
| HSL | 304.39º | 0.59% | 0.86% | - |
| HSV(B) | 304.39º | 0.17% | 0.95% | - |
| XYZ | 72.36 | 66.18 | 89.85 | - |
| YUV | 216.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 238 | 0 | 0.17 | 0.01 | 0.05 | 304.39 | 0.59 | 0.86 |
| Hex | F1 | C8 | EE | 0 | 11 | 1 | 5 | 130 | 3B | 56 |
| Octal | 361 | 310 | 356 | 0 | 21 | 1 | 5 | 460 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11101110 | 0 | 10001 | 1 | 101 | 100110000 | 111011 | 1010110 |
Color Harmonies of #F1C8EE
Complementary color
Monochromatic Colors of #F1C8EE
Black with #F1C8EE
Text Example
Text Example
White with #F1C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8EE; }
p { color: rgb(241,200,238); }
H1.HeaderClassName
{
color: #F1C8EE;
}
.AnyTagClassName
{
color: #F1C8EE;
}
</style>
background-color css
<style>
a { background-color: #F1C8EE; }
a { background-color: rgb(241,200,238); }
div.DivClassName
{
background-color: #F1C8EE;
}
.BgClassName
{
background-color: #F1C8EE;
}
</style>
border-color css
<style>
span { border-color: #F1C8EE; }
span { border-color: rgb(241,200,238); }
td.TdClassName
{
border-color: #F1C8EE;
}
.TagClassName
{
border-color: #F1C8EE;
}
</style>