#F0FFFD Color Information

Hex color code: #F0FFFD

#F0FFFD is a soft cyan color. In RGB it is (240, 255, 253), and in HSL it is (172°, 100%, 97%). It is frequently seen in web interfaces.

Try:
Color NameAzure
HEX
#F0FFFD
RGB
240, 255, 253
HSL
172°, 100%, 97%
CMYK
6%, 0%, 1%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #F0FFFD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

240, 255, 253

Red: 240 / Green: 255 / Blue: 253

HSL

172°, 100%, 97%

Hue: 172° / Saturation: 100% / Lightness: 97%

CMYK

6%, 0%, 1%, 0%

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

What color is #F0FFFD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #F0FFFD to RGB:

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

HEX to HSL

Convert #F0FFFD to HSL:

hsl(172, 100%, 97%)RGB to HSL Converter →

HEX to CMYK

Convert #F0FFFD to CMYK:

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

Color Meaning and Usage

#F0FFFD is a delicate cyan color with RGB values of 240, 255, 253 and HSL of 172°, 100%, 97%. This very light tint evokes purity and simplicity, making it suitable for popular for illustrations and friendly visual themes. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #F0FFFD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #F0FFFD?

#F0FFFD is a delicate cyan color - a very light tint that evokes purity and simplicity.

What is the RGB value of #F0FFFD?

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

How to use #F0FFFD in CSS?

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

What colors go well with #F0FFFD?

#FFF0F2 (complementary), #F0FFF5 (analogous), and #A3FFF3 (lighter shade) work well with #F0FFFD.