Shades of Snuff #F8C0FA
Tints of Snuff #F8C0FA
RGB
CMYK
RGB Variations
Color information
#F8C0FA (or 0xF8C0FA) is known color: Snuff. HEX triplet: F8, C0 and FA. RGB value is (248,192,250). Sum of RGB (Red+Green+Blue) = 248+192+250=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 192 (75.39% from 255 or 27.83% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0FA is #073F05. Grayscale: #D7D7D7. Windows color (decimal): -474886 or 16433400. OLE color: 16433400.
HSL color Cylindrical-coordinate representation of color #F8C0FA: hue angle of 297.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0FA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 192 | 250 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.02 |
| HSL | 297.93º | 0.85% | 0.87% | - |
| HSV(B) | 297.93º | 0.23% | 0.98% | - |
| XYZ | 74.82 | 64.56 | 98.96 | - |
| YUV | 215.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 250 | 0.01 | 0.23 | 0 | 0.02 | 297.93 | 0.85 | 0.87 |
| Hex | F8 | C0 | FA | 1 | 17 | 0 | 2 | 12A | 55 | 57 |
| Octal | 370 | 300 | 372 | 1 | 27 | 0 | 2 | 452 | 125 | 127 |
| Binary | 11111000 | 11000000 | 11111010 | 1 | 10111 | 0 | 10 | 100101010 | 1010101 | 1010111 |
Color Harmonies of #F8C0FA
Complementary color
Monochromatic Colors of #F8C0FA
Black with #F8C0FA
Text Example
Text Example
White with #F8C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0FA; }
p { color: rgb(248,192,250); }
H1.HeaderClassName
{
color: #F8C0FA;
}
.AnyTagClassName
{
color: #F8C0FA;
}
</style>
background-color css
<style>
a { background-color: #F8C0FA; }
a { background-color: rgb(248,192,250); }
div.DivClassName
{
background-color: #F8C0FA;
}
.BgClassName
{
background-color: #F8C0FA;
}
</style>
border-color css
<style>
span { border-color: #F8C0FA; }
span { border-color: rgb(248,192,250); }
td.TdClassName
{
border-color: #F8C0FA;
}
.TagClassName
{
border-color: #F8C0FA;
}
</style>