Shades of Snuff #F4D4ED
Tints of Snuff #F4D4ED
RGB
CMYK
RGB Variations
Color information
#F4D4ED (or 0xF4D4ED) is known color: Snuff. HEX triplet: F4, D4 and ED. RGB value is (244,212,237). Sum of RGB (Red+Green+Blue) = 244+212+237=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 212 (83.20% from 255 or 30.59% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D4ED is #0B2B12. Grayscale: #E0E0E0. Windows color (decimal): -731923 or 15586548. OLE color: 15586548.
HSL color Cylindrical-coordinate representation of color #F4D4ED: hue angle of 313.12º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4D4ED is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 237 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.04 |
| HSL | 313.13º | 0.59% | 0.89% | - |
| HSV(B) | 313.13º | 0.13% | 0.96% | - |
| XYZ | 76.14 | 72.43 | 90.09 | - |
| YUV | 224.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 237 | 0 | 0.13 | 0.03 | 0.04 | 313.13 | 0.59 | 0.89 |
| Hex | F4 | D4 | ED | 0 | D | 3 | 4 | 139 | 3B | 59 |
| Octal | 364 | 324 | 355 | 0 | 15 | 3 | 4 | 471 | 73 | 131 |
| Binary | 11110100 | 11010100 | 11101101 | 0 | 1101 | 11 | 100 | 100111001 | 111011 | 1011001 |
Color Harmonies of #F4D4ED
Complementary color
Monochromatic Colors of #F4D4ED
Black with #F4D4ED
Text Example
Text Example
White with #F4D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4ED; }
p { color: rgb(244,212,237); }
H1.HeaderClassName
{
color: #F4D4ED;
}
.AnyTagClassName
{
color: #F4D4ED;
}
</style>
background-color css
<style>
a { background-color: #F4D4ED; }
a { background-color: rgb(244,212,237); }
div.DivClassName
{
background-color: #F4D4ED;
}
.BgClassName
{
background-color: #F4D4ED;
}
</style>
border-color css
<style>
span { border-color: #F4D4ED; }
span { border-color: rgb(244,212,237); }
td.TdClassName
{
border-color: #F4D4ED;
}
.TagClassName
{
border-color: #F4D4ED;
}
</style>