Shades of Snuff #F4DDEF
Tints of Snuff #F4DDEF
RGB
CMYK
RGB Variations
Color information
#F4DDEF (or 0xF4DDEF) is known color: Snuff. HEX triplet: F4, DD and EF. RGB value is (244,221,239). Sum of RGB (Red+Green+Blue) = 244+221+239=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDEF is #0B2210. Grayscale: #E5E5E5. Windows color (decimal): -729617 or 15719924. OLE color: 15719924.
HSL color Cylindrical-coordinate representation of color #F4DDEF: hue angle of 313.04º 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 #F4DDEF is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 239 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 313.04º | 0.51% | 0.91% | - |
| HSV(B) | 313.04º | 0.09% | 0.96% | - |
| XYZ | 78.74 | 77.18 | 92.41 | - |
| YUV | 229.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 239 | 0 | 0.09 | 0.02 | 0.04 | 313.04 | 0.51 | 0.91 |
| Hex | F4 | DD | EF | 0 | 9 | 2 | 4 | 139 | 33 | 5B |
| Octal | 364 | 335 | 357 | 0 | 11 | 2 | 4 | 471 | 63 | 133 |
| Binary | 11110100 | 11011101 | 11101111 | 0 | 1001 | 10 | 100 | 100111001 | 110011 | 1011011 |
Color Harmonies of #F4DDEF
Complementary color
Monochromatic Colors of #F4DDEF
Black with #F4DDEF
Text Example
Text Example
White with #F4DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDEF; }
p { color: rgb(244,221,239); }
H1.HeaderClassName
{
color: #F4DDEF;
}
.AnyTagClassName
{
color: #F4DDEF;
}
</style>
background-color css
<style>
a { background-color: #F4DDEF; }
a { background-color: rgb(244,221,239); }
div.DivClassName
{
background-color: #F4DDEF;
}
.BgClassName
{
background-color: #F4DDEF;
}
</style>
border-color css
<style>
span { border-color: #F4DDEF; }
span { border-color: rgb(244,221,239); }
td.TdClassName
{
border-color: #F4DDEF;
}
.TagClassName
{
border-color: #F4DDEF;
}
</style>