Shades of Snuff #F1CFEF
Tints of Snuff #F1CFEF
RGB
CMYK
RGB Variations
Color information
#F1CFEF (or 0xF1CFEF) is known color: Snuff. HEX triplet: F1, CF and EF. RGB value is (241,207,239). Sum of RGB (Red+Green+Blue) = 241+207+239=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFEF is #0E3010. Grayscale: #DCDCDC. Windows color (decimal): -929809 or 15716337. OLE color: 15716337.
HSL color Cylindrical-coordinate representation of color #F1CFEF: hue angle of 303.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFEF is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 239 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.05 |
| HSL | 303.53º | 0.55% | 0.88% | - |
| HSV(B) | 303.53º | 0.14% | 0.95% | - |
| XYZ | 74.17 | 69.56 | 91.18 | - |
| YUV | 220.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 239 | 0 | 0.14 | 0.01 | 0.05 | 303.53 | 0.55 | 0.88 |
| Hex | F1 | CF | EF | 0 | E | 1 | 5 | 130 | 37 | 58 |
| Octal | 361 | 317 | 357 | 0 | 16 | 1 | 5 | 460 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11101111 | 0 | 1110 | 1 | 101 | 100110000 | 110111 | 1011000 |
Color Harmonies of #F1CFEF
Complementary color
Monochromatic Colors of #F1CFEF
Black with #F1CFEF
Text Example
Text Example
White with #F1CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFEF; }
p { color: rgb(241,207,239); }
H1.HeaderClassName
{
color: #F1CFEF;
}
.AnyTagClassName
{
color: #F1CFEF;
}
</style>
background-color css
<style>
a { background-color: #F1CFEF; }
a { background-color: rgb(241,207,239); }
div.DivClassName
{
background-color: #F1CFEF;
}
.BgClassName
{
background-color: #F1CFEF;
}
</style>
border-color css
<style>
span { border-color: #F1CFEF; }
span { border-color: rgb(241,207,239); }
td.TdClassName
{
border-color: #F1CFEF;
}
.TagClassName
{
border-color: #F1CFEF;
}
</style>