Toolman

#FFFDD0 color

#FFFDD0#FFFDD0

#FFFDD0 is a very light, vivid yellow, closest to the CSS named color lemonchiffon (#FFFACD).

Color values

HEX#FFFDD0
RGBrgb(255, 253, 208)
HSLhsl(57, 100%, 91%)
CMYKcmyk(0%, 1%, 18%, 0%)
Decimal16776656
CSScolor: #FFFDD0;
Android0xFFFFFDD0
SwiftUIColor(red: 1.000, green: 0.992, blue: 0.816, alpha: 1)

Accessibility and contrast

White text on #FFFDD01.04:1 — AA fail · AA large fail · AAA fail
Black text on #FFFDD020.21:1 — AA pass · AA large pass · AAA pass
Recommended text colorblack

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #FFFDD0

Each swatch keeps the hue and saturation of #FFFDD0 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #FFFDD0

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #FFFDD0 in code

/* CSS */
.element { color: #FFFDD0; background-color: #FFFDD0; }
.element { color: rgb(255 253 208); }
.element { color: hsl(57 100% 91%); }

/* Tailwind arbitrary value */
<div class="bg-[#FFFDD0] text-black">

/* SCSS variable */
$brand: #FFFDD0;

Frequently asked questions

What color is #FFFDD0?

#FFFDD0 is a very light, vivid yellow. Its hue sits at 57° on the color wheel, with 100% saturation and 91% lightness.

What is #FFFDD0 in RGB?

#FFFDD0 converts to rgb(255, 253, 208) — 255 red, 253 green and 208 blue.

What is #FFFDD0 in CMYK?

Approximately cmyk(0%, 1%, 18%, 0%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #FFFDD0 be white or black?

Black gives the better contrast ratio (20.21:1 versus 1.04:1).

What is the complementary color of #FFFDD0?

#D1D3FF — the hue directly opposite #FFFDD0 on the color wheel.

Convert any color → · Browse all colors