Shades of Snuff #F3C8F7
Tints of Snuff #F3C8F7
RGB
CMYK
RGB Variations
Color information
#F3C8F7 (or 0xF3C8F7) is known color: Snuff. HEX triplet: F3, C8 and F7. RGB value is (243,200,247). Sum of RGB (Red+Green+Blue) = 243+200+247=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #F3C8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8F7 is #0C3708. Grayscale: #DADADA. Windows color (decimal): -800521 or 16238835. OLE color: 16238835.
HSL color Cylindrical-coordinate representation of color #F3C8F7: hue angle of 294.89º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3C8F7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 200 | 247 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.03 |
| HSL | 294.89º | 0.75% | 0.88% | - |
| HSV(B) | 294.89º | 0.19% | 0.97% | - |
| XYZ | 74.4 | 67.08 | 97.02 | - |
| YUV | 218.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 247 | 0.02 | 0.19 | 0 | 0.03 | 294.89 | 0.75 | 0.88 |
| Hex | F3 | C8 | F7 | 2 | 13 | 0 | 3 | 127 | 4B | 58 |
| Octal | 363 | 310 | 367 | 2 | 23 | 0 | 3 | 447 | 113 | 130 |
| Binary | 11110011 | 11001000 | 11110111 | 10 | 10011 | 0 | 11 | 100100111 | 1001011 | 1011000 |
Color Harmonies of #F3C8F7
Complementary color
Monochromatic Colors of #F3C8F7
Black with #F3C8F7
Text Example
Text Example
White with #F3C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8F7; }
p { color: rgb(243,200,247); }
H1.HeaderClassName
{
color: #F3C8F7;
}
.AnyTagClassName
{
color: #F3C8F7;
}
</style>
background-color css
<style>
a { background-color: #F3C8F7; }
a { background-color: rgb(243,200,247); }
div.DivClassName
{
background-color: #F3C8F7;
}
.BgClassName
{
background-color: #F3C8F7;
}
</style>
border-color css
<style>
span { border-color: #F3C8F7; }
span { border-color: rgb(243,200,247); }
td.TdClassName
{
border-color: #F3C8F7;
}
.TagClassName
{
border-color: #F3C8F7;
}
</style>