Shades of Snuff #F8C2FE
Tints of Snuff #F8C2FE
RGB
CMYK
RGB Variations
Color information
#F8C2FE (or 0xF8C2FE) is known color: Snuff. HEX triplet: F8, C2 and FE. RGB value is (248,194,254). Sum of RGB (Red+Green+Blue) = 248+194+254=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 194 (76.17% from 255 or 27.87% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C2FE is #073D01. Grayscale: #D8D8D8. Windows color (decimal): -474370 or 16696056. OLE color: 16696056.
HSL color Cylindrical-coordinate representation of color #F8C2FE: hue angle of 294º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8C2FE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 194 | 254 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.00 |
| HSL | 294º | 0.97% | 0.88% | - |
| HSV(B) | 294º | 0.24% | 1% | - |
| XYZ | 75.89 | 65.7 | 102.45 | - |
| YUV | 216.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 254 | 0.02 | 0.24 | 0 | 0.00 | 294 | 0.97 | 0.88 |
| Hex | F8 | C2 | FE | 2 | 18 | 0 | 0 | 126 | 61 | 58 |
| Octal | 370 | 302 | 376 | 2 | 30 | 0 | 0 | 446 | 141 | 130 |
| Binary | 11111000 | 11000010 | 11111110 | 10 | 11000 | 0 | 0 | 100100110 | 1100001 | 1011000 |
Color Harmonies of #F8C2FE
Complementary color
Monochromatic Colors of #F8C2FE
Black with #F8C2FE
Text Example
Text Example
White with #F8C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C2FE; }
p { color: rgb(248,194,254); }
H1.HeaderClassName
{
color: #F8C2FE;
}
.AnyTagClassName
{
color: #F8C2FE;
}
</style>
background-color css
<style>
a { background-color: #F8C2FE; }
a { background-color: rgb(248,194,254); }
div.DivClassName
{
background-color: #F8C2FE;
}
.BgClassName
{
background-color: #F8C2FE;
}
</style>
border-color css
<style>
span { border-color: #F8C2FE; }
span { border-color: rgb(248,194,254); }
td.TdClassName
{
border-color: #F8C2FE;
}
.TagClassName
{
border-color: #F8C2FE;
}
</style>