Shades of Snuff #F9DDF3
Tints of Snuff #F9DDF3
RGB
CMYK
RGB Variations
Color information
#F9DDF3 (or 0xF9DDF3) is known color: Snuff. HEX triplet: F9, DD and F3. RGB value is (249,221,243). Sum of RGB (Red+Green+Blue) = 249+221+243=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 243 (95.31% from 255 or 34.08% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDF3 is #06220C. Grayscale: #E7E7E7. Windows color (decimal): -401933 or 15982073. OLE color: 15982073.
HSL color Cylindrical-coordinate representation of color #F9DDF3: hue angle of 312.86º 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 #F9DDF3 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 243 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.02 |
| HSL | 312.86º | 0.7% | 0.92% | - |
| HSV(B) | 312.86º | 0.11% | 0.98% | - |
| XYZ | 81.1 | 78.32 | 95.64 | - |
| YUV | 231.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 243 | 0 | 0.11 | 0.02 | 0.02 | 312.86 | 0.7 | 0.92 |
| Hex | F9 | DD | F3 | 0 | B | 2 | 2 | 139 | 46 | 5C |
| Octal | 371 | 335 | 363 | 0 | 13 | 2 | 2 | 471 | 106 | 134 |
| Binary | 11111001 | 11011101 | 11110011 | 0 | 1011 | 10 | 10 | 100111001 | 1000110 | 1011100 |
Color Harmonies of #F9DDF3
Complementary color
Monochromatic Colors of #F9DDF3
Black with #F9DDF3
Text Example
Text Example
White with #F9DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDF3; }
p { color: rgb(249,221,243); }
H1.HeaderClassName
{
color: #F9DDF3;
}
.AnyTagClassName
{
color: #F9DDF3;
}
</style>
background-color css
<style>
a { background-color: #F9DDF3; }
a { background-color: rgb(249,221,243); }
div.DivClassName
{
background-color: #F9DDF3;
}
.BgClassName
{
background-color: #F9DDF3;
}
</style>
border-color css
<style>
span { border-color: #F9DDF3; }
span { border-color: rgb(249,221,243); }
td.TdClassName
{
border-color: #F9DDF3;
}
.TagClassName
{
border-color: #F9DDF3;
}
</style>