Shades of Snuff #F9D3F4
Tints of Snuff #F9D3F4
RGB
CMYK
RGB Variations
Color information
#F9D3F4 (or 0xF9D3F4) is known color: Snuff. HEX triplet: F9, D3 and F4. RGB value is (249,211,244). Sum of RGB (Red+Green+Blue) = 249+211+244=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D3F4 is #062C0B. Grayscale: #E2E2E2. Windows color (decimal): -404492 or 16045049. OLE color: 16045049.
HSL color Cylindrical-coordinate representation of color #F9D3F4: hue angle of 307.89º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9D3F4 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 211 | 244 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.02 |
| HSL | 307.89º | 0.76% | 0.9% | - |
| HSV(B) | 307.89º | 0.15% | 0.98% | - |
| XYZ | 78.69 | 73.26 | 95.58 | - |
| YUV | 226.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 211 | 244 | 0 | 0.15 | 0.02 | 0.02 | 307.89 | 0.76 | 0.9 |
| Hex | F9 | D3 | F4 | 0 | F | 2 | 2 | 134 | 4C | 5A |
| Octal | 371 | 323 | 364 | 0 | 17 | 2 | 2 | 464 | 114 | 132 |
| Binary | 11111001 | 11010011 | 11110100 | 0 | 1111 | 10 | 10 | 100110100 | 1001100 | 1011010 |
Color Harmonies of #F9D3F4
Complementary color
Monochromatic Colors of #F9D3F4
Black with #F9D3F4
Text Example
Text Example
White with #F9D3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D3F4; }
p { color: rgb(249,211,244); }
H1.HeaderClassName
{
color: #F9D3F4;
}
.AnyTagClassName
{
color: #F9D3F4;
}
</style>
background-color css
<style>
a { background-color: #F9D3F4; }
a { background-color: rgb(249,211,244); }
div.DivClassName
{
background-color: #F9D3F4;
}
.BgClassName
{
background-color: #F9D3F4;
}
</style>
border-color css
<style>
span { border-color: #F9D3F4; }
span { border-color: rgb(249,211,244); }
td.TdClassName
{
border-color: #F9D3F4;
}
.TagClassName
{
border-color: #F9D3F4;
}
</style>