Shades of Snuff #F8C9FC
Tints of Snuff #F8C9FC
RGB
CMYK
RGB Variations
Color information
#F8C9FC (or 0xF8C9FC) is known color: Snuff. HEX triplet: F8, C9 and FC. RGB value is (248,201,252). Sum of RGB (Red+Green+Blue) = 248+201+252=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 201 (78.91% from 255 or 28.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8C9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C9FC is #073603. Grayscale: #DCDCDC. Windows color (decimal): -472580 or 16566776. OLE color: 16566776.
HSL color Cylindrical-coordinate representation of color #F8C9FC: hue angle of 295.29º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C9FC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 201 | 252 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.01 |
| HSL | 295.29º | 0.89% | 0.89% | - |
| HSV(B) | 295.29º | 0.2% | 0.99% | - |
| XYZ | 77.17 | 68.76 | 101.3 | - |
| YUV | 220.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 201 | 252 | 0.02 | 0.20 | 0 | 0.01 | 295.29 | 0.89 | 0.89 |
| Hex | F8 | C9 | FC | 2 | 14 | 0 | 1 | 127 | 59 | 59 |
| Octal | 370 | 311 | 374 | 2 | 24 | 0 | 1 | 447 | 131 | 131 |
| Binary | 11111000 | 11001001 | 11111100 | 10 | 10100 | 0 | 1 | 100100111 | 1011001 | 1011001 |
Color Harmonies of #F8C9FC
Complementary color
Monochromatic Colors of #F8C9FC
Black with #F8C9FC
Text Example
Text Example
White with #F8C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C9FC; }
p { color: rgb(248,201,252); }
H1.HeaderClassName
{
color: #F8C9FC;
}
.AnyTagClassName
{
color: #F8C9FC;
}
</style>
background-color css
<style>
a { background-color: #F8C9FC; }
a { background-color: rgb(248,201,252); }
div.DivClassName
{
background-color: #F8C9FC;
}
.BgClassName
{
background-color: #F8C9FC;
}
</style>
border-color css
<style>
span { border-color: #F8C9FC; }
span { border-color: rgb(248,201,252); }
td.TdClassName
{
border-color: #F8C9FC;
}
.TagClassName
{
border-color: #F8C9FC;
}
</style>