Classic Rose (#FBCCE7)

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.41:1 — vs black: 14.89:1

Color values

  • HEX #FBCCE7
  • RGB rgb(251, 204, 231)
  • HSL hsl(325, 85%, 89%)
  • CMYK cmyk( 0, 19, 8, 2 )
  • Websafe #FFCCFF

Tags

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

Color Harmonies

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

Complementary

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

Classic Rose
#FBCCE7 Base
#CCFBE0
Analogous

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

Classic Rose
#FBCCE7 Base
#F7CCFB
#FBCCD0
Triadic

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

Classic Rose
#FBCCE7 Base
#E7FBCC
#CCE7FB
Split-Complementary

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

Classic Rose
#FBCCE7 Base
#D0FBCC
#CCFBF7
Tetradic (Square)

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

Classic Rose
#FBCCE7 Base
#FBF7CC
#CCFBE0
#CCD0FB
Monochromatic

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

Classic Rose
#FBCCE7 Base
#F03EA4
#F585C6
#F8A6D5
#FDE7F4
Shades & Tints

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

Shades (darker)

#18020E
#67083F
#B70E6F
#EF2D9C
#F57CC2
Classic Rose #FBCCE7 Base
#FBD1EA
#FCD7EC
#FCDCEF
#FDE2F1
#FDE7F4
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FBCCE7,
        #CCFBE0
    );
}
SCSS Variable
// SCSS variable
$classic-rose: #FBCCE7;

// With RGB channels (useful for rgba() usage)
$classic-rose-r: 251;
$classic-rose-g: 204;
$classic-rose-b: 231;

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

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

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

Classic Rose #FBCCE7 Base
Shampoo #FFCFF1 ΔE 2.18
Pink Lace #FFDDF4 ΔE 4.52
Cotton Candy #FFBCD9 ΔE 4.84
Pastel Pink #FFD1DC ΔE 5.24

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.