Shades of Snuff #FAD2F6
Tints of Snuff #FAD2F6
RGB
CMYK
RGB Variations
Color information
#FAD2F6 (or 0xFAD2F6) is known color: Snuff. HEX triplet: FA, D2 and F6. RGB value is (250,210,246). Sum of RGB (Red+Green+Blue) = 250+210+246=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 210 (82.42% from 255 or 29.75% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2F6 is #052D09. Grayscale: #E1E1E1. Windows color (decimal): -339210 or 16175866. OLE color: 16175866.
HSL color Cylindrical-coordinate representation of color #FAD2F6: hue angle of 306º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD2F6 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 246 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.02 |
| HSL | 306º | 0.8% | 0.9% | - |
| HSV(B) | 306º | 0.16% | 0.98% | - |
| XYZ | 79.11 | 73.07 | 97.12 | - |
| YUV | 226.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 246 | 0 | 0.16 | 0.02 | 0.02 | 306 | 0.8 | 0.9 |
| Hex | FA | D2 | F6 | 0 | 10 | 2 | 2 | 132 | 50 | 5A |
| Octal | 372 | 322 | 366 | 0 | 20 | 2 | 2 | 462 | 120 | 132 |
| Binary | 11111010 | 11010010 | 11110110 | 0 | 10000 | 10 | 10 | 100110010 | 1010000 | 1011010 |
Color Harmonies of #FAD2F6
Complementary color
Monochromatic Colors of #FAD2F6
Black with #FAD2F6
Text Example
Text Example
White with #FAD2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2F6; }
p { color: rgb(250,210,246); }
H1.HeaderClassName
{
color: #FAD2F6;
}
.AnyTagClassName
{
color: #FAD2F6;
}
</style>
background-color css
<style>
a { background-color: #FAD2F6; }
a { background-color: rgb(250,210,246); }
div.DivClassName
{
background-color: #FAD2F6;
}
.BgClassName
{
background-color: #FAD2F6;
}
</style>
border-color css
<style>
span { border-color: #FAD2F6; }
span { border-color: rgb(250,210,246); }
td.TdClassName
{
border-color: #FAD2F6;
}
.TagClassName
{
border-color: #FAD2F6;
}
</style>