Shades of Snuff #F7CFF5
Tints of Snuff #F7CFF5
RGB
CMYK
RGB Variations
Color information
#F7CFF5 (or 0xF7CFF5) is known color: Snuff. HEX triplet: F7, CF and F5. RGB value is (247,207,245). Sum of RGB (Red+Green+Blue) = 247+207+245=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFF5 is #08300A. Grayscale: #DFDFDF. Windows color (decimal): -536587 or 16109559. OLE color: 16109559.
HSL color Cylindrical-coordinate representation of color #F7CFF5: hue angle of 303º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFF5 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 245 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.03 |
| HSL | 303º | 0.71% | 0.89% | - |
| HSV(B) | 303º | 0.16% | 0.97% | - |
| XYZ | 77.15 | 70.99 | 96.02 | - |
| YUV | 223.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 245 | 0 | 0.16 | 0.01 | 0.03 | 303 | 0.71 | 0.89 |
| Hex | F7 | CF | F5 | 0 | 10 | 1 | 3 | 12F | 47 | 59 |
| Octal | 367 | 317 | 365 | 0 | 20 | 1 | 3 | 457 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11110101 | 0 | 10000 | 1 | 11 | 100101111 | 1000111 | 1011001 |
Color Harmonies of #F7CFF5
Complementary color
Monochromatic Colors of #F7CFF5
Black with #F7CFF5
Text Example
Text Example
White with #F7CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFF5; }
p { color: rgb(247,207,245); }
H1.HeaderClassName
{
color: #F7CFF5;
}
.AnyTagClassName
{
color: #F7CFF5;
}
</style>
background-color css
<style>
a { background-color: #F7CFF5; }
a { background-color: rgb(247,207,245); }
div.DivClassName
{
background-color: #F7CFF5;
}
.BgClassName
{
background-color: #F7CFF5;
}
</style>
border-color css
<style>
span { border-color: #F7CFF5; }
span { border-color: rgb(247,207,245); }
td.TdClassName
{
border-color: #F7CFF5;
}
.TagClassName
{
border-color: #F7CFF5;
}
</style>