Shades of Snuff #F6C6FA
Tints of Snuff #F6C6FA
RGB
CMYK
RGB Variations
Color information
#F6C6FA (or 0xF6C6FA) is known color: Snuff. HEX triplet: F6, C6 and FA. RGB value is (246,198,250). Sum of RGB (Red+Green+Blue) = 246+198+250=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 198 (77.73% from 255 or 28.53% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C6FA is #093905. Grayscale: #DADADA. Windows color (decimal): -604422 or 16434934. OLE color: 16434934.
HSL color Cylindrical-coordinate representation of color #F6C6FA: hue angle of 295.38º 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 #F6C6FA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 198 | 250 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.02 |
| HSL | 295.38º | 0.84% | 0.88% | - |
| HSV(B) | 295.38º | 0.21% | 0.98% | - |
| XYZ | 75.46 | 66.88 | 99.38 | - |
| YUV | 218.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 250 | 0.02 | 0.21 | 0 | 0.02 | 295.38 | 0.84 | 0.88 |
| Hex | F6 | C6 | FA | 2 | 15 | 0 | 2 | 127 | 54 | 58 |
| Octal | 366 | 306 | 372 | 2 | 25 | 0 | 2 | 447 | 124 | 130 |
| Binary | 11110110 | 11000110 | 11111010 | 10 | 10101 | 0 | 10 | 100100111 | 1010100 | 1011000 |
Color Harmonies of #F6C6FA
Complementary color
Monochromatic Colors of #F6C6FA
Black with #F6C6FA
Text Example
Text Example
White with #F6C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6FA; }
p { color: rgb(246,198,250); }
H1.HeaderClassName
{
color: #F6C6FA;
}
.AnyTagClassName
{
color: #F6C6FA;
}
</style>
background-color css
<style>
a { background-color: #F6C6FA; }
a { background-color: rgb(246,198,250); }
div.DivClassName
{
background-color: #F6C6FA;
}
.BgClassName
{
background-color: #F6C6FA;
}
</style>
border-color css
<style>
span { border-color: #F6C6FA; }
span { border-color: rgb(246,198,250); }
td.TdClassName
{
border-color: #F6C6FA;
}
.TagClassName
{
border-color: #F6C6FA;
}
</style>