Color: #FFC9FB

#FFC9FB Color Information

#FFC9FB is a light color. The closest websafe version is #FFC9FB. A complement of this color would be #C7FFCB, perceived brightness is 0.87, and the grayscale version is #E4E4E4.

In the HSL color space, this color has a hue angle of 304°,a saturation of 99%, and a lightness of 89%.The HSV representation shows a hue of 304°, a saturation of 21%, and a value of 100%.

In a RGB color space, #FFC9FB is composed of 100% red, 79% green and 98% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 2% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 69.97, x: 0.3538, and y: 0.3098.

Color Code #FFC9FB

#FFC9FBrgb(255, 201, 251)
HEX
#FFC9FB
RGB
rgb(255, 201, 251)
HSL
hsl(304, 100%, 89%)
HSV
hsv(304, 21%, 100%)
CMYK
0%, 21%, 2%, 0%
XYZ
X: 79.90, Y: 69.97, Z: 75.96
Lab
L: 86.98, a: 25.75, b: -17.00
Name

Shades of Color #FFC9FB

Shades are created by darkening the original color #FFC9FB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FFC9FB

Tints are created by lightening the original color #FFC9FB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FFC9FBrgb(255, 201, 251)

About #FFC9FB Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 100%, and a lightness of 89%. The HSV representation shows a hue of 304°, a saturation of 21%, and a value of 100%.

  • HEX: #FFC9FB
  • RGB: rgb(255, 201, 251)
  • HSL: hsl(304, 100%, 89%)
  • HSV: hsv(304, 21%, 100%)
  • CMYK: 0.00% cyan, 21.00% magenta, 2.00% yellow, 0.00% black
  • XYZ: 79.90, 69.97, 75.96
  • Yxy: 69.97, 0.3538, 0.3098
  • Hunter Lab: 86.98, 25.75, -17.00
  • CIE-Lab: 86.98, 25.75, -17.00

In the XYZ color space, this color is represented as X: 79.90, Y: 69.97, Z: 75.96. The Yxy representation further refines this as Y: 69.97, x: 0.3538, and y: 0.3098.

In the Hunter Lab color space, this color is represented as L: 86.98, a: 25.75, and b: -17.00. Similarly, in the CIE-Lab color space, it is represented as L: 86.98, a: 25.75, and b: -17.00.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FFC9FB

Triadic colors are three colors evenly spaced around the color wheel, including #FFC9FB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FFC9FB

Analogous colors are adjacent to #FFC9FB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #FFC9FB

Monochromatic colors are variations of #FFC9FB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FFC9FB

The complementary color of #FFC9FB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FFC9FB

/* Using HEX */
body {
  background-color: #ffc9fb;
}
/* Using RGB */
body {
  background-color: rgb(255, 201, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 201, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 100%, 89%);
}
/* Text color */
p {
  color: #ffc9fb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ffc9fb;
}
/* Border color */
.box {
  border: 4px solid #ffc9fb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ffc9fb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ffc9fb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FFC9FB
On Black Background
#FFC9FB
On White Background
#FFC9FB

HTML Examples of #FFC9FB

<!-- Using HEX -->
<div style="background-color: #ffc9fb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(255, 201, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(255, 201, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(304, 100%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ffc9fb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ffc9fb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ffc9fb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ffc9fb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ffc9fb; color: #fff; padding: 16px; border-radius: 8px;">
  #FFC9FB
</div>
#FFC9FB
On Black Background
#FFC9FB
On White Background
#FFC9FB

Related Colors of #FFC9FB

These colors are similar to #FFC9FB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.