Shades of Snuff #F4DEF1
Tints of Snuff #F4DEF1
RGB
CMYK
RGB Variations
Color information
#F4DEF1 (or 0xF4DEF1) is known color: Snuff. HEX triplet: F4, DE and F1. RGB value is (244,222,241). Sum of RGB (Red+Green+Blue) = 244+222+241=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DEF1 is #0B210E. Grayscale: #E6E6E6. Windows color (decimal): -729359 or 15851252. OLE color: 15851252.
HSL color Cylindrical-coordinate representation of color #F4DEF1: hue angle of 308.18º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DEF1 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 241 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.04 |
| HSL | 308.18º | 0.5% | 0.91% | - |
| HSV(B) | 308.18º | 0.09% | 0.96% | - |
| XYZ | 79.31 | 77.83 | 94.06 | - |
| YUV | 230.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 241 | 0 | 0.09 | 0.01 | 0.04 | 308.18 | 0.5 | 0.91 |
| Hex | F4 | DE | F1 | 0 | 9 | 1 | 4 | 134 | 32 | 5B |
| Octal | 364 | 336 | 361 | 0 | 11 | 1 | 4 | 464 | 62 | 133 |
| Binary | 11110100 | 11011110 | 11110001 | 0 | 1001 | 1 | 100 | 100110100 | 110010 | 1011011 |
Color Harmonies of #F4DEF1
Complementary color
Monochromatic Colors of #F4DEF1
Black with #F4DEF1
Text Example
Text Example
White with #F4DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEF1; }
p { color: rgb(244,222,241); }
H1.HeaderClassName
{
color: #F4DEF1;
}
.AnyTagClassName
{
color: #F4DEF1;
}
</style>
background-color css
<style>
a { background-color: #F4DEF1; }
a { background-color: rgb(244,222,241); }
div.DivClassName
{
background-color: #F4DEF1;
}
.BgClassName
{
background-color: #F4DEF1;
}
</style>
border-color css
<style>
span { border-color: #F4DEF1; }
span { border-color: rgb(244,222,241); }
td.TdClassName
{
border-color: #F4DEF1;
}
.TagClassName
{
border-color: #F4DEF1;
}
</style>