Apricot (#FBCEB1)
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.44:1 — vs black: 14.57:1
Color values
-
HEX
#FBCEB1 -
RGB
rgb(251, 206, 177) -
HSL
hsl(23, 90%, 83%) -
CMYK
cmyk( 0, 18, 29, 2 ) -
Websafe
#FFCC99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FBCEB1 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FBCEB1
Base
#B1DEFB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FBCEB1
Base
#FBB1B9
#FBF3B1
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FBCEB1
Base
#B1FBCE
#CEB1FB
Two colors flanking the complement — high contrast with less tension than full complementary.
#FBCEB1
Base
#B1FBF3
#B1B9FB
Four colors at 90° intervals — rich variety, best when one color dominates.
#FBCEB1
Base
#B9FBB1
#B1DEFB
#F3B1FB
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FBCEB1
Base
#F4731F
#F7A068
#F9B68A
#FDE6D8
#FEF0E7
Darker shades and lighter tints of Apricot, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#180A01
#652B05
#B14B09
#F36E18
#F79E64
#FBCEB1
Base
#FCD5BC
#FCDBC6
#FDE2D1
#FDE9DC
#FEF0E7
Ready-to-use code snippets for #FBCEB1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FBCEB1;
}
/* Text */
.element {
color: #FBCEB1;
}
/* Border */
.element {
border: 1px solid #FBCEB1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FBCEB1,
#B1DEFB
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FBCEB1,
#B1DEFB
);
}
// SCSS variable
$apricot: #FBCEB1;
// With RGB channels (useful for rgba() usage)
$apricot-r: 251;
$apricot-g: 206;
$apricot-b: 177;
// Usage
.element {
background-color: $apricot;
color: rgba($apricot-r, $apricot-g, $apricot-b, 0.8);
}
How Apricot appears to people with different types of color vision deficiency.
#FBCEB1
How the color appears with full color vision.
#DCDCB0
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#D4D4B1
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FECBCB
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D7D7D7
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.