Shades of Snuff #F7C8FA
Tints of Snuff #F7C8FA
RGB
CMYK
RGB Variations
Color information
#F7C8FA (or 0xF7C8FA) is known color: Snuff. HEX triplet: F7, C8 and FA. RGB value is (247,200,250). Sum of RGB (Red+Green+Blue) = 247+200+250=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 200 (78.52% from 255 or 28.69% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8FA is #083705. Grayscale: #DBDBDB. Windows color (decimal): -538374 or 16435447. OLE color: 16435447.
HSL color Cylindrical-coordinate representation of color #F7C8FA: hue angle of 296.4º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C8FA is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 200 | 250 | - |
| CMYK | 0.01 | 0.2 | 0 | 0.02 |
| HSL | 296.4º | 0.83% | 0.88% | - |
| HSV(B) | 296.4º | 0.2% | 0.98% | - |
| XYZ | 76.27 | 67.98 | 99.55 | - |
| YUV | 219.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 250 | 0.01 | 0.2 | 0 | 0.02 | 296.4 | 0.83 | 0.88 |
| Hex | F7 | C8 | FA | 1 | 14 | 0 | 2 | 128 | 53 | 58 |
| Octal | 367 | 310 | 372 | 1 | 24 | 0 | 2 | 450 | 123 | 130 |
| Binary | 11110111 | 11001000 | 11111010 | 1 | 10100 | 0 | 10 | 100101000 | 1010011 | 1011000 |
Color Harmonies of #F7C8FA
Complementary color
Monochromatic Colors of #F7C8FA
Black with #F7C8FA
Text Example
Text Example
White with #F7C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8FA; }
p { color: rgb(247,200,250); }
H1.HeaderClassName
{
color: #F7C8FA;
}
.AnyTagClassName
{
color: #F7C8FA;
}
</style>
background-color css
<style>
a { background-color: #F7C8FA; }
a { background-color: rgb(247,200,250); }
div.DivClassName
{
background-color: #F7C8FA;
}
.BgClassName
{
background-color: #F7C8FA;
}
</style>
border-color css
<style>
span { border-color: #F7C8FA; }
span { border-color: rgb(247,200,250); }
td.TdClassName
{
border-color: #F7C8FA;
}
.TagClassName
{
border-color: #F7C8FA;
}
</style>