Shades of Snuff #F5DEEF
Tints of Snuff #F5DEEF
RGB
CMYK
RGB Variations
Color information
#F5DEEF (or 0xF5DEEF) is known color: Snuff. HEX triplet: F5, DE and EF. RGB value is (245,222,239). Sum of RGB (Red+Green+Blue) = 245+222+239=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEEF is #0A2110. Grayscale: #E6E6E6. Windows color (decimal): -663825 or 15720181. OLE color: 15720181.
HSL color Cylindrical-coordinate representation of color #F5DEEF: hue angle of 315.65º 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 #F5DEEF is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 239 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.04 |
| HSL | 315.65º | 0.53% | 0.92% | - |
| HSV(B) | 315.65º | 0.09% | 0.96% | - |
| XYZ | 79.36 | 77.89 | 92.51 | - |
| YUV | 230.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 239 | 0 | 0.09 | 0.02 | 0.04 | 315.65 | 0.53 | 0.92 |
| Hex | F5 | DE | EF | 0 | 9 | 2 | 4 | 13C | 35 | 5C |
| Octal | 365 | 336 | 357 | 0 | 11 | 2 | 4 | 474 | 65 | 134 |
| Binary | 11110101 | 11011110 | 11101111 | 0 | 1001 | 10 | 100 | 100111100 | 110101 | 1011100 |
Color Harmonies of #F5DEEF
Complementary color
Monochromatic Colors of #F5DEEF
Black with #F5DEEF
Text Example
Text Example
White with #F5DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEEF; }
p { color: rgb(245,222,239); }
H1.HeaderClassName
{
color: #F5DEEF;
}
.AnyTagClassName
{
color: #F5DEEF;
}
</style>
background-color css
<style>
a { background-color: #F5DEEF; }
a { background-color: rgb(245,222,239); }
div.DivClassName
{
background-color: #F5DEEF;
}
.BgClassName
{
background-color: #F5DEEF;
}
</style>
border-color css
<style>
span { border-color: #F5DEEF; }
span { border-color: rgb(245,222,239); }
td.TdClassName
{
border-color: #F5DEEF;
}
.TagClassName
{
border-color: #F5DEEF;
}
</style>