Pink Lace (#FFDDF4)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.24:1 — vs black: 16.90:1
Color values
-
HEX
#FFDDF4 -
RGB
rgb(255, 221, 244) -
HSL
hsl(319, 13%, 100%) -
CMYK
cmyk( 0, 13.33, 4.31, 0 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FFDDF4 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FFDDF4
Base
#DDFFE8
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FFDDF4
Base
#F9DDFF
#FFDDE3
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FFDDF4
Base
#F4FFDD
#DDF4FF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FFDDF4
Base
#E3FFDD
#DDFFF9
Four colors at 90° intervals — rich variety, best when one color dominates.
#FFDDF4
Base
#FFF9DD
#DDFFE8
#DDE3FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FFDDF4
Base
#FF44C2
#FF90DB
#FFB4E7
#FFE6F7
Darker shades and lighter tints of Pink Lace, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0011
#74004E
#CE008B
#FF29BA
#FF83D7
#FFDDF4
Base
#FFDFF5
#FFE0F5
#FFE2F6
#FFE4F6
#FFE6F7
Ready-to-use code snippets for #FFDDF4. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FFDDF4;
}
/* Text */
.element {
color: #FFDDF4;
}
/* Border */
.element {
border: 1px solid #FFDDF4;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FFDDF4,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FFDDF4,
#FFFFFF
);
}
// SCSS variable
$pink-lace: #FFDDF4;
// With RGB channels (useful for rgba() usage)
$pink-lace-r: 255;
$pink-lace-g: 221;
$pink-lace-b: 244;
// Usage
.element {
background-color: $pink-lace;
color: rgba($pink-lace-r, $pink-lace-g, $pink-lace-b, 0.8);
}
How Pink Lace appears to people with different types of color vision deficiency.
#FFDDF4
How the color appears with full color vision.
#E8E8F3
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#E1E1F4
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FCE0E0
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E6E6E6
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.