#FFFCFB Color Information

Hex color code: #FFFCFB

A light orange shade, #FFFCFB appears as (255, 252, 251) in RGB and (15°, 100%, 99%) in HSL. It is commonly used in modern UI design.

Try:
Color NameSnow
HEX
#FFFCFB
RGB
255, 252, 251
HSL
15°, 100%, 99%
CMYK
0%, 1%, 2%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFCFB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 252, 251

Red: 255 / Green: 252 / Blue: 251

HSL

15°, 100%, 99%

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

CMYK

0%, 1%, 2%, 0%

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

What color is #FFFCFB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFCFB to RGB:

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

HEX to HSL

Convert #FFFCFB to HSL:

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

HEX to CMYK

Convert #FFFCFB to CMYK:

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

Color Meaning and Usage

A airy orange tone, #FFFCFB has RGB (255, 252, 251) and HSL (15°, 100%, 99%). Known for evoking purity and simplicity, this very light tint is widely used in graphic design. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFCFB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFCFB?

#FFFCFB is a airy orange color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFFCFB?

#FFFCFB in RGB is (255, 252, 251) - 255 red, 252 green, and 251 blue.

How to use #FFFCFB in CSS?

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

What colors go well with #FFFCFB?

#FAFEFF (complementary), #FFFAFB (analogous), and #FFC2AD (lighter shade) work well with #FFFCFB.