Shades of Snuff #F6C4FA
Tints of Snuff #F6C4FA
RGB
CMYK
RGB Variations
Color information
#F6C4FA (or 0xF6C4FA) is known color: Snuff. HEX triplet: F6, C4 and FA. RGB value is (246,196,250). Sum of RGB (Red+Green+Blue) = 246+196+250=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 196 (76.95% from 255 or 28.32% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4FA is #093B05. Grayscale: #D8D8D8. Windows color (decimal): -604934 or 16434422. OLE color: 16434422.
HSL color Cylindrical-coordinate representation of color #F6C4FA: hue angle of 295.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6C4FA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 196 | 250 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.02 |
| HSL | 295.56º | 0.84% | 0.87% | - |
| HSV(B) | 295.56º | 0.22% | 0.98% | - |
| XYZ | 75 | 65.97 | 99.22 | - |
| YUV | 217.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 250 | 0.02 | 0.22 | 0 | 0.02 | 295.56 | 0.84 | 0.87 |
| Hex | F6 | C4 | FA | 2 | 16 | 0 | 2 | 128 | 54 | 57 |
| Octal | 366 | 304 | 372 | 2 | 26 | 0 | 2 | 450 | 124 | 127 |
| Binary | 11110110 | 11000100 | 11111010 | 10 | 10110 | 0 | 10 | 100101000 | 1010100 | 1010111 |
Color Harmonies of #F6C4FA
Complementary color
Monochromatic Colors of #F6C4FA
Black with #F6C4FA
Text Example
Text Example
White with #F6C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4FA; }
p { color: rgb(246,196,250); }
H1.HeaderClassName
{
color: #F6C4FA;
}
.AnyTagClassName
{
color: #F6C4FA;
}
</style>
background-color css
<style>
a { background-color: #F6C4FA; }
a { background-color: rgb(246,196,250); }
div.DivClassName
{
background-color: #F6C4FA;
}
.BgClassName
{
background-color: #F6C4FA;
}
</style>
border-color css
<style>
span { border-color: #F6C4FA; }
span { border-color: rgb(246,196,250); }
td.TdClassName
{
border-color: #F6C4FA;
}
.TagClassName
{
border-color: #F6C4FA;
}
</style>