Shades of Snuff #FACDFF
Tints of Snuff #FACDFF
RGB
CMYK
RGB Variations
Color information
#FACDFF (or 0xFACDFF) is known color: Snuff. HEX triplet: FA, CD and FF. RGB value is (250,205,255). Sum of RGB (Red+Green+Blue) = 250+205+255=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDFF is #053200. Grayscale: #E0E0E0. Windows color (decimal): -340481 or 16764410. OLE color: 16764410.
HSL color Cylindrical-coordinate representation of color #FACDFF: hue angle of 294º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACDFF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 205 | 255 | - |
| CMYK | 0.02 | 0.20 | 0 | 0 |
| HSL | 294º | 1% | 0.9% | - |
| HSV(B) | 294º | 0.2% | 1% | - |
| XYZ | 79.31 | 71.21 | 104.17 | - |
| YUV | 224.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 255 | 0.02 | 0.20 | 0 | 0 | 294 | 1 | 0.9 |
| Hex | FA | CD | FF | 2 | 14 | 0 | 0 | 126 | 64 | 5A |
| Octal | 372 | 315 | 377 | 2 | 24 | 0 | 0 | 446 | 144 | 132 |
| Binary | 11111010 | 11001101 | 11111111 | 10 | 10100 | 0 | 0 | 100100110 | 1100100 | 1011010 |
Color Harmonies of #FACDFF
Complementary color
Monochromatic Colors of #FACDFF
Black with #FACDFF
Text Example
Text Example
White with #FACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDFF; }
p { color: rgb(250,205,255); }
H1.HeaderClassName
{
color: #FACDFF;
}
.AnyTagClassName
{
color: #FACDFF;
}
</style>
background-color css
<style>
a { background-color: #FACDFF; }
a { background-color: rgb(250,205,255); }
div.DivClassName
{
background-color: #FACDFF;
}
.BgClassName
{
background-color: #FACDFF;
}
</style>
border-color css
<style>
span { border-color: #FACDFF; }
span { border-color: rgb(250,205,255); }
td.TdClassName
{
border-color: #FACDFF;
}
.TagClassName
{
border-color: #FACDFF;
}
</style>