Shades of Snuff #F8C7FF
Tints of Snuff #F8C7FF
RGB
CMYK
RGB Variations
Color information
#F8C7FF (or 0xF8C7FF) is known color: Snuff. HEX triplet: F8, C7 and FF. RGB value is (248,199,255). Sum of RGB (Red+Green+Blue) = 248+199+255=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 199 (78.12% from 255 or 28.35% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8C7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C7FF is #073800. Grayscale: #DBDBDB. Windows color (decimal): -473089 or 16762872. OLE color: 16762872.
HSL color Cylindrical-coordinate representation of color #F8C7FF: hue angle of 292.5º 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 #F8C7FF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 199 | 255 | - |
| CMYK | 0.03 | 0.22 | 0 | 0 |
| HSL | 292.5º | 1% | 0.89% | - |
| HSV(B) | 292.5º | 0.22% | 1% | - |
| XYZ | 77.18 | 68.02 | 103.67 | - |
| YUV | 220.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 255 | 0.03 | 0.22 | 0 | 0 | 292.5 | 1 | 0.89 |
| Hex | F8 | C7 | FF | 3 | 16 | 0 | 0 | 124 | 64 | 59 |
| Octal | 370 | 307 | 377 | 3 | 26 | 0 | 0 | 444 | 144 | 131 |
| Binary | 11111000 | 11000111 | 11111111 | 11 | 10110 | 0 | 0 | 100100100 | 1100100 | 1011001 |
Color Harmonies of #F8C7FF
Complementary color
Monochromatic Colors of #F8C7FF
Black with #F8C7FF
Text Example
Text Example
White with #F8C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7FF; }
p { color: rgb(248,199,255); }
H1.HeaderClassName
{
color: #F8C7FF;
}
.AnyTagClassName
{
color: #F8C7FF;
}
</style>
background-color css
<style>
a { background-color: #F8C7FF; }
a { background-color: rgb(248,199,255); }
div.DivClassName
{
background-color: #F8C7FF;
}
.BgClassName
{
background-color: #F8C7FF;
}
</style>
border-color css
<style>
span { border-color: #F8C7FF; }
span { border-color: rgb(248,199,255); }
td.TdClassName
{
border-color: #F8C7FF;
}
.TagClassName
{
border-color: #F8C7FF;
}
</style>