Shades of Snuff #F4D8EF
Tints of Snuff #F4D8EF
RGB
CMYK
RGB Variations
Color information
#F4D8EF (or 0xF4D8EF) is known color: Snuff. HEX triplet: F4, D8 and EF. RGB value is (244,216,239). Sum of RGB (Red+Green+Blue) = 244+216+239=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 216 (84.77% from 255 or 30.90% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D8EF is #0B2710. Grayscale: #E2E2E2. Windows color (decimal): -730897 or 15718644. OLE color: 15718644.
HSL color Cylindrical-coordinate representation of color #F4D8EF: hue angle of 310.71º degrees, saturation: 0.56, 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 #F4D8EF is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 239 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.04 |
| HSL | 310.71º | 0.56% | 0.9% | - |
| HSV(B) | 310.71º | 0.11% | 0.96% | - |
| XYZ | 77.44 | 74.58 | 91.97 | - |
| YUV | 226.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 239 | 0 | 0.11 | 0.02 | 0.04 | 310.71 | 0.56 | 0.9 |
| Hex | F4 | D8 | EF | 0 | B | 2 | 4 | 137 | 38 | 5A |
| Octal | 364 | 330 | 357 | 0 | 13 | 2 | 4 | 467 | 70 | 132 |
| Binary | 11110100 | 11011000 | 11101111 | 0 | 1011 | 10 | 100 | 100110111 | 111000 | 1011010 |
Color Harmonies of #F4D8EF
Complementary color
Monochromatic Colors of #F4D8EF
Black with #F4D8EF
Text Example
Text Example
White with #F4D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D8EF; }
p { color: rgb(244,216,239); }
H1.HeaderClassName
{
color: #F4D8EF;
}
.AnyTagClassName
{
color: #F4D8EF;
}
</style>
background-color css
<style>
a { background-color: #F4D8EF; }
a { background-color: rgb(244,216,239); }
div.DivClassName
{
background-color: #F4D8EF;
}
.BgClassName
{
background-color: #F4D8EF;
}
</style>
border-color css
<style>
span { border-color: #F4D8EF; }
span { border-color: rgb(244,216,239); }
td.TdClassName
{
border-color: #F4D8EF;
}
.TagClassName
{
border-color: #F4D8EF;
}
</style>