Shades of Snuff #F6C8FA
Tints of Snuff #F6C8FA
RGB
CMYK
RGB Variations
Color information
#F6C8FA (or 0xF6C8FA) is known color: Snuff. HEX triplet: F6, C8 and FA. RGB value is (246,200,250). Sum of RGB (Red+Green+Blue) = 246+200+250=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 200 (78.52% from 255 or 28.74% 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 #F6C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C8FA is #093705. Grayscale: #DBDBDB. Windows color (decimal): -603910 or 16435446. OLE color: 16435446.
HSL color Cylindrical-coordinate representation of color #F6C8FA: hue angle of 295.2º 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 #F6C8FA is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 200 | 250 | - |
| CMYK | 0.02 | 0.2 | 0 | 0.02 |
| HSL | 295.2º | 0.83% | 0.88% | - |
| HSV(B) | 295.2º | 0.2% | 0.98% | - |
| XYZ | 75.92 | 67.8 | 99.53 | - |
| YUV | 219.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 250 | 0.02 | 0.2 | 0 | 0.02 | 295.2 | 0.83 | 0.88 |
| Hex | F6 | C8 | FA | 2 | 14 | 0 | 2 | 127 | 53 | 58 |
| Octal | 366 | 310 | 372 | 2 | 24 | 0 | 2 | 447 | 123 | 130 |
| Binary | 11110110 | 11001000 | 11111010 | 10 | 10100 | 0 | 10 | 100100111 | 1010011 | 1011000 |
Color Harmonies of #F6C8FA
Complementary color
Monochromatic Colors of #F6C8FA
Black with #F6C8FA
Text Example
Text Example
White with #F6C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C8FA; }
p { color: rgb(246,200,250); }
H1.HeaderClassName
{
color: #F6C8FA;
}
.AnyTagClassName
{
color: #F6C8FA;
}
</style>
background-color css
<style>
a { background-color: #F6C8FA; }
a { background-color: rgb(246,200,250); }
div.DivClassName
{
background-color: #F6C8FA;
}
.BgClassName
{
background-color: #F6C8FA;
}
</style>
border-color css
<style>
span { border-color: #F6C8FA; }
span { border-color: rgb(246,200,250); }
td.TdClassName
{
border-color: #F6C8FA;
}
.TagClassName
{
border-color: #F6C8FA;
}
</style>