Shades of Snuff #F1D7F2
Tints of Snuff #F1D7F2
RGB
CMYK
RGB Variations
Color information
#F1D7F2 (or 0xF1D7F2) is known color: Snuff. HEX triplet: F1, D7 and F2. RGB value is (241,215,242). Sum of RGB (Red+Green+Blue) = 241+215+242=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 215 (84.38% from 255 or 30.80% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1D7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7F2 is #0E280D. Grayscale: #E1E1E1. Windows color (decimal): -927758 or 15914993. OLE color: 15914993.
HSL color Cylindrical-coordinate representation of color #F1D7F2: hue angle of 297.78º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7F2 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 242 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.05 |
| HSL | 297.78º | 0.51% | 0.9% | - |
| HSV(B) | 297.78º | 0.11% | 0.95% | - |
| XYZ | 76.6 | 73.71 | 94.19 | - |
| YUV | 225.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 242 | 0.00 | 0.11 | 0 | 0.05 | 297.78 | 0.51 | 0.9 |
| Hex | F1 | D7 | F2 | 0 | B | 0 | 5 | 12A | 33 | 5A |
| Octal | 361 | 327 | 362 | 0 | 13 | 0 | 5 | 452 | 63 | 132 |
| Binary | 11110001 | 11010111 | 11110010 | 0 | 1011 | 0 | 101 | 100101010 | 110011 | 1011010 |
Color Harmonies of #F1D7F2
Complementary color
Monochromatic Colors of #F1D7F2
Black with #F1D7F2
Text Example
Text Example
White with #F1D7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7F2; }
p { color: rgb(241,215,242); }
H1.HeaderClassName
{
color: #F1D7F2;
}
.AnyTagClassName
{
color: #F1D7F2;
}
</style>
background-color css
<style>
a { background-color: #F1D7F2; }
a { background-color: rgb(241,215,242); }
div.DivClassName
{
background-color: #F1D7F2;
}
.BgClassName
{
background-color: #F1D7F2;
}
</style>
border-color css
<style>
span { border-color: #F1D7F2; }
span { border-color: rgb(241,215,242); }
td.TdClassName
{
border-color: #F1D7F2;
}
.TagClassName
{
border-color: #F1D7F2;
}
</style>