Shades of Snuff #F8CFF6
Tints of Snuff #F8CFF6
RGB
CMYK
RGB Variations
Color information
#F8CFF6 (or 0xF8CFF6) is known color: Snuff. HEX triplet: F8, CF and F6. RGB value is (248,207,246). Sum of RGB (Red+Green+Blue) = 248+207+246=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFF6 is #073009. Grayscale: #DFDFDF. Windows color (decimal): -471050 or 16175096. OLE color: 16175096.
HSL color Cylindrical-coordinate representation of color #F8CFF6: hue angle of 302.93º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CFF6 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 246 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.03 |
| HSL | 302.93º | 0.75% | 0.89% | - |
| HSV(B) | 302.93º | 0.17% | 0.97% | - |
| XYZ | 77.66 | 71.24 | 96.85 | - |
| YUV | 223.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 246 | 0 | 0.17 | 0.01 | 0.03 | 302.93 | 0.75 | 0.89 |
| Hex | F8 | CF | F6 | 0 | 11 | 1 | 3 | 12F | 4B | 59 |
| Octal | 370 | 317 | 366 | 0 | 21 | 1 | 3 | 457 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11110110 | 0 | 10001 | 1 | 11 | 100101111 | 1001011 | 1011001 |
Color Harmonies of #F8CFF6
Complementary color
Monochromatic Colors of #F8CFF6
Black with #F8CFF6
Text Example
Text Example
White with #F8CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFF6; }
p { color: rgb(248,207,246); }
H1.HeaderClassName
{
color: #F8CFF6;
}
.AnyTagClassName
{
color: #F8CFF6;
}
</style>
background-color css
<style>
a { background-color: #F8CFF6; }
a { background-color: rgb(248,207,246); }
div.DivClassName
{
background-color: #F8CFF6;
}
.BgClassName
{
background-color: #F8CFF6;
}
</style>
border-color css
<style>
span { border-color: #F8CFF6; }
span { border-color: rgb(248,207,246); }
td.TdClassName
{
border-color: #F8CFF6;
}
.TagClassName
{
border-color: #F8CFF6;
}
</style>