Shades of Snuff #F9CEF1
Tints of Snuff #F9CEF1
RGB
CMYK
RGB Variations
Color information
#F9CEF1 (or 0xF9CEF1) is known color: Snuff. HEX triplet: F9, CE and F1. RGB value is (249,206,241). Sum of RGB (Red+Green+Blue) = 249+206+241=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 206 (80.86% from 255 or 29.60% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEF1 is #06310E. Grayscale: #DEDEDE. Windows color (decimal): -405775 or 15847161. OLE color: 15847161.
HSL color Cylindrical-coordinate representation of color #F9CEF1: hue angle of 311.16º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CEF1 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 241 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.02 |
| HSL | 311.16º | 0.78% | 0.89% | - |
| HSV(B) | 311.16º | 0.17% | 0.98% | - |
| XYZ | 77.02 | 70.63 | 92.79 | - |
| YUV | 222.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 241 | 0 | 0.17 | 0.03 | 0.02 | 311.16 | 0.78 | 0.89 |
| Hex | F9 | CE | F1 | 0 | 11 | 3 | 2 | 137 | 4E | 59 |
| Octal | 371 | 316 | 361 | 0 | 21 | 3 | 2 | 467 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11110001 | 0 | 10001 | 11 | 10 | 100110111 | 1001110 | 1011001 |
Color Harmonies of #F9CEF1
Complementary color
Monochromatic Colors of #F9CEF1
Black with #F9CEF1
Text Example
Text Example
White with #F9CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEF1; }
p { color: rgb(249,206,241); }
H1.HeaderClassName
{
color: #F9CEF1;
}
.AnyTagClassName
{
color: #F9CEF1;
}
</style>
background-color css
<style>
a { background-color: #F9CEF1; }
a { background-color: rgb(249,206,241); }
div.DivClassName
{
background-color: #F9CEF1;
}
.BgClassName
{
background-color: #F9CEF1;
}
</style>
border-color css
<style>
span { border-color: #F9CEF1; }
span { border-color: rgb(249,206,241); }
td.TdClassName
{
border-color: #F9CEF1;
}
.TagClassName
{
border-color: #F9CEF1;
}
</style>