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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FBCCE7
Base
#CCFBE0
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FBCCE7
Base
#F7CCFB
#FBCCD0
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FBCCE7
Base
#E7FBCC
#CCE7FB
Two colors flanking the complement — high contrast with less tension than full complementary.
#FBCCE7
Base
#D0FBCC
#CCFBF7
Four colors at 90° intervals — rich variety, best when one color dominates.
#FBCCE7
Base
#FBF7CC
#CCFBE0
#CCD0FB
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FBCCE7
Base
#F03EA4
#F585C6
#F8A6D5
#FDE7F4
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
#FBCCE7
Base
#FBD1EA
#FCD7EC
#FCDCEF
#FDE2F1
#FDE7F4
Ready-to-use code snippets for #FBCCE7. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FBCCE7;
}
/* Text */
.element {
color: #FBCCE7;
}
/* Border */
.element {
border: 1px solid #FBCCE7;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FBCCE7,
#CCFBE0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FBCCE7,
#CCFBE0
);
}
// 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);
}
How Classic Rose appears to people with different types of color vision deficiency.
#FBCCE7
How the color appears with full color vision.
#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.
#D2D2E7
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F8D0D0
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D9D9D9
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.