Lavender Blush (#FFF0F5)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.10:1 — vs black: 19.03:1

Color values

  • HEX #FFF0F5
  • RGB rgb(255, 240, 245)
  • HSL hsl(340, 100%, 97%)
  • CMYK cmyk( 0, 6, 4, 0 )
  • Websafe #FFFFFF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FFF0F5 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Lavender Blush
#FFF0F5 Base
#F0FFFA
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Lavender Blush
#FFF0F5 Base
#FFF0FC
#FFF2F0
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Lavender Blush
#FFF0F5 Base
#F5FFF0
#F0F5FF
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Lavender Blush
#FFF0F5 Base
#F0FFF2
#F0FCFF
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Lavender Blush
#FFF0F5 Base
#FCFFF0
#F0FFFA
#F2F0FF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Lavender Blush
#FFF0F5 Base
#FF578F
#FFA3C2
#FFC7DA
#FFE6EE
Shades & Tints

Darker shades and lighter tints of Lavender Blush, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A0009
#770028
#D50047
#FF3478
#FF92B6
Lavender Blush #FFF0F5 Base
#FFE6EE
#FFE6EE
#FFE6EE
#FFE6EE
#FFE6EE
CSS & SCSS Snippets

Ready-to-use code snippets for #FFF0F5. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FFF0F5;
}

/* Text */
.element {
    color: #FFF0F5;
}

/* Border */
.element {
    border: 1px solid #FFF0F5;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FFF0F5,
        #F0FFFA
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FFF0F5,
        #F0FFFA
    );
}
SCSS Variable
// SCSS variable
$lavender-blush: #FFF0F5;

// With RGB channels (useful for rgba() usage)
$lavender-blush-r: 255;
$lavender-blush-g: 240;
$lavender-blush-b: 245;

// Usage
.element {
    background-color: $lavender-blush;
    color: rgba($lavender-blush-r, $lavender-blush-g, $lavender-blush-b, 0.8);
}
Color Blindness Simulation

How Lavender Blush appears to people with different types of color vision deficiency.

Normal Vision #FFF0F5 How the color appears with full color vision.
Deuteranopia #F4F4F5 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #F2F2F5 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FEF1F1 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #F4F4F4 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Lavender Blush ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Lavender Blush #FFF0F5 Base
Magnolia #F8F4FF ΔE 4.87
Snow #FFFAFA ΔE 5.39
Misty Rose #FFE4E1 ΔE 5.53
Ghost White #F8F8FF ΔE 6.40

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.