#FFFFC0 Color Information

Hex color code: #FFFFC0

A light yellow shade, #FFFFC0 appears as (255, 255, 192) in RGB and (60°, 100%, 88%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLemon Chiffon
HEX
#FFFFC0
RGB
255, 255, 192
HSL
60°, 100%, 88%
CMYK
0%, 0%, 25%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFFFC0; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 255, 192

Red: 255 / Green: 255 / Blue: 192

HSL

60°, 100%, 88%

Hue: 60° / Saturation: 100% / Lightness: 88%

CMYK

0%, 0%, 25%, 0%

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

What color is #FFFFC0?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFFC0 to RGB:

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

HEX to HSL

Convert #FFFFC0 to HSL:

hsl(60, 100%, 88%)RGB to HSL Converter →

HEX to CMYK

Convert #FFFFC0 to CMYK:

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

Color Meaning and Usage

#FFFFC0 is a delicate yellow color with RGB values of 255, 255, 192 and HSL of 60°, 100%, 88%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

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

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

Contrast with #FFFFC0

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 #FFFFC0?

#FFFFC0 is a delicate yellow color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFFFC0?

#FFFFC0 in RGB is (255, 255, 192) - 255 red, 255 green, and 192 blue.

How to use #FFFFC0 in CSS?

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

What colors go well with #FFFFC0?

#C2C2FF (complementary), #FFE0C2 (analogous), and #FFFF75 (lighter shade) work well with #FFFFC0.