Shades of Snuff #F4D9ED
Tints of Snuff #F4D9ED
RGB
CMYK
RGB Variations
Color information
#F4D9ED (or 0xF4D9ED) is known color: Snuff. HEX triplet: F4, D9 and ED. RGB value is (244,217,237). Sum of RGB (Red+Green+Blue) = 244+217+237=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D9ED is #0B2612. Grayscale: #E3E3E3. Windows color (decimal): -730643 or 15587828. OLE color: 15587828.
HSL color Cylindrical-coordinate representation of color #F4D9ED: hue angle of 315.56º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4D9ED is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 237 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.04 |
| HSL | 315.56º | 0.55% | 0.9% | - |
| HSV(B) | 315.56º | 0.11% | 0.96% | - |
| XYZ | 77.41 | 74.97 | 90.51 | - |
| YUV | 227.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 237 | 0 | 0.11 | 0.03 | 0.04 | 315.56 | 0.55 | 0.9 |
| Hex | F4 | D9 | ED | 0 | B | 3 | 4 | 13C | 37 | 5A |
| Octal | 364 | 331 | 355 | 0 | 13 | 3 | 4 | 474 | 67 | 132 |
| Binary | 11110100 | 11011001 | 11101101 | 0 | 1011 | 11 | 100 | 100111100 | 110111 | 1011010 |
Color Harmonies of #F4D9ED
Complementary color
Monochromatic Colors of #F4D9ED
Black with #F4D9ED
Text Example
Text Example
White with #F4D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D9ED; }
p { color: rgb(244,217,237); }
H1.HeaderClassName
{
color: #F4D9ED;
}
.AnyTagClassName
{
color: #F4D9ED;
}
</style>
background-color css
<style>
a { background-color: #F4D9ED; }
a { background-color: rgb(244,217,237); }
div.DivClassName
{
background-color: #F4D9ED;
}
.BgClassName
{
background-color: #F4D9ED;
}
</style>
border-color css
<style>
span { border-color: #F4D9ED; }
span { border-color: rgb(244,217,237); }
td.TdClassName
{
border-color: #F4D9ED;
}
.TagClassName
{
border-color: #F4D9ED;
}
</style>