Shades of Snuff #F9C0FC
Tints of Snuff #F9C0FC
RGB
CMYK
RGB Variations
Color information
#F9C0FC (or 0xF9C0FC) is known color: Snuff. HEX triplet: F9, C0 and FC. RGB value is (249,192,252). Sum of RGB (Red+Green+Blue) = 249+192+252=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 192 (75.39% from 255 or 27.71% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9C0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0FC is #063F03. Grayscale: #D7D7D7. Windows color (decimal): -409348 or 16564473. OLE color: 16564473.
HSL color Cylindrical-coordinate representation of color #F9C0FC: hue angle of 297º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9C0FC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 192 | 252 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.01 |
| HSL | 297º | 0.91% | 0.87% | - |
| HSV(B) | 297º | 0.24% | 0.99% | - |
| XYZ | 75.49 | 64.87 | 100.64 | - |
| YUV | 215.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 252 | 0.01 | 0.24 | 0 | 0.01 | 297 | 0.91 | 0.87 |
| Hex | F9 | C0 | FC | 1 | 18 | 0 | 1 | 129 | 5B | 57 |
| Octal | 371 | 300 | 374 | 1 | 30 | 0 | 1 | 451 | 133 | 127 |
| Binary | 11111001 | 11000000 | 11111100 | 1 | 11000 | 0 | 1 | 100101001 | 1011011 | 1010111 |
Color Harmonies of #F9C0FC
Complementary color
Monochromatic Colors of #F9C0FC
Black with #F9C0FC
Text Example
Text Example
White with #F9C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0FC; }
p { color: rgb(249,192,252); }
H1.HeaderClassName
{
color: #F9C0FC;
}
.AnyTagClassName
{
color: #F9C0FC;
}
</style>
background-color css
<style>
a { background-color: #F9C0FC; }
a { background-color: rgb(249,192,252); }
div.DivClassName
{
background-color: #F9C0FC;
}
.BgClassName
{
background-color: #F9C0FC;
}
</style>
border-color css
<style>
span { border-color: #F9C0FC; }
span { border-color: rgb(249,192,252); }
td.TdClassName
{
border-color: #F9C0FC;
}
.TagClassName
{
border-color: #F9C0FC;
}
</style>