Shades of Snuff #F4DAF1
Tints of Snuff #F4DAF1
RGB
CMYK
RGB Variations
Color information
#F4DAF1 (or 0xF4DAF1) is known color: Snuff. HEX triplet: F4, DA and F1. RGB value is (244,218,241). Sum of RGB (Red+Green+Blue) = 244+218+241=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAF1 is #0B250E. Grayscale: #E4E4E4. Windows color (decimal): -730383 or 15850228. OLE color: 15850228.
HSL color Cylindrical-coordinate representation of color #F4DAF1: hue angle of 306.92º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DAF1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 241 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.04 |
| HSL | 306.92º | 0.54% | 0.91% | - |
| HSV(B) | 306.92º | 0.11% | 0.96% | - |
| XYZ | 78.26 | 75.73 | 93.71 | - |
| YUV | 228.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 241 | 0 | 0.11 | 0.01 | 0.04 | 306.92 | 0.54 | 0.91 |
| Hex | F4 | DA | F1 | 0 | B | 1 | 4 | 133 | 36 | 5B |
| Octal | 364 | 332 | 361 | 0 | 13 | 1 | 4 | 463 | 66 | 133 |
| Binary | 11110100 | 11011010 | 11110001 | 0 | 1011 | 1 | 100 | 100110011 | 110110 | 1011011 |
Color Harmonies of #F4DAF1
Complementary color
Monochromatic Colors of #F4DAF1
Black with #F4DAF1
Text Example
Text Example
White with #F4DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DAF1; }
p { color: rgb(244,218,241); }
H1.HeaderClassName
{
color: #F4DAF1;
}
.AnyTagClassName
{
color: #F4DAF1;
}
</style>
background-color css
<style>
a { background-color: #F4DAF1; }
a { background-color: rgb(244,218,241); }
div.DivClassName
{
background-color: #F4DAF1;
}
.BgClassName
{
background-color: #F4DAF1;
}
</style>
border-color css
<style>
span { border-color: #F4DAF1; }
span { border-color: rgb(244,218,241); }
td.TdClassName
{
border-color: #F4DAF1;
}
.TagClassName
{
border-color: #F4DAF1;
}
</style>