Tea Rose (#F4C2C2)

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.57:1 — vs black: 13.34:1

Color values

  • HEX #F4C2C2
  • RGB rgb(244, 194, 194)
  • HSL hsl(0, 69%, 85%)
  • CMYK cmyk( 0, 20, 20, 4 )
  • Websafe #FFCCCC

Tags

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

Color Harmonies

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

Complementary

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

Tea Rose
#F4C2C2 Base
#C2F4F4
Analogous

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

Tea Rose
#F4C2C2 Base
#F4C2DB
#F4DBC2
Triadic

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

Tea Rose
#F4C2C2 Base
#C2F4C2
#C2C2F4
Split-Complementary

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

Tea Rose
#F4C2C2 Base
#C2F4DB
#C2DBF4
Tetradic (Square)

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

Tea Rose
#F4C2C2 Base
#DBF4C2
#C2F4F4
#DBC2F4
Monochromatic

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

Tea Rose
#F4C2C2 Base
#DD4040
#E88181
#EE9F9F
#FAE5E5
#FBE9E9
Shades & Tints

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

Shades (darker)

#160404
#5C1111
#A11D1D
#DB3636
#E77C7C
Tea Rose #F4C2C2 Base
#F5CACA
#F7D2D2
#F8DADA
#FAE2E2
#FBE9E9
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F4C2C2,
        #C2F4F4
    );
}
SCSS Variable
// SCSS variable
$tea-rose: #F4C2C2;

// With RGB channels (useful for rgba() usage)
$tea-rose-r: 244;
$tea-rose-g: 194;
$tea-rose-b: 194;

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

How Tea Rose appears to people with different types of color vision deficiency.

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

Tea Rose #F4C2C2 Base
Spanish Pink #F7BFBE ΔE 1.50
Melon #FDBCB4 ΔE 4.48
Bubble Gum #FFC1CC ΔE 4.65
Pink #FFC0CB ΔE 4.72

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.