Shades of Snuff #F8C6FF
Tints of Snuff #F8C6FF
RGB
CMYK
RGB Variations
Color information
#F8C6FF (or 0xF8C6FF) is known color: Snuff. HEX triplet: F8, C6 and FF. RGB value is (248,198,255). Sum of RGB (Red+Green+Blue) = 248+198+255=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 198 (77.73% from 255 or 28.25% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C6FF is #073900. Grayscale: #DBDBDB. Windows color (decimal): -473345 or 16762616. OLE color: 16762616.
HSL color Cylindrical-coordinate representation of color #F8C6FF: hue angle of 292.63º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C6FF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 198 | 255 | - |
| CMYK | 0.03 | 0.22 | 0 | 0 |
| HSL | 292.63º | 1% | 0.89% | - |
| HSV(B) | 292.63º | 0.22% | 1% | - |
| XYZ | 76.96 | 67.56 | 103.59 | - |
| YUV | 219.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 255 | 0.03 | 0.22 | 0 | 0 | 292.63 | 1 | 0.89 |
| Hex | F8 | C6 | FF | 3 | 16 | 0 | 0 | 125 | 64 | 59 |
| Octal | 370 | 306 | 377 | 3 | 26 | 0 | 0 | 445 | 144 | 131 |
| Binary | 11111000 | 11000110 | 11111111 | 11 | 10110 | 0 | 0 | 100100101 | 1100100 | 1011001 |
Color Harmonies of #F8C6FF
Complementary color
Monochromatic Colors of #F8C6FF
Black with #F8C6FF
Text Example
Text Example
White with #F8C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6FF; }
p { color: rgb(248,198,255); }
H1.HeaderClassName
{
color: #F8C6FF;
}
.AnyTagClassName
{
color: #F8C6FF;
}
</style>
background-color css
<style>
a { background-color: #F8C6FF; }
a { background-color: rgb(248,198,255); }
div.DivClassName
{
background-color: #F8C6FF;
}
.BgClassName
{
background-color: #F8C6FF;
}
</style>
border-color css
<style>
span { border-color: #F8C6FF; }
span { border-color: rgb(248,198,255); }
td.TdClassName
{
border-color: #F8C6FF;
}
.TagClassName
{
border-color: #F8C6FF;
}
</style>