Shades of Snuff #F4DDF2
Tints of Snuff #F4DDF2
RGB
CMYK
RGB Variations
Color information
#F4DDF2 (or 0xF4DDF2) is known color: Snuff. HEX triplet: F4, DD and F2. RGB value is (244,221,242). Sum of RGB (Red+Green+Blue) = 244+221+242=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF2 is #0B220D. Grayscale: #E6E6E6. Windows color (decimal): -729614 or 15916532. OLE color: 15916532.
HSL color Cylindrical-coordinate representation of color #F4DDF2: hue angle of 305.22º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDF2 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 221 | 242 | - |
CMYK | 0 | 0.09 | 0.01 | 0.04 |
HSL | 305.22º | 0.51% | 0.91% | - |
HSV(B) | 305.22º | 0.09% | 0.96% | - |
XYZ | 79.19 | 77.36 | 94.76 | - |
YUV | 230.27 | 134.62 | 137.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 221 | 242 | 0 | 0.09 | 0.01 | 0.04 | 305.22 | 0.51 | 0.91 |
Hex | F4 | DD | F2 | 0 | 9 | 1 | 4 | 131 | 33 | 5B |
Octal | 364 | 335 | 362 | 0 | 11 | 1 | 4 | 461 | 63 | 133 |
Binary | 11110100 | 11011101 | 11110010 | 0 | 1001 | 1 | 100 | 100110001 | 110011 | 1011011 |
Color Harmonies of #F4DDF2
Complementary color
Monochromatic Colors of #F4DDF2
Black with #F4DDF2
Text Example
Text Example
White with #F4DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDF2; }
p { color: rgb(244,221,242); }
H1.HeaderClassName
{
color: #F4DDF2;
}
.AnyTagClassName
{
color: #F4DDF2;
}
</style>
background-color css
<style>
a { background-color: #F4DDF2; }
a { background-color: rgb(244,221,242); }
div.DivClassName
{
background-color: #F4DDF2;
}
.BgClassName
{
background-color: #F4DDF2;
}
</style>
border-color css
<style>
span { border-color: #F4DDF2; }
span { border-color: rgb(244,221,242); }
td.TdClassName
{
border-color: #F4DDF2;
}
.TagClassName
{
border-color: #F4DDF2;
}
</style>