Shades of Snuff #F4D1EF
Tints of Snuff #F4D1EF
RGB
CMYK
RGB Variations
Color information
#F4D1EF (or 0xF4D1EF) is known color: Snuff. HEX triplet: F4, D1 and EF. RGB value is (244,209,239). Sum of RGB (Red+Green+Blue) = 244+209+239=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D1EF is #0B2E10. Grayscale: #DEDEDE. Windows color (decimal): -732689 or 15716852. OLE color: 15716852.
HSL color Cylindrical-coordinate representation of color #F4D1EF: hue angle of 308.57º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D1EF is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 239 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.04 |
| HSL | 308.57º | 0.61% | 0.89% | - |
| HSV(B) | 308.57º | 0.14% | 0.96% | - |
| XYZ | 75.69 | 71.07 | 91.39 | - |
| YUV | 222.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 239 | 0 | 0.14 | 0.02 | 0.04 | 308.57 | 0.61 | 0.89 |
| Hex | F4 | D1 | EF | 0 | E | 2 | 4 | 135 | 3D | 59 |
| Octal | 364 | 321 | 357 | 0 | 16 | 2 | 4 | 465 | 75 | 131 |
| Binary | 11110100 | 11010001 | 11101111 | 0 | 1110 | 10 | 100 | 100110101 | 111101 | 1011001 |
Color Harmonies of #F4D1EF
Complementary color
Monochromatic Colors of #F4D1EF
Black with #F4D1EF
Text Example
Text Example
White with #F4D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D1EF; }
p { color: rgb(244,209,239); }
H1.HeaderClassName
{
color: #F4D1EF;
}
.AnyTagClassName
{
color: #F4D1EF;
}
</style>
background-color css
<style>
a { background-color: #F4D1EF; }
a { background-color: rgb(244,209,239); }
div.DivClassName
{
background-color: #F4D1EF;
}
.BgClassName
{
background-color: #F4D1EF;
}
</style>
border-color css
<style>
span { border-color: #F4D1EF; }
span { border-color: rgb(244,209,239); }
td.TdClassName
{
border-color: #F4D1EF;
}
.TagClassName
{
border-color: #F4D1EF;
}
</style>