#F7EDEF Color Information

Hex color code: #F7EDEF

A light red shade, #F7EDEF appears as (247, 237, 239) in RGB and (348°, 38%, 95%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLinen
HEX
#F7EDEF
RGB
247, 237, 239
HSL
348°, 38%, 95%
CMYK
0%, 4%, 3%, 3%

Shades

CSS Usage
color: #F7EDEF;
background-color: #F7EDEF;
border-color: #F7EDEF;
box-shadow: 0 0 10px #F7EDEF;
border: 2px solid #F7EDEF;
Tailwind Usage
bg-[#F7EDEF]
text-[#F7EDEF]
border-[#F7EDEF]
shadow-[0_0_10px_F7EDEF]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #F7EDEF, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #F7EDEF; color: #000000; }

Badge

New Feature
.badge { background-color: #F7EDEF; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #F7EDEF; background-color: #F7EDEF15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #F7EDEF20; border-left: 4px solid #F7EDEF; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #F7EDEF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #F7EDEF in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

247, 237, 239

Red: 247 / Green: 237 / Blue: 239

HSL

348°, 38%, 95%

Hue: 348° / Saturation: 38% / Lightness: 95%

CMYK

0%, 4%, 3%, 3%

Cyan: 0% / Magenta: 4% / Yellow: 3% / Key: 3%

What color is #F7EDEF?

#F7EDEF is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #F7EDEF to RGB:

rgb(247, 237, 239)HEX to RGB Converter →

HEX to HSL

Convert #F7EDEF to HSL:

hsl(348, 38%, 95%)RGB to HSL Converter →

HEX to CMYK

Convert #F7EDEF to CMYK:

cmyk(0%, 4%, 3%, 3%)Color Converter →

Color Meaning and Usage

A delicate red tone, #F7EDEF has RGB (247, 237, 239) and HSL (348°, 38%, 95%). Known for evoking purity and simplicity, this very light tint is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #F7EDEF is #EDF7F5, creating high-contrast pairings. For softer combinations, try analogous colors like #F7EDF4.

Use #F7EDEF in CSS: color: #F7EDEF or background-color: #F7EDEF. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #F7EDEF

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 18.31:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #F7EDEF?

#F7EDEF is a delicate red color - a very light tint that evokes purity and simplicity.

What is the RGB value of #F7EDEF?

#F7EDEF in RGB is (247, 237, 239) - 247 red, 237 green, and 239 blue.

How to use #F7EDEF in CSS?

Use #F7EDEF directly in your CSS properties like color or background-color.

What colors go well with #F7EDEF?

#EDF7F5 (complementary), #F7EDF4 (analogous), and #DFB9C0 (lighter shade) work well with #F7EDEF.