Shades of Snuff #FACFF6
Tints of Snuff #FACFF6
RGB
CMYK
RGB Variations
Color information
#FACFF6 (or 0xFACFF6) is known color: Snuff. HEX triplet: FA, CF and F6. RGB value is (250,207,246). Sum of RGB (Red+Green+Blue) = 250+207+246=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF6 is #053009. Grayscale: #E0E0E0. Windows color (decimal): -339978 or 16175098. OLE color: 16175098.
HSL color Cylindrical-coordinate representation of color #FACFF6: hue angle of 305.58º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFF6 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 246 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.02 |
| HSL | 305.58º | 0.81% | 0.9% | - |
| HSV(B) | 305.58º | 0.17% | 0.98% | - |
| XYZ | 78.37 | 71.6 | 96.88 | - |
| YUV | 224.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 246 | 0 | 0.17 | 0.02 | 0.02 | 305.58 | 0.81 | 0.9 |
| Hex | FA | CF | F6 | 0 | 11 | 2 | 2 | 132 | 51 | 5A |
| Octal | 372 | 317 | 366 | 0 | 21 | 2 | 2 | 462 | 121 | 132 |
| Binary | 11111010 | 11001111 | 11110110 | 0 | 10001 | 10 | 10 | 100110010 | 1010001 | 1011010 |
Color Harmonies of #FACFF6
Complementary color
Monochromatic Colors of #FACFF6
Black with #FACFF6
Text Example
Text Example
White with #FACFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFF6; }
p { color: rgb(250,207,246); }
H1.HeaderClassName
{
color: #FACFF6;
}
.AnyTagClassName
{
color: #FACFF6;
}
</style>
background-color css
<style>
a { background-color: #FACFF6; }
a { background-color: rgb(250,207,246); }
div.DivClassName
{
background-color: #FACFF6;
}
.BgClassName
{
background-color: #FACFF6;
}
</style>
border-color css
<style>
span { border-color: #FACFF6; }
span { border-color: rgb(250,207,246); }
td.TdClassName
{
border-color: #FACFF6;
}
.TagClassName
{
border-color: #FACFF6;
}
</style>