Shades of Snuff #F3C6FA
Tints of Snuff #F3C6FA
RGB
CMYK
RGB Variations
Color information
#F3C6FA (or 0xF3C6FA) is known color: Snuff. HEX triplet: F3, C6 and FA. RGB value is (243,198,250). Sum of RGB (Red+Green+Blue) = 243+198+250=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C6FA is #0C3905. Grayscale: #D9D9D9. Windows color (decimal): -801030 or 16434931. OLE color: 16434931.
HSL color Cylindrical-coordinate representation of color #F3C6FA: hue angle of 291.92º 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 #F3C6FA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 198 | 250 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.02 |
| HSL | 291.92º | 0.84% | 0.88% | - |
| HSV(B) | 291.92º | 0.21% | 0.98% | - |
| XYZ | 74.41 | 66.34 | 99.33 | - |
| YUV | 217.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 250 | 0.03 | 0.21 | 0 | 0.02 | 291.92 | 0.84 | 0.88 |
| Hex | F3 | C6 | FA | 3 | 15 | 0 | 2 | 124 | 54 | 58 |
| Octal | 363 | 306 | 372 | 3 | 25 | 0 | 2 | 444 | 124 | 130 |
| Binary | 11110011 | 11000110 | 11111010 | 11 | 10101 | 0 | 10 | 100100100 | 1010100 | 1011000 |
Color Harmonies of #F3C6FA
Complementary color
Monochromatic Colors of #F3C6FA
Black with #F3C6FA
Text Example
Text Example
White with #F3C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6FA; }
p { color: rgb(243,198,250); }
H1.HeaderClassName
{
color: #F3C6FA;
}
.AnyTagClassName
{
color: #F3C6FA;
}
</style>
background-color css
<style>
a { background-color: #F3C6FA; }
a { background-color: rgb(243,198,250); }
div.DivClassName
{
background-color: #F3C6FA;
}
.BgClassName
{
background-color: #F3C6FA;
}
</style>
border-color css
<style>
span { border-color: #F3C6FA; }
span { border-color: rgb(243,198,250); }
td.TdClassName
{
border-color: #F3C6FA;
}
.TagClassName
{
border-color: #F3C6FA;
}
</style>