Shades of Snuff #F4DDF0
Tints of Snuff #F4DDF0
RGB
CMYK
RGB Variations
Color information
#F4DDF0 (or 0xF4DDF0) is known color: Snuff. HEX triplet: F4, DD and F0. RGB value is (244,221,240). Sum of RGB (Red+Green+Blue) = 244+221+240=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF0 is #0B220F. Grayscale: #E5E5E5. Windows color (decimal): -729616 or 15785460. OLE color: 15785460.
HSL color Cylindrical-coordinate representation of color #F4DDF0: hue angle of 310.43º 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 #F4DDF0 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 221 | 240 | - |
CMYK | 0 | 0.09 | 0.02 | 0.04 |
HSL | 310.43º | 0.51% | 0.91% | - |
HSV(B) | 310.43º | 0.09% | 0.96% | - |
XYZ | 78.89 | 77.24 | 93.19 | - |
YUV | 230.04 | 133.62 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 221 | 240 | 0 | 0.09 | 0.02 | 0.04 | 310.43 | 0.51 | 0.91 |
Hex | F4 | DD | F0 | 0 | 9 | 2 | 4 | 136 | 33 | 5B |
Octal | 364 | 335 | 360 | 0 | 11 | 2 | 4 | 466 | 63 | 133 |
Binary | 11110100 | 11011101 | 11110000 | 0 | 1001 | 10 | 100 | 100110110 | 110011 | 1011011 |
Color Harmonies of #F4DDF0
Complementary color
Monochromatic Colors of #F4DDF0
Black with #F4DDF0
Text Example
Text Example
White with #F4DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDF0; }
p { color: rgb(244,221,240); }
H1.HeaderClassName
{
color: #F4DDF0;
}
.AnyTagClassName
{
color: #F4DDF0;
}
</style>
background-color css
<style>
a { background-color: #F4DDF0; }
a { background-color: rgb(244,221,240); }
div.DivClassName
{
background-color: #F4DDF0;
}
.BgClassName
{
background-color: #F4DDF0;
}
</style>
border-color css
<style>
span { border-color: #F4DDF0; }
span { border-color: rgb(244,221,240); }
td.TdClassName
{
border-color: #F4DDF0;
}
.TagClassName
{
border-color: #F4DDF0;
}
</style>