Shades of Snuff #FAD2FA
Tints of Snuff #FAD2FA
RGB
CMYK
RGB Variations
Color information
#FAD2FA (or 0xFAD2FA) is known color: Snuff. HEX triplet: FA, D2 and FA. RGB value is (250,210,250). Sum of RGB (Red+Green+Blue) = 250+210+250=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 210 (82.42% from 255 or 29.58% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FA is #052D05. Grayscale: #E2E2E2. Windows color (decimal): -339206 or 16438010. OLE color: 16438010.
HSL color Cylindrical-coordinate representation of color #FAD2FA: hue angle of 300º 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 #FAD2FA is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 250 | - |
| CMYK | 0 | 0.16 | 0 | 0.02 |
| HSL | 300º | 0.8% | 0.9% | - |
| HSV(B) | 300º | 0.16% | 0.98% | - |
| XYZ | 79.73 | 73.32 | 100.39 | - |
| YUV | 226.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 250 | 0 | 0.16 | 0 | 0.02 | 300 | 0.8 | 0.9 |
| Hex | FA | D2 | FA | 0 | 10 | 0 | 2 | 12C | 50 | 5A |
| Octal | 372 | 322 | 372 | 0 | 20 | 0 | 2 | 454 | 120 | 132 |
| Binary | 11111010 | 11010010 | 11111010 | 0 | 10000 | 0 | 10 | 100101100 | 1010000 | 1011010 |
Color Harmonies of #FAD2FA
Complementary color
Monochromatic Colors of #FAD2FA
Black with #FAD2FA
Text Example
Text Example
White with #FAD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2FA; }
p { color: rgb(250,210,250); }
H1.HeaderClassName
{
color: #FAD2FA;
}
.AnyTagClassName
{
color: #FAD2FA;
}
</style>
background-color css
<style>
a { background-color: #FAD2FA; }
a { background-color: rgb(250,210,250); }
div.DivClassName
{
background-color: #FAD2FA;
}
.BgClassName
{
background-color: #FAD2FA;
}
</style>
border-color css
<style>
span { border-color: #FAD2FA; }
span { border-color: rgb(250,210,250); }
td.TdClassName
{
border-color: #FAD2FA;
}
.TagClassName
{
border-color: #FAD2FA;
}
</style>