#FDFFFD Color Information

Hex color code: #FDFFFD

A soft green shade, #FDFFFD appears as (253, 255, 253) in RGB and (120°, 100%, 100%) in HSL. It is frequently seen in web interfaces.

Try:
Color NameWhite
HEX
#FDFFFD
RGB
253, 255, 253
HSL
120°, 100%, 100%
CMYK
1%, 0%, 1%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FDFFFD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

253, 255, 253

Red: 253 / Green: 255 / Blue: 253

HSL

120°, 100%, 100%

Hue: 120° / Saturation: 100% / Lightness: 100%

CMYK

1%, 0%, 1%, 0%

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

What color is #FDFFFD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FDFFFD to RGB:

rgb(253, 255, 253)HEX to RGB Converter →

HEX to HSL

Convert #FDFFFD to HSL:

hsl(120, 100%, 100%)RGB to HSL Converter →

HEX to CMYK

Convert #FDFFFD to CMYK:

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

Color Meaning and Usage

#FDFFFD is a airy green color with RGB values of 253, 255, 253 and HSL of 120°, 100%, 100%. This very light tint evokes purity and simplicity, making it suitable for often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FDFFFD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FDFFFD?

#FDFFFD is a airy green color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FDFFFD?

#FDFFFD in RGB is (253, 255, 253) - 253 red, 255 green, and 253 blue.

How to use #FDFFFD in CSS?

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

What colors go well with #FDFFFD?

#FFFFFF (complementary), #FFFFFF (analogous), and #B3FFB3 (lighter shade) work well with #FDFFFD.