Shades of Snuff #F5DEF1
Tints of Snuff #F5DEF1
RGB
CMYK
RGB Variations
Color information
#F5DEF1 (or 0xF5DEF1) is known color: Snuff. HEX triplet: F5, DE and F1. RGB value is (245,222,241). Sum of RGB (Red+Green+Blue) = 245+222+241=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEF1 is #0A210E. Grayscale: #E6E6E6. Windows color (decimal): -663823 or 15851253. OLE color: 15851253.
HSL color Cylindrical-coordinate representation of color #F5DEF1: hue angle of 310.43º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DEF1 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 241 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 310.43º | 0.53% | 0.92% | - |
| HSV(B) | 310.43º | 0.09% | 0.96% | - |
| XYZ | 79.65 | 78.01 | 94.08 | - |
| YUV | 231.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 241 | 0 | 0.09 | 0.02 | 0.04 | 310.43 | 0.53 | 0.92 |
| Hex | F5 | DE | F1 | 0 | 9 | 2 | 4 | 136 | 35 | 5C |
| Octal | 365 | 336 | 361 | 0 | 11 | 2 | 4 | 466 | 65 | 134 |
| Binary | 11110101 | 11011110 | 11110001 | 0 | 1001 | 10 | 100 | 100110110 | 110101 | 1011100 |
Color Harmonies of #F5DEF1
Complementary color
Monochromatic Colors of #F5DEF1
Black with #F5DEF1
Text Example
Text Example
White with #F5DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEF1; }
p { color: rgb(245,222,241); }
H1.HeaderClassName
{
color: #F5DEF1;
}
.AnyTagClassName
{
color: #F5DEF1;
}
</style>
background-color css
<style>
a { background-color: #F5DEF1; }
a { background-color: rgb(245,222,241); }
div.DivClassName
{
background-color: #F5DEF1;
}
.BgClassName
{
background-color: #F5DEF1;
}
</style>
border-color css
<style>
span { border-color: #F5DEF1; }
span { border-color: rgb(245,222,241); }
td.TdClassName
{
border-color: #F5DEF1;
}
.TagClassName
{
border-color: #F5DEF1;
}
</style>