Shades of Snuff #F4DCF2
Tints of Snuff #F4DCF2
RGB
CMYK
RGB Variations
Color information
#F4DCF2 (or 0xF4DCF2) is known color: Snuff. HEX triplet: F4, DC and F2. RGB value is (244,220,242). Sum of RGB (Red+Green+Blue) = 244+220+242=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCF2 is #0B230D. Grayscale: #E5E5E5. Windows color (decimal): -729870 or 15916276. OLE color: 15916276.
HSL color Cylindrical-coordinate representation of color #F4DCF2: hue angle of 305º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DCF2 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 242 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.04 |
| HSL | 305º | 0.52% | 0.91% | - |
| HSV(B) | 305º | 0.1% | 0.96% | - |
| XYZ | 78.93 | 76.83 | 94.67 | - |
| YUV | 229.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 242 | 0 | 0.10 | 0.01 | 0.04 | 305 | 0.52 | 0.91 |
| Hex | F4 | DC | F2 | 0 | A | 1 | 4 | 131 | 34 | 5B |
| Octal | 364 | 334 | 362 | 0 | 12 | 1 | 4 | 461 | 64 | 133 |
| Binary | 11110100 | 11011100 | 11110010 | 0 | 1010 | 1 | 100 | 100110001 | 110100 | 1011011 |
Color Harmonies of #F4DCF2
Complementary color
Monochromatic Colors of #F4DCF2
Black with #F4DCF2
Text Example
Text Example
White with #F4DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCF2; }
p { color: rgb(244,220,242); }
H1.HeaderClassName
{
color: #F4DCF2;
}
.AnyTagClassName
{
color: #F4DCF2;
}
</style>
background-color css
<style>
a { background-color: #F4DCF2; }
a { background-color: rgb(244,220,242); }
div.DivClassName
{
background-color: #F4DCF2;
}
.BgClassName
{
background-color: #F4DCF2;
}
</style>
border-color css
<style>
span { border-color: #F4DCF2; }
span { border-color: rgb(244,220,242); }
td.TdClassName
{
border-color: #F4DCF2;
}
.TagClassName
{
border-color: #F4DCF2;
}
</style>