#FACCCF Color Information

Hex color code: #FACCCF

A delicate red shade, #FACCCF appears as (250, 204, 207) in RGB and (356°, 82%, 89%) in HSL. It is popular in mobile app design.

Try:
Color NamePink
HEX
#FACCCF
RGB
250, 204, 207
HSL
356°, 82%, 89%
CMYK
0%, 18%, 17%, 2%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FACCCF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

250, 204, 207

Red: 250 / Green: 204 / Blue: 207

HSL

356°, 82%, 89%

Hue: 356° / Saturation: 82% / Lightness: 89%

CMYK

0%, 18%, 17%, 2%

Cyan: 0% / Magenta: 18% / Yellow: 17% / Key: 2%

What color is #FACCCF?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FACCCF to RGB:

rgb(250, 204, 207)HEX to RGB Converter →

HEX to HSL

Convert #FACCCF to HSL:

hsl(356, 82%, 89%)RGB to HSL Converter →

HEX to CMYK

Convert #FACCCF to CMYK:

cmyk(0%, 18%, 17%, 2%)Color Converter →

Color Meaning and Usage

#FACCCF is a light red color with RGB values of 250, 204, 207 and HSL of 356°, 82%, 89%. This very light tint evokes purity and simplicity, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FACCCF is #CCFAF7, creating high-contrast pairings. For softer combinations, try analogous colors like #FACCE6.

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

Contrast with #FACCCF

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FACCCF?

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

What is the RGB value of #FACCCF?

#FACCCF in RGB is (250, 204, 207) - 250 red, 204 green, and 207 blue.

How to use #FACCCF in CSS?

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

What colors go well with #FACCCF?

#CCFAF7 (complementary), #FACCE6 (analogous), and #F3868E (lighter shade) work well with #FACCCF.