Shades of Snuff #F9DCF4
Tints of Snuff #F9DCF4
RGB
CMYK
RGB Variations
Color information
#F9DCF4 (or 0xF9DCF4) is known color: Snuff. HEX triplet: F9, DC and F4. RGB value is (249,220,244). Sum of RGB (Red+Green+Blue) = 249+220+244=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCF4 is #06230B. Grayscale: #E7E7E7. Windows color (decimal): -402188 or 16047353. OLE color: 16047353.
HSL color Cylindrical-coordinate representation of color #F9DCF4: hue angle of 310.34º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCF4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 244 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.02 |
| HSL | 310.34º | 0.71% | 0.92% | - |
| HSV(B) | 310.34º | 0.12% | 0.98% | - |
| XYZ | 80.99 | 77.86 | 96.35 | - |
| YUV | 231.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 244 | 0 | 0.12 | 0.02 | 0.02 | 310.34 | 0.71 | 0.92 |
| Hex | F9 | DC | F4 | 0 | C | 2 | 2 | 136 | 47 | 5C |
| Octal | 371 | 334 | 364 | 0 | 14 | 2 | 2 | 466 | 107 | 134 |
| Binary | 11111001 | 11011100 | 11110100 | 0 | 1100 | 10 | 10 | 100110110 | 1000111 | 1011100 |
Color Harmonies of #F9DCF4
Complementary color
Monochromatic Colors of #F9DCF4
Black with #F9DCF4
Text Example
Text Example
White with #F9DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCF4; }
p { color: rgb(249,220,244); }
H1.HeaderClassName
{
color: #F9DCF4;
}
.AnyTagClassName
{
color: #F9DCF4;
}
</style>
background-color css
<style>
a { background-color: #F9DCF4; }
a { background-color: rgb(249,220,244); }
div.DivClassName
{
background-color: #F9DCF4;
}
.BgClassName
{
background-color: #F9DCF4;
}
</style>
border-color css
<style>
span { border-color: #F9DCF4; }
span { border-color: rgb(249,220,244); }
td.TdClassName
{
border-color: #F9DCF4;
}
.TagClassName
{
border-color: #F9DCF4;
}
</style>