#F6AABB Color Information

Hex color code: #F6AABB

The hex color #F6AABB is a light red with RGB values of (246, 170, 187) and HSL of (347°, 81%, 82%). It is commonly used in modern UI design.

Try:
Color NameLight Pink
HEX
#F6AABB
RGB
246, 170, 187
HSL
347°, 81%, 82%
CMYK
0%, 31%, 24%, 4%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #F6AABB; 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 #F6AABB; background-color: #F6AABB15; }

Alert / Toast

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

Link / Accent

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

a { color: #F6AABB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

246, 170, 187

Red: 246 / Green: 170 / Blue: 187

HSL

347°, 81%, 82%

Hue: 347° / Saturation: 81% / Lightness: 82%

CMYK

0%, 31%, 24%, 4%

Cyan: 0% / Magenta: 31% / Yellow: 24% / Key: 4%

What color is #F6AABB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #F6AABB to RGB:

rgb(246, 170, 187)HEX to RGB Converter →

HEX to HSL

Convert #F6AABB to HSL:

hsl(347, 81%, 82%)RGB to HSL Converter →

HEX to CMYK

Convert #F6AABB to CMYK:

cmyk(0%, 31%, 24%, 4%)Color Converter →

Color Meaning and Usage

A ethereal red tone, #F6AABB has RGB (246, 170, 187) and HSL (347°, 81%, 82%). Known for evoking purity and simplicity, this very light tint is popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #F6AABB is #ACF6E6, creating high-contrast pairings. For softer combinations, try analogous colors like #F6ACE1.

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

Contrast with #F6AABB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #F6AABB?

#F6AABB is a ethereal red color - a very light tint that evokes purity and simplicity.

What is the RGB value of #F6AABB?

#F6AABB in RGB is (246, 170, 187) - 246 red, 170 green, and 187 blue.

How to use #F6AABB in CSS?

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

What colors go well with #F6AABB?

#ACF6E6 (complementary), #F6ACE1 (analogous), and #EF6784 (lighter shade) work well with #F6AABB.