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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F4C2C2
Base
#C2F4F4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F4C2C2
Base
#F4C2DB
#F4DBC2
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F4C2C2
Base
#C2F4C2
#C2C2F4
Two colors flanking the complement — high contrast with less tension than full complementary.
#F4C2C2
Base
#C2F4DB
#C2DBF4
Four colors at 90° intervals — rich variety, best when one color dominates.
#F4C2C2
Base
#DBF4C2
#C2F4F4
#DBC2F4
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F4C2C2
Base
#DD4040
#E88181
#EE9F9F
#FAE5E5
#FBE9E9
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
#F4C2C2
Base
#F5CACA
#F7D2D2
#F8DADA
#FAE2E2
#FBE9E9
Ready-to-use code snippets for #F4C2C2. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F4C2C2;
}
/* Text */
.element {
color: #F4C2C2;
}
/* Border */
.element {
border: 1px solid #F4C2C2;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F4C2C2,
#C2F4F4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F4C2C2,
#C2F4F4
);
}
// 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);
}
How Tea Rose appears to people with different types of color vision deficiency.
#F4C2C2
How the color appears with full color vision.
#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.
#C8C8C2
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F4C2C2
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#CECECE
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.