Color: #F98BCD

#F98BCD Color Information

#F98BCD is a light color. The closest websafe version is #F98BCD. A complement of this color would be #8BF9B7, perceived brightness is 0.70, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 324°,a saturation of 90%, and a lightness of 76%.The HSV representation shows a hue of 324°, a saturation of 44%, and a value of 98%.

In a RGB color space, #F98BCD is composed of 98% red, 55% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 18% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 43.29, x: 0.3980, and y: 0.2872.

Color Code #F98BCD

#F98BCDrgb(249, 139, 205)
HEX
#F98BCD
RGB
rgb(249, 139, 205)
HSL
hsl(324, 90%, 76%)
HSV
hsv(324, 44%, 98%)
CMYK
0%, 44%, 18%, 2%
XYZ
X: 59.99, Y: 43.29, Z: 47.43
Lab
L: 71.75, a: 48.61, b: -14.99
Name

Shades of Color #F98BCD

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

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

#F98BCDrgb(249, 139, 205)

About #F98BCD Color Code

In the HSL color space, this color has a hue angle of 324°, a saturation of 90%, and a lightness of 76%. The HSV representation shows a hue of 324°, a saturation of 44%, and a value of 98%.

  • HEX: #F98BCD
  • RGB: rgb(249, 139, 205)
  • HSL: hsl(324, 90%, 76%)
  • HSV: hsv(324, 44%, 98%)
  • CMYK: 0.00% cyan, 44.00% magenta, 18.00% yellow, 2.00% black
  • XYZ: 59.99, 43.29, 47.43
  • Yxy: 43.29, 0.3980, 0.2872
  • Hunter Lab: 71.75, 48.61, -14.99
  • CIE-Lab: 71.75, 48.61, -14.99

In the XYZ color space, this color is represented as X: 59.99, Y: 43.29, Z: 47.43. The Yxy representation further refines this as Y: 43.29, x: 0.3980, and y: 0.2872.

In the Hunter Lab color space, this color is represented as L: 71.75, a: 48.61, and b: -14.99. Similarly, in the CIE-Lab color space, it is represented as L: 71.75, a: 48.61, and b: -14.99.

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

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

Analogous Colors of #F98BCD

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

Monochromatic Colors of #F98BCD

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

Complementary Color of #F98BCD

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

/* Using HEX */
body {
  background-color: #f98bcd;
}
/* Using RGB */
body {
  background-color: rgb(249, 139, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 139, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(324, 90%, 76%);
}
/* Text color */
p {
  color: #f98bcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f98bcd;
}
/* Border color */
.box {
  border: 4px solid #f98bcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f98bcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f98bcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F98BCD
On Black Background
#F98BCD
On White Background
#F98BCD

HTML Examples of #F98BCD

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

Related Colors of #F98BCD

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