Shades of Snuff #F4D4EE
Tints of Snuff #F4D4EE
RGB
CMYK
RGB Variations
Color information
#F4D4EE (or 0xF4D4EE) is known color: Snuff. HEX triplet: F4, D4 and EE. RGB value is (244,212,238). Sum of RGB (Red+Green+Blue) = 244+212+238=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 212 (83.20% from 255 or 30.55% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D4EE is #0B2B11. Grayscale: #E0E0E0. Windows color (decimal): -731922 or 15652084. OLE color: 15652084.
HSL color Cylindrical-coordinate representation of color #F4D4EE: hue angle of 311.25º 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 #F4D4EE is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 238 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.04 |
| HSL | 311.25º | 0.59% | 0.89% | - |
| HSV(B) | 311.25º | 0.13% | 0.96% | - |
| XYZ | 76.28 | 72.49 | 90.86 | - |
| YUV | 224.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 238 | 0 | 0.13 | 0.02 | 0.04 | 311.25 | 0.59 | 0.89 |
| Hex | F4 | D4 | EE | 0 | D | 2 | 4 | 137 | 3B | 59 |
| Octal | 364 | 324 | 356 | 0 | 15 | 2 | 4 | 467 | 73 | 131 |
| Binary | 11110100 | 11010100 | 11101110 | 0 | 1101 | 10 | 100 | 100110111 | 111011 | 1011001 |
Color Harmonies of #F4D4EE
Complementary color
Monochromatic Colors of #F4D4EE
Black with #F4D4EE
Text Example
Text Example
White with #F4D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4EE; }
p { color: rgb(244,212,238); }
H1.HeaderClassName
{
color: #F4D4EE;
}
.AnyTagClassName
{
color: #F4D4EE;
}
</style>
background-color css
<style>
a { background-color: #F4D4EE; }
a { background-color: rgb(244,212,238); }
div.DivClassName
{
background-color: #F4D4EE;
}
.BgClassName
{
background-color: #F4D4EE;
}
</style>
border-color css
<style>
span { border-color: #F4D4EE; }
span { border-color: rgb(244,212,238); }
td.TdClassName
{
border-color: #F4D4EE;
}
.TagClassName
{
border-color: #F4D4EE;
}
</style>