Shades of Snuff #FFC7F7
Tints of Snuff #FFC7F7
RGB
CMYK
RGB Variations
Color information
#FFC7F7 (or 0xFFC7F7) is known color: Snuff. HEX triplet: FF, C7 and F7. RGB value is (255,199,247). Sum of RGB (Red+Green+Blue) = 255+199+247=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 199 (78.12% from 255 or 28.39% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F7 is #003808. Grayscale: #DDDDDD. Windows color (decimal): -14345 or 16238591. OLE color: 16238591.
HSL color Cylindrical-coordinate representation of color #FFC7F7: hue angle of 308.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7F7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 247 | - |
| CMYK | 0 | 0.22 | 0.03 | 0 |
| HSL | 308.57º | 1% | 0.89% | - |
| HSV(B) | 308.57º | 0.22% | 1% | - |
| XYZ | 78.45 | 68.82 | 97.14 | - |
| YUV | 221.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 247 | 0 | 0.22 | 0.03 | 0 | 308.57 | 1 | 0.89 |
| Hex | FF | C7 | F7 | 0 | 16 | 3 | 0 | 135 | 64 | 59 |
| Octal | 377 | 307 | 367 | 0 | 26 | 3 | 0 | 465 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11110111 | 0 | 10110 | 11 | 0 | 100110101 | 1100100 | 1011001 |
Color Harmonies of #FFC7F7
Complementary color
Monochromatic Colors of #FFC7F7
Black with #FFC7F7
Text Example
Text Example
White with #FFC7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7F7; }
p { color: rgb(255,199,247); }
H1.HeaderClassName
{
color: #FFC7F7;
}
.AnyTagClassName
{
color: #FFC7F7;
}
</style>
background-color css
<style>
a { background-color: #FFC7F7; }
a { background-color: rgb(255,199,247); }
div.DivClassName
{
background-color: #FFC7F7;
}
.BgClassName
{
background-color: #FFC7F7;
}
</style>
border-color css
<style>
span { border-color: #FFC7F7; }
span { border-color: rgb(255,199,247); }
td.TdClassName
{
border-color: #FFC7F7;
}
.TagClassName
{
border-color: #FFC7F7;
}
</style>