Shades of Snuff #F7CCF1
Tints of Snuff #F7CCF1
RGB
CMYK
RGB Variations
Color information
#F7CCF1 (or 0xF7CCF1) is known color: Snuff. HEX triplet: F7, CC and F1. RGB value is (247,204,241). Sum of RGB (Red+Green+Blue) = 247+204+241=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCF1 is #08330E. Grayscale: #DCDCDC. Windows color (decimal): -537359 or 15846647. OLE color: 15846647.
HSL color Cylindrical-coordinate representation of color #F7CCF1: hue angle of 308.37º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCF1 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 241 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.03 |
| HSL | 308.37º | 0.73% | 0.88% | - |
| HSV(B) | 308.37º | 0.17% | 0.97% | - |
| XYZ | 75.83 | 69.31 | 92.6 | - |
| YUV | 221.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 241 | 0 | 0.17 | 0.02 | 0.03 | 308.37 | 0.73 | 0.88 |
| Hex | F7 | CC | F1 | 0 | 11 | 2 | 3 | 134 | 49 | 58 |
| Octal | 367 | 314 | 361 | 0 | 21 | 2 | 3 | 464 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11110001 | 0 | 10001 | 10 | 11 | 100110100 | 1001001 | 1011000 |
Color Harmonies of #F7CCF1
Complementary color
Monochromatic Colors of #F7CCF1
Black with #F7CCF1
Text Example
Text Example
White with #F7CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCF1; }
p { color: rgb(247,204,241); }
H1.HeaderClassName
{
color: #F7CCF1;
}
.AnyTagClassName
{
color: #F7CCF1;
}
</style>
background-color css
<style>
a { background-color: #F7CCF1; }
a { background-color: rgb(247,204,241); }
div.DivClassName
{
background-color: #F7CCF1;
}
.BgClassName
{
background-color: #F7CCF1;
}
</style>
border-color css
<style>
span { border-color: #F7CCF1; }
span { border-color: rgb(247,204,241); }
td.TdClassName
{
border-color: #F7CCF1;
}
.TagClassName
{
border-color: #F7CCF1;
}
</style>