Shades of Snuff #FAD1F5
Tints of Snuff #FAD1F5
RGB
CMYK
RGB Variations
Color information
#FAD1F5 (or 0xFAD1F5) is known color: Snuff. HEX triplet: FA, D1 and F5. RGB value is (250,209,245). Sum of RGB (Red+Green+Blue) = 250+209+245=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 209 (82.03% from 255 or 29.69% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1F5 is #052E0A. Grayscale: #E1E1E1. Windows color (decimal): -339467 or 16110074. OLE color: 16110074.
HSL color Cylindrical-coordinate representation of color #FAD1F5: hue angle of 307.32º 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 #FAD1F5 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 245 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.02 |
| HSL | 307.32º | 0.8% | 0.9% | - |
| HSV(B) | 307.32º | 0.16% | 0.98% | - |
| XYZ | 78.71 | 72.52 | 96.24 | - |
| YUV | 225.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 245 | 0 | 0.16 | 0.02 | 0.02 | 307.32 | 0.8 | 0.9 |
| Hex | FA | D1 | F5 | 0 | 10 | 2 | 2 | 133 | 50 | 5A |
| Octal | 372 | 321 | 365 | 0 | 20 | 2 | 2 | 463 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11110101 | 0 | 10000 | 10 | 10 | 100110011 | 1010000 | 1011010 |
Color Harmonies of #FAD1F5
Complementary color
Monochromatic Colors of #FAD1F5
Black with #FAD1F5
Text Example
Text Example
White with #FAD1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1F5; }
p { color: rgb(250,209,245); }
H1.HeaderClassName
{
color: #FAD1F5;
}
.AnyTagClassName
{
color: #FAD1F5;
}
</style>
background-color css
<style>
a { background-color: #FAD1F5; }
a { background-color: rgb(250,209,245); }
div.DivClassName
{
background-color: #FAD1F5;
}
.BgClassName
{
background-color: #FAD1F5;
}
</style>
border-color css
<style>
span { border-color: #FAD1F5; }
span { border-color: rgb(250,209,245); }
td.TdClassName
{
border-color: #FAD1F5;
}
.TagClassName
{
border-color: #FAD1F5;
}
</style>