Shades of Snuff #F8C3F6
Tints of Snuff #F8C3F6
RGB
CMYK
RGB Variations
Color information
#F8C3F6 (or 0xF8C3F6) is known color: Snuff. HEX triplet: F8, C3 and F6. RGB value is (248,195,246). Sum of RGB (Red+Green+Blue) = 248+195+246=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 195 (76.56% from 255 or 28.30% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C3F6 is #073C09. Grayscale: #D8D8D8. Windows color (decimal): -474122 or 16172024. OLE color: 16172024.
HSL color Cylindrical-coordinate representation of color #F8C3F6: hue angle of 302.26º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C3F6 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 246 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.03 |
| HSL | 302.26º | 0.79% | 0.87% | - |
| HSV(B) | 302.26º | 0.21% | 0.97% | - |
| XYZ | 74.86 | 65.64 | 95.91 | - |
| YUV | 216.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 246 | 0 | 0.21 | 0.01 | 0.03 | 302.26 | 0.79 | 0.87 |
| Hex | F8 | C3 | F6 | 0 | 15 | 1 | 3 | 12E | 4F | 57 |
| Octal | 370 | 303 | 366 | 0 | 25 | 1 | 3 | 456 | 117 | 127 |
| Binary | 11111000 | 11000011 | 11110110 | 0 | 10101 | 1 | 11 | 100101110 | 1001111 | 1010111 |
Color Harmonies of #F8C3F6
Complementary color
Monochromatic Colors of #F8C3F6
Black with #F8C3F6
Text Example
Text Example
White with #F8C3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C3F6; }
p { color: rgb(248,195,246); }
H1.HeaderClassName
{
color: #F8C3F6;
}
.AnyTagClassName
{
color: #F8C3F6;
}
</style>
background-color css
<style>
a { background-color: #F8C3F6; }
a { background-color: rgb(248,195,246); }
div.DivClassName
{
background-color: #F8C3F6;
}
.BgClassName
{
background-color: #F8C3F6;
}
</style>
border-color css
<style>
span { border-color: #F8C3F6; }
span { border-color: rgb(248,195,246); }
td.TdClassName
{
border-color: #F8C3F6;
}
.TagClassName
{
border-color: #F8C3F6;
}
</style>