Color: #F19DC4

#F19DC4 Color Information

#F19DC4 is a light color. The closest websafe version is #F19DC4. A complement of this color would be #9DF1CA, perceived brightness is 0.73, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 332°,a saturation of 75%, and a lightness of 78%.The HSV representation shows a hue of 332°, a saturation of 35%, and a value of 95%.

In a RGB color space, #F19DC4 is composed of 95% red, 62% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 19% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 47.09, x: 0.3943, and y: 0.3134.

Color Code #F19DC4

#F19DC4rgb(241, 157, 196)
HEX
#F19DC4
RGB
rgb(241, 157, 196)
HSL
hsl(332, 75%, 78%)
HSV
hsv(332, 35%, 95%)
CMYK
0%, 35%, 19%, 5%
XYZ
X: 59.24, Y: 47.09, Z: 43.92
Lab
L: 74.25, a: 36.06, b: -6.49
Name

Shades of Color #F19DC4

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

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

#F19DC4rgb(241, 157, 196)

About #F19DC4 Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 75%, and a lightness of 78%. The HSV representation shows a hue of 332°, a saturation of 35%, and a value of 95%.

  • HEX: #F19DC4
  • RGB: rgb(241, 157, 196)
  • HSL: hsl(332, 75%, 78%)
  • HSV: hsv(332, 35%, 95%)
  • CMYK: 0.00% cyan, 35.00% magenta, 19.00% yellow, 5.00% black
  • XYZ: 59.24, 47.09, 43.92
  • Yxy: 47.09, 0.3943, 0.3134
  • Hunter Lab: 74.25, 36.06, -6.49
  • CIE-Lab: 74.25, 36.06, -6.49

In the XYZ color space, this color is represented as X: 59.24, Y: 47.09, Z: 43.92. The Yxy representation further refines this as Y: 47.09, x: 0.3943, and y: 0.3134.

In the Hunter Lab color space, this color is represented as L: 74.25, a: 36.06, and b: -6.49. Similarly, in the CIE-Lab color space, it is represented as L: 74.25, a: 36.06, and b: -6.49.

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

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

Analogous Colors of #F19DC4

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

Split Complementary Colors of #F19DC4

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

Tetradic Colors of #F19DC4

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

Monochromatic Colors of #F19DC4

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

Complementary Color of #F19DC4

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

/* Using HEX */
body {
  background-color: #f19dc4;
}
/* Using RGB */
body {
  background-color: rgb(241, 157, 196);
}
/* Using RGB with opacity */
body {
  background-color: rgba(241, 157, 196, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 75%, 78%);
}
/* Text color */
p {
  color: #f19dc4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f19dc4;
}
/* Border color */
.box {
  border: 4px solid #f19dc4;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f19dc4;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f19dc4;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F19DC4
On Black Background
#F19DC4
On White Background
#F19DC4

HTML Examples of #F19DC4

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

Related Colors of #F19DC4

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