Shades of Snuff #F0D3F1
Tints of Snuff #F0D3F1
RGB
CMYK
RGB Variations
Color information
#F0D3F1 (or 0xF0D3F1) is known color: Snuff. HEX triplet: F0, D3 and F1. RGB value is (240,211,241). Sum of RGB (Red+Green+Blue) = 240+211+241=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 211 (82.81% from 255 or 30.49% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0D3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D3F1 is #0F2C0E. Grayscale: #DFDFDF. Windows color (decimal): -994319 or 15848432. OLE color: 15848432.
HSL color Cylindrical-coordinate representation of color #F0D3F1: hue angle of 298º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D3F1 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 211 | 241 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.05 |
| HSL | 298º | 0.52% | 0.89% | - |
| HSV(B) | 298º | 0.12% | 0.95% | - |
| XYZ | 75.11 | 71.46 | 93.05 | - |
| YUV | 223.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 241 | 0.00 | 0.12 | 0 | 0.05 | 298 | 0.52 | 0.89 |
| Hex | F0 | D3 | F1 | 0 | C | 0 | 5 | 12A | 34 | 59 |
| Octal | 360 | 323 | 361 | 0 | 14 | 0 | 5 | 452 | 64 | 131 |
| Binary | 11110000 | 11010011 | 11110001 | 0 | 1100 | 0 | 101 | 100101010 | 110100 | 1011001 |
Color Harmonies of #F0D3F1
Complementary color
Monochromatic Colors of #F0D3F1
Black with #F0D3F1
Text Example
Text Example
White with #F0D3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3F1; }
p { color: rgb(240,211,241); }
H1.HeaderClassName
{
color: #F0D3F1;
}
.AnyTagClassName
{
color: #F0D3F1;
}
</style>
background-color css
<style>
a { background-color: #F0D3F1; }
a { background-color: rgb(240,211,241); }
div.DivClassName
{
background-color: #F0D3F1;
}
.BgClassName
{
background-color: #F0D3F1;
}
</style>
border-color css
<style>
span { border-color: #F0D3F1; }
span { border-color: rgb(240,211,241); }
td.TdClassName
{
border-color: #F0D3F1;
}
.TagClassName
{
border-color: #F0D3F1;
}
</style>