Shades of Snuff #F8C7FE
Tints of Snuff #F8C7FE
RGB
CMYK
RGB Variations
Color information
#F8C7FE (or 0xF8C7FE) is known color: Snuff. HEX triplet: F8, C7 and FE. RGB value is (248,199,254). Sum of RGB (Red+Green+Blue) = 248+199+254=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 199 (78.12% from 255 or 28.39% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C7FE is #073801. Grayscale: #DBDBDB. Windows color (decimal): -473090 or 16697336. OLE color: 16697336.
HSL color Cylindrical-coordinate representation of color #F8C7FE: hue angle of 293.45º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C7FE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 199 | 254 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.00 |
| HSL | 293.45º | 0.96% | 0.89% | - |
| HSV(B) | 293.45º | 0.22% | 1% | - |
| XYZ | 77.02 | 67.96 | 102.82 | - |
| YUV | 219.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 254 | 0.02 | 0.22 | 0 | 0.00 | 293.45 | 0.96 | 0.89 |
| Hex | F8 | C7 | FE | 2 | 16 | 0 | 0 | 125 | 60 | 59 |
| Octal | 370 | 307 | 376 | 2 | 26 | 0 | 0 | 445 | 140 | 131 |
| Binary | 11111000 | 11000111 | 11111110 | 10 | 10110 | 0 | 0 | 100100101 | 1100000 | 1011001 |
Color Harmonies of #F8C7FE
Complementary color
Monochromatic Colors of #F8C7FE
Black with #F8C7FE
Text Example
Text Example
White with #F8C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7FE; }
p { color: rgb(248,199,254); }
H1.HeaderClassName
{
color: #F8C7FE;
}
.AnyTagClassName
{
color: #F8C7FE;
}
</style>
background-color css
<style>
a { background-color: #F8C7FE; }
a { background-color: rgb(248,199,254); }
div.DivClassName
{
background-color: #F8C7FE;
}
.BgClassName
{
background-color: #F8C7FE;
}
</style>
border-color css
<style>
span { border-color: #F8C7FE; }
span { border-color: rgb(248,199,254); }
td.TdClassName
{
border-color: #F8C7FE;
}
.TagClassName
{
border-color: #F8C7FE;
}
</style>