Shades of Snuff #FAC1FD
Tints of Snuff #FAC1FD
RGB
CMYK
RGB Variations
Color information
#FAC1FD (or 0xFAC1FD) is known color: Snuff. HEX triplet: FA, C1 and FD. RGB value is (250,193,253). Sum of RGB (Red+Green+Blue) = 250+193+253=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1FD is #053E02. Grayscale: #D8D8D8. Windows color (decimal): -343555 or 16630266. OLE color: 16630266.
HSL color Cylindrical-coordinate representation of color #FAC1FD: hue angle of 297º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC1FD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 193 | 253 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.01 |
| HSL | 297º | 0.94% | 0.87% | - |
| HSV(B) | 297º | 0.24% | 0.99% | - |
| XYZ | 76.22 | 65.56 | 101.56 | - |
| YUV | 216.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 253 | 0.01 | 0.24 | 0 | 0.01 | 297 | 0.94 | 0.87 |
| Hex | FA | C1 | FD | 1 | 18 | 0 | 1 | 129 | 5E | 57 |
| Octal | 372 | 301 | 375 | 1 | 30 | 0 | 1 | 451 | 136 | 127 |
| Binary | 11111010 | 11000001 | 11111101 | 1 | 11000 | 0 | 1 | 100101001 | 1011110 | 1010111 |
Color Harmonies of #FAC1FD
Complementary color
Monochromatic Colors of #FAC1FD
Black with #FAC1FD
Text Example
Text Example
White with #FAC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1FD; }
p { color: rgb(250,193,253); }
H1.HeaderClassName
{
color: #FAC1FD;
}
.AnyTagClassName
{
color: #FAC1FD;
}
</style>
background-color css
<style>
a { background-color: #FAC1FD; }
a { background-color: rgb(250,193,253); }
div.DivClassName
{
background-color: #FAC1FD;
}
.BgClassName
{
background-color: #FAC1FD;
}
</style>
border-color css
<style>
span { border-color: #FAC1FD; }
span { border-color: rgb(250,193,253); }
td.TdClassName
{
border-color: #FAC1FD;
}
.TagClassName
{
border-color: #FAC1FD;
}
</style>