Shades of Snuff #F9C0F5
Tints of Snuff #F9C0F5
RGB
CMYK
RGB Variations
Color information
#F9C0F5 (or 0xF9C0F5) is known color: Snuff. HEX triplet: F9, C0 and F5. RGB value is (249,192,245). Sum of RGB (Red+Green+Blue) = 249+192+245=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0F5 is #063F0A. Grayscale: #D6D6D6. Windows color (decimal): -409355 or 16105721. OLE color: 16105721.
HSL color Cylindrical-coordinate representation of color #F9C0F5: hue angle of 304.21º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0F5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 245 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.02 |
| HSL | 304.21º | 0.83% | 0.86% | - |
| HSV(B) | 304.21º | 0.23% | 0.98% | - |
| XYZ | 74.4 | 64.43 | 94.9 | - |
| YUV | 215.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 245 | 0 | 0.23 | 0.02 | 0.02 | 304.21 | 0.83 | 0.86 |
| Hex | F9 | C0 | F5 | 0 | 17 | 2 | 2 | 130 | 53 | 56 |
| Octal | 371 | 300 | 365 | 0 | 27 | 2 | 2 | 460 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11110101 | 0 | 10111 | 10 | 10 | 100110000 | 1010011 | 1010110 |
Color Harmonies of #F9C0F5
Complementary color
Monochromatic Colors of #F9C0F5
Black with #F9C0F5
Text Example
Text Example
White with #F9C0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0F5; }
p { color: rgb(249,192,245); }
H1.HeaderClassName
{
color: #F9C0F5;
}
.AnyTagClassName
{
color: #F9C0F5;
}
</style>
background-color css
<style>
a { background-color: #F9C0F5; }
a { background-color: rgb(249,192,245); }
div.DivClassName
{
background-color: #F9C0F5;
}
.BgClassName
{
background-color: #F9C0F5;
}
</style>
border-color css
<style>
span { border-color: #F9C0F5; }
span { border-color: rgb(249,192,245); }
td.TdClassName
{
border-color: #F9C0F5;
}
.TagClassName
{
border-color: #F9C0F5;
}
</style>