Shades of Snuff #F4D9F0
Tints of Snuff #F4D9F0
RGB
CMYK
RGB Variations
Color information
#F4D9F0 (or 0xF4D9F0) is known color: Snuff. HEX triplet: F4, D9 and F0. RGB value is (244,217,240). Sum of RGB (Red+Green+Blue) = 244+217+240=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 217 (85.16% from 255 or 30.96% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D9F0 is #0B260F. Grayscale: #E3E3E3. Windows color (decimal): -730640 or 15784436. OLE color: 15784436.
HSL color Cylindrical-coordinate representation of color #F4D9F0: hue angle of 308.89º degrees, saturation: 0.55, 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 #F4D9F0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 217 | 240 | - |
CMYK | 0 | 0.11 | 0.02 | 0.04 |
HSL | 308.89º | 0.55% | 0.9% | - |
HSV(B) | 308.89º | 0.11% | 0.96% | - |
XYZ | 77.85 | 75.15 | 92.84 | - |
YUV | 227.7 | 134.95 | 139.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 217 | 240 | 0 | 0.11 | 0.02 | 0.04 | 308.89 | 0.55 | 0.9 |
Hex | F4 | D9 | F0 | 0 | B | 2 | 4 | 135 | 37 | 5A |
Octal | 364 | 331 | 360 | 0 | 13 | 2 | 4 | 465 | 67 | 132 |
Binary | 11110100 | 11011001 | 11110000 | 0 | 1011 | 10 | 100 | 100110101 | 110111 | 1011010 |
Color Harmonies of #F4D9F0
Complementary color
Monochromatic Colors of #F4D9F0
Black with #F4D9F0
Text Example
Text Example
White with #F4D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D9F0; }
p { color: rgb(244,217,240); }
H1.HeaderClassName
{
color: #F4D9F0;
}
.AnyTagClassName
{
color: #F4D9F0;
}
</style>
background-color css
<style>
a { background-color: #F4D9F0; }
a { background-color: rgb(244,217,240); }
div.DivClassName
{
background-color: #F4D9F0;
}
.BgClassName
{
background-color: #F4D9F0;
}
</style>
border-color css
<style>
span { border-color: #F4D9F0; }
span { border-color: rgb(244,217,240); }
td.TdClassName
{
border-color: #F4D9F0;
}
.TagClassName
{
border-color: #F4D9F0;
}
</style>