Shades of Snuff #F7DAF5
Tints of Snuff #F7DAF5
RGB
CMYK
RGB Variations
Color information
#F7DAF5 (or 0xF7DAF5) is known color: Snuff. HEX triplet: F7, DA and F5. RGB value is (247,218,245). Sum of RGB (Red+Green+Blue) = 247+218+245=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAF5 is #08250A. Grayscale: #E5E5E5. Windows color (decimal): -533771 or 16112375. OLE color: 16112375.
HSL color Cylindrical-coordinate representation of color #F7DAF5: hue angle of 304.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7DAF5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 245 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.03 |
| HSL | 304.14º | 0.64% | 0.91% | - |
| HSV(B) | 304.14º | 0.12% | 0.97% | - |
| XYZ | 79.91 | 76.51 | 96.94 | - |
| YUV | 229.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 245 | 0 | 0.12 | 0.01 | 0.03 | 304.14 | 0.64 | 0.91 |
| Hex | F7 | DA | F5 | 0 | C | 1 | 3 | 130 | 40 | 5B |
| Octal | 367 | 332 | 365 | 0 | 14 | 1 | 3 | 460 | 100 | 133 |
| Binary | 11110111 | 11011010 | 11110101 | 0 | 1100 | 1 | 11 | 100110000 | 1000000 | 1011011 |
Color Harmonies of #F7DAF5
Complementary color
Monochromatic Colors of #F7DAF5
Black with #F7DAF5
Text Example
Text Example
White with #F7DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DAF5; }
p { color: rgb(247,218,245); }
H1.HeaderClassName
{
color: #F7DAF5;
}
.AnyTagClassName
{
color: #F7DAF5;
}
</style>
background-color css
<style>
a { background-color: #F7DAF5; }
a { background-color: rgb(247,218,245); }
div.DivClassName
{
background-color: #F7DAF5;
}
.BgClassName
{
background-color: #F7DAF5;
}
</style>
border-color css
<style>
span { border-color: #F7DAF5; }
span { border-color: rgb(247,218,245); }
td.TdClassName
{
border-color: #F7DAF5;
}
.TagClassName
{
border-color: #F7DAF5;
}
</style>