#FFFAFB Color Information

Hex color code: #FFFAFB

#FFFAFB is a light red color. In RGB it is (255, 250, 251), and in HSL it is (348°, 100%, 99%). It is frequently seen in web interfaces.

Try:
Color NameSnow
HEX
#FFFAFB
RGB
255, 250, 251
HSL
348°, 100%, 99%
CMYK
0%, 2%, 2%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFAFB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 250, 251

Red: 255 / Green: 250 / Blue: 251

HSL

348°, 100%, 99%

Hue: 348° / Saturation: 100% / Lightness: 99%

CMYK

0%, 2%, 2%, 0%

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

What color is #FFFAFB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFAFB to RGB:

rgb(255, 250, 251)HEX to RGB Converter →

HEX to HSL

Convert #FFFAFB to HSL:

hsl(348, 100%, 99%)RGB to HSL Converter →

HEX to CMYK

Convert #FFFAFB to CMYK:

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

Color Meaning and Usage

#FFFAFB is a delicate red color with RGB values of 255, 250, 251 and HSL of 348°, 100%, 99%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFFAFB is #FAFFFE, creating high-contrast pairings. For softer combinations, try analogous colors like #FFFAFD.

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

Contrast with #FFFAFB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFAFB?

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

What is the RGB value of #FFFAFB?

#FFFAFB in RGB is (255, 250, 251) - 255 red, 250 green, and 251 blue.

How to use #FFFAFB in CSS?

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

What colors go well with #FFFAFB?

#FAFFFE (complementary), #FFFAFD (analogous), and #FFADBE (lighter shade) work well with #FFFAFB.