Color #FADDCA Color / Colour Code #FADDCA

    This page shows the hex color code for color #faddca (#FADDCA). The colour is a orange tone with 83% saturation and 89% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #FADDCA

    Color Conversions

    HEX
    #FADDCA
    RGB
    rgb(250, 221, 202)
    HSL
    hsl(24, 83%, 89%)
    HSV
    hsv(24, 19%, 98%)
    CMYK
    cmyk(0%, 12%, 19%, 2%)

    Accessibility Contrast

    WCAG contrast ratios for #FADDCA against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    1.29:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    16.26:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    1.11:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

    #FADDCA paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 354, 24, and 54 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 24, 144, and 264 degrees.

    Color Palettes Using #FADDCA

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 24 and saturation at 83%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #462007 #8C400D #E96A16 #F2A673 #F8D2B9
    Warm Harmony

    Adjacent hues from 24 to 69 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #E87A30 #E8A830 #E8D630 #CDE830
    Cool Contrast

    Combines the base color at hue 24 with its complement at 204 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #D96E26 #2691D9 #2638D9 #6E26D9
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0C8B8 #D0E0B8 #B8E0C8 #B8D0E0 #C8B8E0

    Shades & Tints of #FADDCA

    Lightness variations at hue 24 and 83% saturation.

    CSS Gradients with #FADDCA

    Orange to Blue
    linear-gradient(135deg, #faddca, #cce8fa)
    Analogous Fade
    linear-gradient(90deg, #faddca, #faf6cc)
    Deep to Light
    linear-gradient(180deg, #542608, #f7c9ab)
    Tricolor Sweep
    linear-gradient(135deg, #fadecc, #ccfade, #deccfa)

    Design Use Cases for #FADDCA

    Vibrant Brand Color

    #FADDCA has a strong 83% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Near-White Background

    At 89% lightness, #FADDCA is very close to white but carries a subtle orange tint. This is perfect for alternating row backgrounds in tables, subtle section differentiation, and adding warmth or coolness to an otherwise stark white design.

    Warmth & Enthusiasm

    #FADDCA sits in the orange range (hue 24). Orange combines the energy of red with the warmth of yellow. It works naturally for progress indicators, pricing highlights, "new" badges, and friendly call-to-action buttons. Food and fitness brands frequently use this hue range.

    Gradient Pairing

    Create a gradient from #FADDCA (hue 24) to its complement at hue 204. For a subtler effect, try pairing with an analogous color at hue 54. Use CSS: background: linear-gradient(135deg, #faddca, #cce8fa);

    CSS Code for #FADDCA

    /* Background */
    background-color: #faddca;
    background-color: rgb(250, 221, 202);
    background-color: hsl(24, 83%, 89%);
    /* Text */
    color: #faddca;
    /* Border */
    border: 2px solid #faddca;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(250, 221, 202, 0.3);
    /* CSS Variable */
    --color-primary: 24 83% 89%;

    Similar Colors

    Colors visually similar to #FADDCA based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #FADDCA across image editing and color design tools.

    About Color #FADDCA (#FADDCA)

    #FADDCA is a orange color (colour) with RGB channel values of 250 red, 221 green, and 202 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 24 degrees with 83% saturation and 89% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #FADDCA is 228/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This means it appears bright to the human eye and is best paired with dark text for readability. For print production, the CMYK equivalent is 0% cyan, 12% magenta, 19% yellow, and 2% key (black).

    The WCAG contrast ratio of #FADDCA against white is 1.29:1 and against black is 16.26:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 16.26:1, or use it exclusively for decorative purposes.

    The complementary colour #CCE8FA creates maximum visual tension when paired with #FADDCA. For more harmonious color combinations, use the analogous colours #FACCD0 and #FAF6CC, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #FADDCA

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #FADDCA?
    #FADDCA is Color #FADDCA, a orange color (colour) with RGB(250, 221, 202), HSL(24, 83%, 89%), and CMYK(0%, 12%, 19%, 2%). Its perceived brightness is 228/255.
    Is #FADDCA accessible for text?
    Against white, #FADDCA has a contrast ratio of 1.29:1 (fails AA for normal text). Against black, it has 16.26:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #FADDCA?
    The complementary colour is #CCE8FA (hue 204). For subtle color combinations, use analogous colours #FACCD0 and #FAF6CC. The triadic palette adds #CCFADE and #DECCFA for vibrant variety.
    How do I use #FADDCA in CSS?
    Use any format: color: #faddca; or rgb(250, 221, 202); or hsl(24, 83%, 89%). For CSS custom properties: --color-primary: 24 83% 89%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.