Shades of Snuff #F5DCF2
Tints of Snuff #F5DCF2
RGB
CMYK
RGB Variations
Color information
#F5DCF2 (or 0xF5DCF2) is known color: Snuff. HEX triplet: F5, DC and F2. RGB value is (245,220,242). Sum of RGB (Red+Green+Blue) = 245+220+242=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCF2 is #0A230D. Grayscale: #E5E5E5. Windows color (decimal): -664334 or 15916277. OLE color: 15916277.
HSL color Cylindrical-coordinate representation of color #F5DCF2: hue angle of 307.2º 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 #F5DCF2 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 242 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.04 |
| HSL | 307.2º | 0.56% | 0.91% | - |
| HSV(B) | 307.2º | 0.1% | 0.96% | - |
| XYZ | 79.28 | 77.01 | 94.69 | - |
| YUV | 229.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 242 | 0 | 0.10 | 0.01 | 0.04 | 307.2 | 0.56 | 0.91 |
| Hex | F5 | DC | F2 | 0 | A | 1 | 4 | 133 | 38 | 5B |
| Octal | 365 | 334 | 362 | 0 | 12 | 1 | 4 | 463 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11110010 | 0 | 1010 | 1 | 100 | 100110011 | 111000 | 1011011 |
Color Harmonies of #F5DCF2
Complementary color
Monochromatic Colors of #F5DCF2
Black with #F5DCF2
Text Example
Text Example
White with #F5DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCF2; }
p { color: rgb(245,220,242); }
H1.HeaderClassName
{
color: #F5DCF2;
}
.AnyTagClassName
{
color: #F5DCF2;
}
</style>
background-color css
<style>
a { background-color: #F5DCF2; }
a { background-color: rgb(245,220,242); }
div.DivClassName
{
background-color: #F5DCF2;
}
.BgClassName
{
background-color: #F5DCF2;
}
</style>
border-color css
<style>
span { border-color: #F5DCF2; }
span { border-color: rgb(245,220,242); }
td.TdClassName
{
border-color: #F5DCF2;
}
.TagClassName
{
border-color: #F5DCF2;
}
</style>