Shades of Snuff #F9D1FB
Tints of Snuff #F9D1FB
RGB
CMYK
RGB Variations
Color information
#F9D1FB (or 0xF9D1FB) is known color: Snuff. HEX triplet: F9, D1 and FB. RGB value is (249,209,251). Sum of RGB (Red+Green+Blue) = 249+209+251=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 209 (82.03% from 255 or 29.48% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D1FB is #062E04. Grayscale: #E1E1E1. Windows color (decimal): -404997 or 16503289. OLE color: 16503289.
HSL color Cylindrical-coordinate representation of color #F9D1FB: hue angle of 297.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9D1FB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 209 | 251 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.02 |
| HSL | 297.14º | 0.84% | 0.9% | - |
| HSV(B) | 297.14º | 0.17% | 0.98% | - |
| XYZ | 79.28 | 72.71 | 101.12 | - |
| YUV | 225.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 209 | 251 | 0.01 | 0.17 | 0 | 0.02 | 297.14 | 0.84 | 0.9 |
| Hex | F9 | D1 | FB | 1 | 11 | 0 | 2 | 129 | 54 | 5A |
| Octal | 371 | 321 | 373 | 1 | 21 | 0 | 2 | 451 | 124 | 132 |
| Binary | 11111001 | 11010001 | 11111011 | 1 | 10001 | 0 | 10 | 100101001 | 1010100 | 1011010 |
Color Harmonies of #F9D1FB
Complementary color
Monochromatic Colors of #F9D1FB
Black with #F9D1FB
Text Example
Text Example
White with #F9D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D1FB; }
p { color: rgb(249,209,251); }
H1.HeaderClassName
{
color: #F9D1FB;
}
.AnyTagClassName
{
color: #F9D1FB;
}
</style>
background-color css
<style>
a { background-color: #F9D1FB; }
a { background-color: rgb(249,209,251); }
div.DivClassName
{
background-color: #F9D1FB;
}
.BgClassName
{
background-color: #F9D1FB;
}
</style>
border-color css
<style>
span { border-color: #F9D1FB; }
span { border-color: rgb(249,209,251); }
td.TdClassName
{
border-color: #F9D1FB;
}
.TagClassName
{
border-color: #F9D1FB;
}
</style>