Shades of Snuff #F5DCF3
Tints of Snuff #F5DCF3
RGB
CMYK
RGB Variations
Color information
#F5DCF3 (or 0xF5DCF3) is known color: Snuff. HEX triplet: F5, DC and F3. RGB value is (245,220,243). Sum of RGB (Red+Green+Blue) = 245+220+243=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCF3 is #0A230C. Grayscale: #E6E6E6. Windows color (decimal): -664333 or 15981813. OLE color: 15981813.
HSL color Cylindrical-coordinate representation of color #F5DCF3: hue angle of 304.8º 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 #F5DCF3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 243 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.04 |
| HSL | 304.8º | 0.56% | 0.91% | - |
| HSV(B) | 304.8º | 0.1% | 0.96% | - |
| XYZ | 79.43 | 77.07 | 95.48 | - |
| YUV | 230.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 243 | 0 | 0.10 | 0.01 | 0.04 | 304.8 | 0.56 | 0.91 |
| Hex | F5 | DC | F3 | 0 | A | 1 | 4 | 131 | 38 | 5B |
| Octal | 365 | 334 | 363 | 0 | 12 | 1 | 4 | 461 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11110011 | 0 | 1010 | 1 | 100 | 100110001 | 111000 | 1011011 |
Color Harmonies of #F5DCF3
Complementary color
Monochromatic Colors of #F5DCF3
Black with #F5DCF3
Text Example
Text Example
White with #F5DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCF3; }
p { color: rgb(245,220,243); }
H1.HeaderClassName
{
color: #F5DCF3;
}
.AnyTagClassName
{
color: #F5DCF3;
}
</style>
background-color css
<style>
a { background-color: #F5DCF3; }
a { background-color: rgb(245,220,243); }
div.DivClassName
{
background-color: #F5DCF3;
}
.BgClassName
{
background-color: #F5DCF3;
}
</style>
border-color css
<style>
span { border-color: #F5DCF3; }
span { border-color: rgb(245,220,243); }
td.TdClassName
{
border-color: #F5DCF3;
}
.TagClassName
{
border-color: #F5DCF3;
}
</style>