Spanish Pink (#F7BFBE)

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.60:1 — vs black: 13.15:1

Color values

  • HEX #F7BFBE
  • RGB rgb(247, 191, 190)
  • HSL hsl(1, 23%, 96%)
  • CMYK cmyk( 0, 22.67, 23.08, 3.14 )

Tags

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

Color Harmonies

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

Complementary

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

Spanish Pink
#F7BFBE Base
#BEF6F7
Analogous

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

Spanish Pink
#F7BFBE Base
#F7BEDA
#F7DCBE
Triadic

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

Spanish Pink
#F7BFBE Base
#BEF7BF
#BFBEF7
Split-Complementary

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

Spanish Pink
#F7BFBE Base
#BEF7DC
#BEDAF7
Tetradic (Square)

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

Spanish Pink
#F7BFBE Base
#DAF7BE
#BEF6F7
#DCBEF7
Monochromatic

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

Spanish Pink
#F7BFBE Base
#E63936
#EF7C7A
#F39B9A
#FBE3E2
#FCE9E8
Shades & Tints

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

Shades (darker)

#170303
#600D0C
#A91715
#E52F2B
#EE7775
Spanish Pink #F7BFBE Base
#F8C7C6
#F9D0CF
#FAD8D7
#FBE0E0
#FCE9E8
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F7BFBE,
        #F5F9F9
    );
}
SCSS Variable
// SCSS variable
$spanish-pink: #F7BFBE;

// With RGB channels (useful for rgba() usage)
$spanish-pink-r: 247;
$spanish-pink-g: 191;
$spanish-pink-b: 190;

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

How Spanish Pink appears to people with different types of color vision deficiency.

Normal Vision #F7BFBE How the color appears with full color vision.
Deuteranopia #D1D1BD 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 #C6C6BE Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F7BFBF Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #CDCDCD 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 Spanish Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Spanish Pink #F7BFBE Base
Tea Rose #F4C2C2 ΔE 1.50
Melon #FDBCB4 ΔE 3.26
Pink #FFC0CB ΔE 4.54
Bubble Gum #FFC1CC ΔE 4.55

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.