Shades of Snuff #F8C6FA
Tints of Snuff #F8C6FA
RGB
CMYK
RGB Variations
Color information
#F8C6FA (or 0xF8C6FA) is known color: Snuff. HEX triplet: F8, C6 and FA. RGB value is (248,198,250). Sum of RGB (Red+Green+Blue) = 248+198+250=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 198 (77.73% from 255 or 28.45% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C6FA is #073905. Grayscale: #DADADA. Windows color (decimal): -473350 or 16434936. OLE color: 16434936.
HSL color Cylindrical-coordinate representation of color #F8C6FA: hue angle of 297.69º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C6FA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 198 | 250 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.02 |
| HSL | 297.69º | 0.84% | 0.88% | - |
| HSV(B) | 297.69º | 0.21% | 0.98% | - |
| XYZ | 76.16 | 67.25 | 99.41 | - |
| YUV | 218.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 250 | 0.01 | 0.21 | 0 | 0.02 | 297.69 | 0.84 | 0.88 |
| Hex | F8 | C6 | FA | 1 | 15 | 0 | 2 | 12A | 54 | 58 |
| Octal | 370 | 306 | 372 | 1 | 25 | 0 | 2 | 452 | 124 | 130 |
| Binary | 11111000 | 11000110 | 11111010 | 1 | 10101 | 0 | 10 | 100101010 | 1010100 | 1011000 |
Color Harmonies of #F8C6FA
Complementary color
Monochromatic Colors of #F8C6FA
Black with #F8C6FA
Text Example
Text Example
White with #F8C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6FA; }
p { color: rgb(248,198,250); }
H1.HeaderClassName
{
color: #F8C6FA;
}
.AnyTagClassName
{
color: #F8C6FA;
}
</style>
background-color css
<style>
a { background-color: #F8C6FA; }
a { background-color: rgb(248,198,250); }
div.DivClassName
{
background-color: #F8C6FA;
}
.BgClassName
{
background-color: #F8C6FA;
}
</style>
border-color css
<style>
span { border-color: #F8C6FA; }
span { border-color: rgb(248,198,250); }
td.TdClassName
{
border-color: #F8C6FA;
}
.TagClassName
{
border-color: #F8C6FA;
}
</style>