Shades of Snuff #F9C8FC
Tints of Snuff #F9C8FC
RGB
CMYK
RGB Variations
Color information
#F9C8FC (or 0xF9C8FC) is known color: Snuff. HEX triplet: F9, C8 and FC. RGB value is (249,200,252). Sum of RGB (Red+Green+Blue) = 249+200+252=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 200 (78.52% from 255 or 28.53% 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 #F9C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C8FC is #063703. Grayscale: #DCDCDC. Windows color (decimal): -407300 or 16566521. OLE color: 16566521.
HSL color Cylindrical-coordinate representation of color #F9C8FC: hue angle of 296.54º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C8FC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 200 | 252 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.01 |
| HSL | 296.54º | 0.9% | 0.89% | - |
| HSV(B) | 296.54º | 0.21% | 0.99% | - |
| XYZ | 77.29 | 68.48 | 101.24 | - |
| YUV | 220.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 252 | 0.01 | 0.21 | 0 | 0.01 | 296.54 | 0.9 | 0.89 |
| Hex | F9 | C8 | FC | 1 | 15 | 0 | 1 | 129 | 5A | 59 |
| Octal | 371 | 310 | 374 | 1 | 25 | 0 | 1 | 451 | 132 | 131 |
| Binary | 11111001 | 11001000 | 11111100 | 1 | 10101 | 0 | 1 | 100101001 | 1011010 | 1011001 |
Color Harmonies of #F9C8FC
Complementary color
Monochromatic Colors of #F9C8FC
Black with #F9C8FC
Text Example
Text Example
White with #F9C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8FC; }
p { color: rgb(249,200,252); }
H1.HeaderClassName
{
color: #F9C8FC;
}
.AnyTagClassName
{
color: #F9C8FC;
}
</style>
background-color css
<style>
a { background-color: #F9C8FC; }
a { background-color: rgb(249,200,252); }
div.DivClassName
{
background-color: #F9C8FC;
}
.BgClassName
{
background-color: #F9C8FC;
}
</style>
border-color css
<style>
span { border-color: #F9C8FC; }
span { border-color: rgb(249,200,252); }
td.TdClassName
{
border-color: #F9C8FC;
}
.TagClassName
{
border-color: #F9C8FC;
}
</style>