Shades of Snuff #F3C8FA
Tints of Snuff #F3C8FA
RGB
CMYK
RGB Variations
Color information
#F3C8FA (or 0xF3C8FA) is known color: Snuff. HEX triplet: F3, C8 and FA. RGB value is (243,200,250). Sum of RGB (Red+Green+Blue) = 243+200+250=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8FA is #0C3705. Grayscale: #DADADA. Windows color (decimal): -800518 or 16435443. OLE color: 16435443.
HSL color Cylindrical-coordinate representation of color #F3C8FA: hue angle of 291.6º 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 #F3C8FA is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 200 | 250 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.02 |
| HSL | 291.6º | 0.83% | 0.88% | - |
| HSV(B) | 291.6º | 0.2% | 0.98% | - |
| XYZ | 74.87 | 67.27 | 99.48 | - |
| YUV | 218.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 250 | 0.03 | 0.2 | 0 | 0.02 | 291.6 | 0.83 | 0.88 |
| Hex | F3 | C8 | FA | 3 | 14 | 0 | 2 | 124 | 53 | 58 |
| Octal | 363 | 310 | 372 | 3 | 24 | 0 | 2 | 444 | 123 | 130 |
| Binary | 11110011 | 11001000 | 11111010 | 11 | 10100 | 0 | 10 | 100100100 | 1010011 | 1011000 |
Color Harmonies of #F3C8FA
Complementary color
Monochromatic Colors of #F3C8FA
Black with #F3C8FA
Text Example
Text Example
White with #F3C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8FA; }
p { color: rgb(243,200,250); }
H1.HeaderClassName
{
color: #F3C8FA;
}
.AnyTagClassName
{
color: #F3C8FA;
}
</style>
background-color css
<style>
a { background-color: #F3C8FA; }
a { background-color: rgb(243,200,250); }
div.DivClassName
{
background-color: #F3C8FA;
}
.BgClassName
{
background-color: #F3C8FA;
}
</style>
border-color css
<style>
span { border-color: #F3C8FA; }
span { border-color: rgb(243,200,250); }
td.TdClassName
{
border-color: #F3C8FA;
}
.TagClassName
{
border-color: #F3C8FA;
}
</style>