Skip to content

#fae5e5

a pale, vivid red · warm · closest name: Misty Rose

RGB
250, 229, 229
HSL
0°, 68%, 94%
CMYK
0, 8, 8, 2
Luminance
0.8202

At a glance

Every number on this page in one read: what #fae5e5 is made of, how bright it looks, and which way it leans.

Hex
#fae5e5
Hue
red
Saturation
68%
vivid
Lightness
94%
pale
Brightness
98%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8202
WCAG relative
Temperature
Warm
17/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
17.40:1
Closest name
Misty Rose
ΔE2000 2.2
Where it sits
Hue0° of 360°
Saturation68%
Lightness94%
Temperature
Warm ← → Cool17% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#fae5e5
RGBrgb(250, 229, 229)
HSLhsl(0, 68%, 94%)
CMYKcmyk(0%, 8%, 8%, 2%)
LABlab(92.6 7.2 2.6)
LCHlch(92.6 7.6 19.9)
OKLCHoklch(0.939 0.023 17.6)
Decimal16442853
Display P3color(display-p3 0.980 0.898 0.898)

Copy-ready code

/* CSS */
color: #fae5e5;
background-color: #fae5e5;
/* Tailwind (arbitrary) */
class="text-[#fae5e5] bg-[#fae5e5]"
/* SCSS */
$brand: #fae5e5;
/* SwiftUI */
Color(red: 0.980, green: 0.898, blue: 0.898)
/* Android */
Color.parseColor("#fae5e5")
/* Flutter */
Color(0xFFFAE5E5)
/* Python / OpenCV (BGR) */
(229, 229, 250)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #fae5e5 · 17.40:1
Use #000000AAA at every size.
Aa
White text · 1.21:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.40:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fae5e5 as text scores 1.21:1 on white and 17.40:1 on black.

Accessibility — WCAG contrast

Aa
#fae5e5 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#fae5e5 on black: 17.40:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E8E8E5
deuteranopia · #EDEBE5
tritanopia · #FFE3E5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fae5e5 is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBF3F3
#fae5e5
#F2CACA
#EDA1A1
#E47272
#DB4343
#CD2828
#AB2121
#891A1A
#631717
#3E0E0E
Base = 100Lightest = 50 · #FBF3F3Darkest = 950 · #3E0E0E
:root {
  --brand-50: #FBF3F3;
  --brand-100: #fae5e5;
  --brand-200: #F2CACA;
  --brand-300: #EDA1A1;
  --brand-400: #E47272;
  --brand-500: #DB4343;
  --brand-600: #CD2828;
  --brand-700: #AB2121;
  --brand-800: #891A1A;
  --brand-900: #631717;
  --brand-950: #3E0E0E;
  --brand: #fae5e5;
  --brand-ink: #000000;
}

Colors that work with #fae5e5

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF4F4
Tinted page background
Border#EDC0C0
Hairlines and dividers
Muted text#9B4B4B
Captions on the surface
Accent#1AB28A
Second voice, not a rival
Dark variant#6B1515
Hover, pressed, headers
Light variant#FBEAEA
Selected rows, tints
Dark surface#241414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #fae5e5

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#E5FAFA
Analogous left#FAE5EF
Analogous right#FAEFE5
Split-complement 1#E5FAEF
Split-complement 2#E5EFFA
Triadic 1#E5FAE5
Triadic 2#E5E5FA
Tetradic#EFFAE5

RGB percentages

Red98.0%
Green89.8%
Blue89.8%

CMYK percentages

Cyan0.0%
Magenta8.4%
Yellow8.4%
Key (black)2.0%

Color previews

#fae5e5 text on a black background

contrast 17.40:1

Card sample

#fae5e5 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #fae5e5;
Background color
Panel with #fae5e5 background
background-color: #fae5e5;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #fae5e5;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(250, 229, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 229, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae5e5;
background: linear-gradient(135deg, #fae5e5, #FAF3E5);

Monochromatic scale

Palettes built from #fae5e5

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#fae5e5 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#fae5e5, answered

What color is #fae5e5?

#fae5e5 is a pale vivid red, closest to Misty Rose (ΔE2000 2.2). It sits at 0° on the hue wheel with 68% saturation and 94% lightness, which reads as warm.

What is the RGB value of #fae5e5?

rgb(250, 229, 229) — 250 red, 229 green and 229 blue out of 255, or 98% / 89.8% / 89.8% by channel.

Is #fae5e5 a light or a dark color?

It is a light color. Relative luminance is 0.8202 and perceived brightness is 92%, so black text on it reaches 17.40:1.

Should I use black or white text on #fae5e5?

Black. It scores 17.40:1 against #fae5e5, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #fae5e5?

#E5FAFA sits directly opposite on the wheel. Softer options are the split-complements #E5FAEF and #E5EFFA, which give the same contrast with far less vibration.

What colors go well with #fae5e5?

For interface work: #FAF4F4 as the surface, #EDC0C0 for borders, #9B4B4B for secondary text, #1AB28A as an accent and #6B1515 for hover and pressed states. For a palette, the analogous pair #FAE5EF and #FAEFE5 stays calm, while #E5FAFA is the loudest partner.

What is #fae5e5 in CMYK for printing?

cmyk(0%, 8%, 8%, 2%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #fae5e5 warm or cool?

Warm — it scores 17 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FAEDE5; nudged cooler, #FAE5ED.

Work with #fae5e5 in the Color Lab