Shades of Snuff #F1CEEF
Tints of Snuff #F1CEEF
RGB
CMYK
RGB Variations
Color information
#F1CEEF (or 0xF1CEEF) is known color: Snuff. HEX triplet: F1, CE and EF. RGB value is (241,206,239). Sum of RGB (Red+Green+Blue) = 241+206+239=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEEF is #0E3110. Grayscale: #DCDCDC. Windows color (decimal): -930065 or 15716081. OLE color: 15716081.
HSL color Cylindrical-coordinate representation of color #F1CEEF: hue angle of 303.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CEEF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 239 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.05 |
| HSL | 303.43º | 0.56% | 0.88% | - |
| HSV(B) | 303.43º | 0.15% | 0.95% | - |
| XYZ | 73.93 | 69.08 | 91.1 | - |
| YUV | 220.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 239 | 0 | 0.15 | 0.01 | 0.05 | 303.43 | 0.56 | 0.88 |
| Hex | F1 | CE | EF | 0 | F | 1 | 5 | 12F | 38 | 58 |
| Octal | 361 | 316 | 357 | 0 | 17 | 1 | 5 | 457 | 70 | 130 |
| Binary | 11110001 | 11001110 | 11101111 | 0 | 1111 | 1 | 101 | 100101111 | 111000 | 1011000 |
Color Harmonies of #F1CEEF
Complementary color
Monochromatic Colors of #F1CEEF
Black with #F1CEEF
Text Example
Text Example
White with #F1CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEEF; }
p { color: rgb(241,206,239); }
H1.HeaderClassName
{
color: #F1CEEF;
}
.AnyTagClassName
{
color: #F1CEEF;
}
</style>
background-color css
<style>
a { background-color: #F1CEEF; }
a { background-color: rgb(241,206,239); }
div.DivClassName
{
background-color: #F1CEEF;
}
.BgClassName
{
background-color: #F1CEEF;
}
</style>
border-color css
<style>
span { border-color: #F1CEEF; }
span { border-color: rgb(241,206,239); }
td.TdClassName
{
border-color: #F1CEEF;
}
.TagClassName
{
border-color: #F1CEEF;
}
</style>