Color: #F98EDC

#F98EDC Color Information

#F98EDC is a light color. The closest websafe version is #F98EDC. A complement of this color would be #90F9AC, perceived brightness is 0.72, and the grayscale version is #C4C4C4.

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

In a RGB color space, #F98EDC is composed of 98% red, 56% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 12% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 44.81, x: 0.3829, and y: 0.2769.

Color Code #F98EDC

#F98EDCrgb(249, 142, 220)
HEX
#F98EDC
RGB
rgb(249, 142, 220)
HSL
hsl(316, 90%, 77%)
HSV
hsv(316, 43%, 98%)
CMYK
0%, 43%, 12%, 2%
XYZ
X: 61.97, Y: 44.81, Z: 55.06
Lab
L: 72.77, a: 48.87, b: -21.72
Name

Shades of Color #F98EDC

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

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

#F98EDCrgb(249, 142, 220)

About #F98EDC Color Code

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

  • HEX: #F98EDC
  • RGB: rgb(249, 142, 220)
  • HSL: hsl(316, 90%, 77%)
  • HSV: hsv(316, 43%, 98%)
  • CMYK: 0.00% cyan, 43.00% magenta, 12.00% yellow, 2.00% black
  • XYZ: 61.97, 44.81, 55.06
  • Yxy: 44.81, 0.3829, 0.2769
  • Hunter Lab: 72.77, 48.87, -21.72
  • CIE-Lab: 72.77, 48.87, -21.72

In the XYZ color space, this color is represented as X: 61.97, Y: 44.81, Z: 55.06. The Yxy representation further refines this as Y: 44.81, x: 0.3829, and y: 0.2769.

In the Hunter Lab color space, this color is represented as L: 72.77, a: 48.87, and b: -21.72. Similarly, in the CIE-Lab color space, it is represented as L: 72.77, a: 48.87, and b: -21.72.

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

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

Analogous Colors of #F98EDC

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

Monochromatic Colors of #F98EDC

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

Complementary Color of #F98EDC

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

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

HTML Examples of #F98EDC

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

Related Colors of #F98EDC

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