Shades of Snuff #F7C2F1
Tints of Snuff #F7C2F1
RGB
CMYK
RGB Variations
Color information
#F7C2F1 (or 0xF7C2F1) is known color: Snuff. HEX triplet: F7, C2 and F1. RGB value is (247,194,241). Sum of RGB (Red+Green+Blue) = 247+194+241=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2F1 is #083D0E. Grayscale: #D7D7D7. Windows color (decimal): -539919 or 15844087. OLE color: 15844087.
HSL color Cylindrical-coordinate representation of color #F7C2F1: hue angle of 306.79º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2F1 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 194 | 241 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.03 |
| HSL | 306.79º | 0.77% | 0.86% | - |
| HSV(B) | 306.79º | 0.21% | 0.97% | - |
| XYZ | 73.53 | 64.71 | 91.83 | - |
| YUV | 215.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 194 | 241 | 0 | 0.21 | 0.02 | 0.03 | 306.79 | 0.77 | 0.86 |
| Hex | F7 | C2 | F1 | 0 | 15 | 2 | 3 | 133 | 4D | 56 |
| Octal | 367 | 302 | 361 | 0 | 25 | 2 | 3 | 463 | 115 | 126 |
| Binary | 11110111 | 11000010 | 11110001 | 0 | 10101 | 10 | 11 | 100110011 | 1001101 | 1010110 |
Color Harmonies of #F7C2F1
Complementary color
Monochromatic Colors of #F7C2F1
Black with #F7C2F1
Text Example
Text Example
White with #F7C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C2F1; }
p { color: rgb(247,194,241); }
H1.HeaderClassName
{
color: #F7C2F1;
}
.AnyTagClassName
{
color: #F7C2F1;
}
</style>
background-color css
<style>
a { background-color: #F7C2F1; }
a { background-color: rgb(247,194,241); }
div.DivClassName
{
background-color: #F7C2F1;
}
.BgClassName
{
background-color: #F7C2F1;
}
</style>
border-color css
<style>
span { border-color: #F7C2F1; }
span { border-color: rgb(247,194,241); }
td.TdClassName
{
border-color: #F7C2F1;
}
.TagClassName
{
border-color: #F7C2F1;
}
</style>