Shades of Snuff #FADAF6
Tints of Snuff #FADAF6
RGB
CMYK
RGB Variations
Color information
#FADAF6 (or 0xFADAF6) is known color: Snuff. HEX triplet: FA, DA and F6. RGB value is (250,218,246). Sum of RGB (Red+Green+Blue) = 250+218+246=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF6 is #052509. Grayscale: #E6E6E6. Windows color (decimal): -337162 or 16177914. OLE color: 16177914.
HSL color Cylindrical-coordinate representation of color #FADAF6: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAF6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 218 | 246 | - |
CMYK | 0 | 0.13 | 0.02 | 0.02 |
HSL | 307.5º | 0.76% | 0.92% | - |
HSV(B) | 307.5º | 0.13% | 0.98% | - |
XYZ | 81.13 | 77.12 | 97.8 | - |
YUV | 230.76 | 136.6 | 141.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 218 | 246 | 0 | 0.13 | 0.02 | 0.02 | 307.5 | 0.76 | 0.92 |
Hex | FA | DA | F6 | 0 | D | 2 | 2 | 134 | 4C | 5C |
Octal | 372 | 332 | 366 | 0 | 15 | 2 | 2 | 464 | 114 | 134 |
Binary | 11111010 | 11011010 | 11110110 | 0 | 1101 | 10 | 10 | 100110100 | 1001100 | 1011100 |
Color Harmonies of #FADAF6
Complementary color
Monochromatic Colors of #FADAF6
Black with #FADAF6
Text Example
Text Example
White with #FADAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAF6; }
p { color: rgb(250,218,246); }
H1.HeaderClassName
{
color: #FADAF6;
}
.AnyTagClassName
{
color: #FADAF6;
}
</style>
background-color css
<style>
a { background-color: #FADAF6; }
a { background-color: rgb(250,218,246); }
div.DivClassName
{
background-color: #FADAF6;
}
.BgClassName
{
background-color: #FADAF6;
}
</style>
border-color css
<style>
span { border-color: #FADAF6; }
span { border-color: rgb(250,218,246); }
td.TdClassName
{
border-color: #FADAF6;
}
.TagClassName
{
border-color: #FADAF6;
}
</style>