All CSS Colors
#F5DEB3wheat

Wheat

CSS named color · Brown family

HEX#F5DEB3
RGBrgb(245, 222, 179)
HSLhsl(39, 77%, 83%)
CSSwheat

Tints & Shades

#fdf9f1
#fbf3e4
#faefdb
#f9e9cd
#f7e4c0
#F5DEB3
#edc273
#e5a734
#be8419
#7e5810
#3f2c08
LighterDarker

Complementary Color

Wheat

#F5DEB3

Complement

#b2caf5

hsl(219, 77%, 83%)

CSS Usage

.element {
  color: wheat;
  background-color: wheat;
}

/* Using hex */
.element {
  color: #F5DEB3;
  background-color: #F5DEB3;
}

/* Using RGB */
.element {
  color: rgb(245, 222, 179);
  background-color: rgb(245, 222, 179);
}

Similar Colors

Related Tools

Browse All CSS Colors