Pink 100

#fce7f3

pink-100

Very light pink for subtle highlights.

Color Values

Hex#fce7f3
RGBrgb(252, 231, 243)
HSLhsl(326, 78%, 95%)

How to Use

Tailwind CSS

Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="pink-100">
  Background
</div>
<p class="pink-100">
  Text
</p>
<div class="pink-100 border">
  Border
</div>

CSS

CSS Codecss
/* CSS Variables */
--color-pink-100: #fce7f3;

/* Direct Usage */
.element {
  color: #fce7f3;
  background-color: rgb(252, 231, 243);
}

Best Use Cases

Light feminine backgrounds
Soft cards
Romantic highlights

Find More Colors

Explore all 242 Tailwind CSS colors with our color tools.

Browse Colors