HSL(353, 59%, 95%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,59%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 59%, 95%) | color: hsl(353, 59%, 95%) | |
| HEX | #FAEBEC | color: #FAEBEC | |
| RGB | rgb(250, 235, 236) | color: rgb(250, 235, 236) | |
| CMYK | cmyk(0%, 6%, 6%, 2%) | — | |
| HSV | hsv(356, 6%, 98%) | — | |
| HWB | hwb(356 92% 2%) | color: hwb(356 92% 2%) | |
| OKLCH | oklch(0.9522 0.0163 12.79) | color: oklch(0.9522 0.0163 12.79) | |
| Lab | lab(94.23 5.23 1.34) | color: lab(94.23 5.23 1.34) | |
| LCH | lch(94.23 5.4 14.37) | color: lch(94.23 5.4 14.37) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#F4F3EC — rgb(244, 243, 236)
Deuteranopia (Green-blind)
#F4F6EC — rgb(244, 246, 236)
Tritanopia (Blue-blind)
#F9ECEC — rgb(249, 236, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 59%, 95%);
text
color: hsl(353, 59%, 95%);
border
border: 2px solid hsl(353, 59%, 95%);
gradient light
background: linear-gradient(to right, hsl(353, 59%, 100%), hsl(353, 59%, 95%));
gradient dark
background: linear-gradient(to right, hsl(353, 59%, 95%), hsl(353, 59%, 75%))
hex
background-color: #FAEBEC;
tailwind
bg-[hsl(353,59%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 59%, 95%, 0.4);
css variable
--color-primary: hsl(353, 59%, 95%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(353, 59%, 95%)?
HEX: #FAEBEC | RGB: rgb(250, 235, 236) | CMYK: 0%, 6%, 6%, 2% | HSV: 356°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #FAEBEC?
The complementary color is HSL(173, 59%, 95%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 59%, 95%) in CSS?
As HSL: color: hsl(353, 59%, 95%); — As HEX: color: #FAEBEC; — As RGB: color: rgb(250, 235, 236); — Tailwind CSS: bg-[hsl(353,59%,95%)] — CSS variable: --color-primary: hsl(353, 59%, 95%);