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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F7BFBE
Base
#BEF6F7
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F7BFBE
Base
#F7BEDA
#F7DCBE
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F7BFBE
Base
#BEF7BF
#BFBEF7
Two colors flanking the complement — high contrast with less tension than full complementary.
#F7BFBE
Base
#BEF7DC
#BEDAF7
Four colors at 90° intervals — rich variety, best when one color dominates.
#F7BFBE
Base
#DAF7BE
#BEF6F7
#DCBEF7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F7BFBE
Base
#E63936
#EF7C7A
#F39B9A
#FBE3E2
#FCE9E8
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
#F7BFBE
Base
#F8C7C6
#F9D0CF
#FAD8D7
#FBE0E0
#FCE9E8
Ready-to-use code snippets for #F7BFBE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F7BFBE;
}
/* Text */
.element {
color: #F7BFBE;
}
/* Border */
.element {
border: 1px solid #F7BFBE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F7BFBE,
#F5F9F9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F7BFBE,
#F5F9F9
);
}
// 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);
}
How Spanish Pink appears to people with different types of color vision deficiency.
#F7BFBE
How the color appears with full color vision.
#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.
#C6C6BE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F7BFBF
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#CDCDCD
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.