That Yellow Highlight Colour in RGB and Hex

This is just meant as a reminder for me, as I can never remember the colour values to use when trying to add that yellow highlight colour to some CSS (in fact, even as I’m writing this the WordPress permalink editor is taunting me with that very same colour).

So, without further ado:

  • Hex: background:#FFFBCC;
  • RGB: background:rgb(255, 251, 204);
Posted in devtools by Ian at March 15th, 2010.
Tags: ,

2 Responses to “That Yellow Highlight Colour in RGB and Hex”

  1. Handy. I find myself trying to remember the pastel red and yellow colours for errors and alerts respectively!

  2. Jonathan says:

    this is the best pastel yellow color there is, mixed with the matching red and green and you’ve got yourself a winner!

Leave a Reply