All CSS Colors
#FAF0E6linen

Linen

CSS named color · White family

HEX#FAF0E6
RGBrgb(250, 240, 230)
HSLhsl(30, 67%, 94%)
CSSlinen

Tints & Shades

#fefcfb
#fdfaf6
#fcf7f2
#fcf5ee
#fbf2ea
#FAF0E6
#ecc7a1
#e0a161
#c87828
#844f1a
#44290d
LighterDarker

Complementary Color

Linen

#FAF0E6

Complement

#e5f0fa

hsl(210, 67%, 94%)

CSS Usage

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

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

/* Using RGB */
.element {
  color: rgb(250, 240, 230);
  background-color: rgb(250, 240, 230);
}

Similar Colors

Related Tools

Browse All CSS Colors