Shades of Snuff #F8C6EF
Tints of Snuff #F8C6EF
RGB
CMYK
RGB Variations
Color information
#F8C6EF (or 0xF8C6EF) is known color: Snuff. HEX triplet: F8, C6 and EF. RGB value is (248,198,239). Sum of RGB (Red+Green+Blue) = 248+198+239=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 198 (77.73% from 255 or 28.91% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C6EF is #073910. Grayscale: #D9D9D9. Windows color (decimal): -473361 or 15714040. OLE color: 15714040.
HSL color Cylindrical-coordinate representation of color #F8C6EF: hue angle of 310.8º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6EF is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 239 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.03 |
| HSL | 310.8º | 0.78% | 0.87% | - |
| HSV(B) | 310.8º | 0.2% | 0.97% | - |
| XYZ | 74.49 | 66.58 | 90.59 | - |
| YUV | 217.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 239 | 0 | 0.20 | 0.04 | 0.03 | 310.8 | 0.78 | 0.87 |
| Hex | F8 | C6 | EF | 0 | 14 | 4 | 3 | 137 | 4E | 57 |
| Octal | 370 | 306 | 357 | 0 | 24 | 4 | 3 | 467 | 116 | 127 |
| Binary | 11111000 | 11000110 | 11101111 | 0 | 10100 | 100 | 11 | 100110111 | 1001110 | 1010111 |
Color Harmonies of #F8C6EF
Complementary color
Monochromatic Colors of #F8C6EF
Black with #F8C6EF
Text Example
Text Example
White with #F8C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C6EF; }
p { color: rgb(248,198,239); }
H1.HeaderClassName
{
color: #F8C6EF;
}
.AnyTagClassName
{
color: #F8C6EF;
}
</style>
background-color css
<style>
a { background-color: #F8C6EF; }
a { background-color: rgb(248,198,239); }
div.DivClassName
{
background-color: #F8C6EF;
}
.BgClassName
{
background-color: #F8C6EF;
}
</style>
border-color css
<style>
span { border-color: #F8C6EF; }
span { border-color: rgb(248,198,239); }
td.TdClassName
{
border-color: #F8C6EF;
}
.TagClassName
{
border-color: #F8C6EF;
}
</style>