Shades of Snuff #F9DDF2
Tints of Snuff #F9DDF2
RGB
CMYK
RGB Variations
Color information
#F9DDF2 (or 0xF9DDF2) is known color: Snuff. HEX triplet: F9, DD and F2. RGB value is (249,221,242). Sum of RGB (Red+Green+Blue) = 249+221+242=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF2 is #06220D. Grayscale: #E7E7E7. Windows color (decimal): -401934 or 15916537. OLE color: 15916537.
HSL color Cylindrical-coordinate representation of color #F9DDF2: hue angle of 315º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DDF2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 221 | 242 | - |
CMYK | 0 | 0.11 | 0.03 | 0.02 |
HSL | 315º | 0.7% | 0.92% | - |
HSV(B) | 315º | 0.11% | 0.98% | - |
XYZ | 80.95 | 78.26 | 94.84 | - |
YUV | 231.77 | 133.78 | 140.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 242 | 0 | 0.11 | 0.03 | 0.02 | 315 | 0.7 | 0.92 |
Hex | F9 | DD | F2 | 0 | B | 3 | 2 | 13B | 46 | 5C |
Octal | 371 | 335 | 362 | 0 | 13 | 3 | 2 | 473 | 106 | 134 |
Binary | 11111001 | 11011101 | 11110010 | 0 | 1011 | 11 | 10 | 100111011 | 1000110 | 1011100 |
Color Harmonies of #F9DDF2
Complementary color
Monochromatic Colors of #F9DDF2
Black with #F9DDF2
Text Example
Text Example
White with #F9DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDF2; }
p { color: rgb(249,221,242); }
H1.HeaderClassName
{
color: #F9DDF2;
}
.AnyTagClassName
{
color: #F9DDF2;
}
</style>
background-color css
<style>
a { background-color: #F9DDF2; }
a { background-color: rgb(249,221,242); }
div.DivClassName
{
background-color: #F9DDF2;
}
.BgClassName
{
background-color: #F9DDF2;
}
</style>
border-color css
<style>
span { border-color: #F9DDF2; }
span { border-color: rgb(249,221,242); }
td.TdClassName
{
border-color: #F9DDF2;
}
.TagClassName
{
border-color: #F9DDF2;
}
</style>