Shades of Snuff #F7DEF1
Tints of Snuff #F7DEF1
RGB
CMYK
RGB Variations
Color information
#F7DEF1 (or 0xF7DEF1) is known color: Snuff. HEX triplet: F7, DE and F1. RGB value is (247,222,241). Sum of RGB (Red+Green+Blue) = 247+222+241=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DEF1 is #08210E. Grayscale: #E7E7E7. Windows color (decimal): -532751 or 15851255. OLE color: 15851255.
HSL color Cylindrical-coordinate representation of color #F7DEF1: hue angle of 314.4º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DEF1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 241 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.03 |
| HSL | 314.4º | 0.61% | 0.92% | - |
| HSV(B) | 314.4º | 0.1% | 0.97% | - |
| XYZ | 80.36 | 78.37 | 94.11 | - |
| YUV | 231.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 241 | 0 | 0.10 | 0.02 | 0.03 | 314.4 | 0.61 | 0.92 |
| Hex | F7 | DE | F1 | 0 | A | 2 | 3 | 13A | 3D | 5C |
| Octal | 367 | 336 | 361 | 0 | 12 | 2 | 3 | 472 | 75 | 134 |
| Binary | 11110111 | 11011110 | 11110001 | 0 | 1010 | 10 | 11 | 100111010 | 111101 | 1011100 |
Color Harmonies of #F7DEF1
Complementary color
Monochromatic Colors of #F7DEF1
Black with #F7DEF1
Text Example
Text Example
White with #F7DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEF1; }
p { color: rgb(247,222,241); }
H1.HeaderClassName
{
color: #F7DEF1;
}
.AnyTagClassName
{
color: #F7DEF1;
}
</style>
background-color css
<style>
a { background-color: #F7DEF1; }
a { background-color: rgb(247,222,241); }
div.DivClassName
{
background-color: #F7DEF1;
}
.BgClassName
{
background-color: #F7DEF1;
}
</style>
border-color css
<style>
span { border-color: #F7DEF1; }
span { border-color: rgb(247,222,241); }
td.TdClassName
{
border-color: #F7DEF1;
}
.TagClassName
{
border-color: #F7DEF1;
}
</style>