Shades of Snuff #FAC0FD
Tints of Snuff #FAC0FD
RGB
CMYK
RGB Variations
Color information
#FAC0FD (or 0xFAC0FD) is known color: Snuff. HEX triplet: FA, C0 and FD. RGB value is (250,192,253). Sum of RGB (Red+Green+Blue) = 250+192+253=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 192 (75.39% from 255 or 27.63% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0FD is #053F02. Grayscale: #D8D8D8. Windows color (decimal): -343811 or 16630010. OLE color: 16630010.
HSL color Cylindrical-coordinate representation of color #FAC0FD: hue angle of 297.05º 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 #FAC0FD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 192 | 253 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.01 |
| HSL | 297.05º | 0.94% | 0.87% | - |
| HSV(B) | 297.05º | 0.24% | 0.99% | - |
| XYZ | 76 | 65.12 | 101.49 | - |
| YUV | 216.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 253 | 0.01 | 0.24 | 0 | 0.01 | 297.05 | 0.94 | 0.87 |
| Hex | FA | C0 | FD | 1 | 18 | 0 | 1 | 129 | 5E | 57 |
| Octal | 372 | 300 | 375 | 1 | 30 | 0 | 1 | 451 | 136 | 127 |
| Binary | 11111010 | 11000000 | 11111101 | 1 | 11000 | 0 | 1 | 100101001 | 1011110 | 1010111 |
Color Harmonies of #FAC0FD
Complementary color
Monochromatic Colors of #FAC0FD
Black with #FAC0FD
Text Example
Text Example
White with #FAC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0FD; }
p { color: rgb(250,192,253); }
H1.HeaderClassName
{
color: #FAC0FD;
}
.AnyTagClassName
{
color: #FAC0FD;
}
</style>
background-color css
<style>
a { background-color: #FAC0FD; }
a { background-color: rgb(250,192,253); }
div.DivClassName
{
background-color: #FAC0FD;
}
.BgClassName
{
background-color: #FAC0FD;
}
</style>
border-color css
<style>
span { border-color: #FAC0FD; }
span { border-color: rgb(250,192,253); }
td.TdClassName
{
border-color: #FAC0FD;
}
.TagClassName
{
border-color: #FAC0FD;
}
</style>