Shades of Snuff #F5DCF1
Tints of Snuff #F5DCF1
RGB
CMYK
RGB Variations
Color information
#F5DCF1 (or 0xF5DCF1) is known color: Snuff. HEX triplet: F5, DC and F1. RGB value is (245,220,241). Sum of RGB (Red+Green+Blue) = 245+220+241=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCF1 is #0A230E. Grayscale: #E5E5E5. Windows color (decimal): -664335 or 15850741. OLE color: 15850741.
HSL color Cylindrical-coordinate representation of color #F5DCF1: hue angle of 309.6º degrees, saturation: 0.56, 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 #F5DCF1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 241 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.04 |
| HSL | 309.6º | 0.56% | 0.91% | - |
| HSV(B) | 309.6º | 0.1% | 0.96% | - |
| XYZ | 79.13 | 76.95 | 93.9 | - |
| YUV | 229.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 241 | 0 | 0.10 | 0.02 | 0.04 | 309.6 | 0.56 | 0.91 |
| Hex | F5 | DC | F1 | 0 | A | 2 | 4 | 136 | 38 | 5B |
| Octal | 365 | 334 | 361 | 0 | 12 | 2 | 4 | 466 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11110001 | 0 | 1010 | 10 | 100 | 100110110 | 111000 | 1011011 |
Color Harmonies of #F5DCF1
Complementary color
Monochromatic Colors of #F5DCF1
Black with #F5DCF1
Text Example
Text Example
White with #F5DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCF1; }
p { color: rgb(245,220,241); }
H1.HeaderClassName
{
color: #F5DCF1;
}
.AnyTagClassName
{
color: #F5DCF1;
}
</style>
background-color css
<style>
a { background-color: #F5DCF1; }
a { background-color: rgb(245,220,241); }
div.DivClassName
{
background-color: #F5DCF1;
}
.BgClassName
{
background-color: #F5DCF1;
}
</style>
border-color css
<style>
span { border-color: #F5DCF1; }
span { border-color: rgb(245,220,241); }
td.TdClassName
{
border-color: #F5DCF1;
}
.TagClassName
{
border-color: #F5DCF1;
}
</style>