Color: #FF99CB

#FF99CB Color Information

#FF99CB is a light color. The closest websafe version is #FF99CB. A complement of this color would be #99FFCE, perceived brightness is 0.74, and the grayscale version is #CCCCCC.

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

In a RGB color space, #FF99CB is composed of 100% red, 60% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 20% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 48.71, x: 0.4019, and y: 0.3039.

Color Code #FF99CB

#FF99CBrgb(255, 153, 203)
HEX
#FF99CB
RGB
rgb(255, 153, 203)
HSL
hsl(331, 100%, 80%)
HSV
hsv(331, 40%, 100%)
CMYK
0%, 40%, 20%, 0%
XYZ
X: 64.42, Y: 48.71, Z: 47.14
Lab
L: 75.27, a: 43.70, b: -8.59
Name

Shades of Color #FF99CB

Shades are created by darkening the original color #FF99CB 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 #FF99CB

Tints are created by lightening the original color #FF99CB 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.

#FF99CBrgb(255, 153, 203)

About #FF99CB Color Code

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

  • HEX: #FF99CB
  • RGB: rgb(255, 153, 203)
  • HSL: hsl(331, 100%, 80%)
  • HSV: hsv(331, 40%, 100%)
  • CMYK: 0.00% cyan, 40.00% magenta, 20.00% yellow, 0.00% black
  • XYZ: 64.42, 48.71, 47.14
  • Yxy: 48.71, 0.4019, 0.3039
  • Hunter Lab: 75.27, 43.70, -8.59
  • CIE-Lab: 75.27, 43.70, -8.59

In the XYZ color space, this color is represented as X: 64.42, Y: 48.71, Z: 47.14. The Yxy representation further refines this as Y: 48.71, x: 0.4019, and y: 0.3039.

In the Hunter Lab color space, this color is represented as L: 75.27, a: 43.70, and b: -8.59. Similarly, in the CIE-Lab color space, it is represented as L: 75.27, a: 43.70, and b: -8.59.

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 #FF99CB

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

Analogous Colors of #FF99CB

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

Split Complementary Colors of #FF99CB

Split complementary colors are two colors adjacent to the complementary color of #FF99CB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FF99CB

Tetradic colors form a rectangle on the color wheel, including #FF99CB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FF99CB

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

Complementary Color of #FF99CB

The complementary color of #FF99CB 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 #FF99CB

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

HTML Examples of #FF99CB

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

Related Colors of #FF99CB

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