I've been a bit of a code weenie these days, as I've been building or trying to build a handful of websites. Anyway, I was editing the CSS file for one of the sites, and I was trying to pick a new background color.* I settled on this color. The hex value for that color is #ffecc8. I wanted to copy that hex value so that I could run it through this online color schemer (I reference it regularly). I highlighted the text and right-clicked on it to copy,** and I got this:

fecal.jpg

It appears as though the spell checker in the application I'm using suggested "fecal" or "feces" for "ffecc8." I can't help but wonder if it really was some sort of spelling algorithm and those were the closest choices, or if it just didn't like my choice of colors.

---
* Design nerds may be looking at the rest of the visible CSS in that image, and wondering "what kind of jacked-up color scheme does he have going on, there?" Please note that I hadn't yet changed the colors for the link styles or the heading styles.

** Hardcore nerds would frown on me for not using the keyboard commands to copy/paste, but I'm using a Windows keyboard on a Mac, so the key mapping gets confusing.