Shades of Snuff #F5D7EF
Tints of Snuff #F5D7EF
RGB
CMYK
RGB Variations
Color information
#F5D7EF (or 0xF5D7EF) is known color: Snuff. HEX triplet: F5, D7 and EF. RGB value is (245,215,239). Sum of RGB (Red+Green+Blue) = 245+215+239=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 215 (84.38% from 255 or 30.76% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D7EF is #0A2810. Grayscale: #E2E2E2. Windows color (decimal): -665617 or 15718389. OLE color: 15718389.
HSL color Cylindrical-coordinate representation of color #F5D7EF: hue angle of 312º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D7EF is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 239 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.04 |
| HSL | 312º | 0.6% | 0.9% | - |
| HSV(B) | 312º | 0.12% | 0.96% | - |
| XYZ | 77.54 | 74.25 | 91.91 | - |
| YUV | 226.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 239 | 0 | 0.12 | 0.02 | 0.04 | 312 | 0.6 | 0.9 |
| Hex | F5 | D7 | EF | 0 | C | 2 | 4 | 138 | 3C | 5A |
| Octal | 365 | 327 | 357 | 0 | 14 | 2 | 4 | 470 | 74 | 132 |
| Binary | 11110101 | 11010111 | 11101111 | 0 | 1100 | 10 | 100 | 100111000 | 111100 | 1011010 |
Color Harmonies of #F5D7EF
Complementary color
Monochromatic Colors of #F5D7EF
Black with #F5D7EF
Text Example
Text Example
White with #F5D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D7EF; }
p { color: rgb(245,215,239); }
H1.HeaderClassName
{
color: #F5D7EF;
}
.AnyTagClassName
{
color: #F5D7EF;
}
</style>
background-color css
<style>
a { background-color: #F5D7EF; }
a { background-color: rgb(245,215,239); }
div.DivClassName
{
background-color: #F5D7EF;
}
.BgClassName
{
background-color: #F5D7EF;
}
</style>
border-color css
<style>
span { border-color: #F5D7EF; }
span { border-color: rgb(245,215,239); }
td.TdClassName
{
border-color: #F5D7EF;
}
.TagClassName
{
border-color: #F5D7EF;
}
</style>