HSL(316, 92%, 90%)

Very Light Pink — Pink color

Adjust Color

Color Information

Color Name

Very Light Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,92%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 92%, 90%) color: hsl(316, 92%, 90%)
HEX #FDCEF0 color: #FDCEF0
RGB rgb(253, 206, 240) color: rgb(253, 206, 240)
CMYK cmyk(0%, 19%, 5%, 1%)
HSV hsv(317, 19%, 99%)
HWB hwb(317 80% 1%) color: hwb(317 80% 1%)
OKLCH oklch(0.9019 0.0686 336.22) color: oklch(0.9019 0.0686 336.22)
Lab lab(87.64 22.01 -10.43) color: lab(87.64 22.01 -10.43)
LCH lch(87.64 24.36 334.64) color: lch(87.64 24.36 334.64)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.38:1
vs Black 15.26:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#E9E8E8 — rgb(233, 232, 232)

Deuteranopia (Green-blind)

#EBEFE6 — rgb(235, 239, 230)

Tritanopia (Blue-blind)

#FBE1E0 — rgb(251, 225, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 92%, 90%);

text

color: hsl(316, 92%, 90%);

border

border: 2px solid hsl(316, 92%, 90%);

gradient light

background: linear-gradient(to right, hsl(316, 92%, 100%), hsl(316, 92%, 90%));

gradient dark

background: linear-gradient(to right, hsl(316, 92%, 90%), hsl(316, 92%, 70%))

hex

background-color: #FDCEF0;

tailwind

bg-[hsl(316,92%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(316, 92%, 90%, 0.4);

css variable

--color-primary: hsl(316, 92%, 90%);

Related Colors

Use Cases for Very Light Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(316, 92%, 90%)?

HEX: #FDCEF0 | RGB: rgb(253, 206, 240) | CMYK: 0%, 19%, 5%, 1% | HSV: 317°, 19%, 99%. Copy any format from the conversion table above.

What colors go well with #FDCEF0?

The complementary color is HSL(136, 92%, 90%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 92%, 90%) in CSS?

As HSL: color: hsl(316, 92%, 90%); — As HEX: color: #FDCEF0; — As RGB: color: rgb(253, 206, 240); — Tailwind CSS: bg-[hsl(316,92%,90%)] — CSS variable: --color-primary: hsl(316, 92%, 90%);