Shades of Snuff #FACDFE
Tints of Snuff #FACDFE
RGB
CMYK
RGB Variations
Color information
#FACDFE (or 0xFACDFE) is known color: Snuff. HEX triplet: FA, CD and FE. RGB value is (250,205,254). Sum of RGB (Red+Green+Blue) = 250+205+254=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FACDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDFE is #053201. Grayscale: #DFDFDF. Windows color (decimal): -340482 or 16698874. OLE color: 16698874.
HSL color Cylindrical-coordinate representation of color #FACDFE: hue angle of 295.1º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACDFE is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 205 | 254 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.00 |
| HSL | 295.1º | 0.96% | 0.9% | - |
| HSV(B) | 295.1º | 0.19% | 1% | - |
| XYZ | 79.15 | 71.14 | 103.33 | - |
| YUV | 224.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 254 | 0.02 | 0.19 | 0 | 0.00 | 295.1 | 0.96 | 0.9 |
| Hex | FA | CD | FE | 2 | 13 | 0 | 0 | 127 | 60 | 5A |
| Octal | 372 | 315 | 376 | 2 | 23 | 0 | 0 | 447 | 140 | 132 |
| Binary | 11111010 | 11001101 | 11111110 | 10 | 10011 | 0 | 0 | 100100111 | 1100000 | 1011010 |
Color Harmonies of #FACDFE
Complementary color
Monochromatic Colors of #FACDFE
Black with #FACDFE
Text Example
Text Example
White with #FACDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDFE; }
p { color: rgb(250,205,254); }
H1.HeaderClassName
{
color: #FACDFE;
}
.AnyTagClassName
{
color: #FACDFE;
}
</style>
background-color css
<style>
a { background-color: #FACDFE; }
a { background-color: rgb(250,205,254); }
div.DivClassName
{
background-color: #FACDFE;
}
.BgClassName
{
background-color: #FACDFE;
}
</style>
border-color css
<style>
span { border-color: #FACDFE; }
span { border-color: rgb(250,205,254); }
td.TdClassName
{
border-color: #FACDFE;
}
.TagClassName
{
border-color: #FACDFE;
}
</style>