Color: #F9F2FC

#F9F2FC Color Information

#F9F2FC is a light color. The closest websafe version is #F9F2FC. A complement of this color would be #F5FCF3, perceived brightness is 0.96, and the grayscale version is #F7F7F7.

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

In a RGB color space, #F9F2FC is composed of 98% red, 95% green and 99% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 4% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 90.63, x: 0.3446, and y: 0.3492.

Color Code #F9F2FC

HEX
#F9F2FC
RGB
rgb(249, 242, 252)
HSL
hsl(282, 62%, 97%)
HSV
hsv(282, 4%, 99%)
CMYK
1%, 4%, 0%, 1%
XYZ
X: 89.43, Y: 90.63, Z: 79.46
Lab
L: 96.26, a: 3.73, b: -3.95
Name

Shades of Color #F9F2FC

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

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

About #F9F2FC Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 62%, and a lightness of 97%. The HSV representation shows a hue of 282°, a saturation of 4%, and a value of 99%.

  • HEX: #F9F2FC
  • RGB: rgb(249, 242, 252)
  • HSL: hsl(282, 62%, 97%)
  • HSV: hsv(282, 4%, 99%)
  • CMYK: 100.00% cyan, 4.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 89.43, 90.63, 79.46
  • Yxy: 90.63, 0.3446, 0.3492
  • Hunter Lab: 96.26, 3.73, -3.95
  • CIE-Lab: 96.26, 3.73, -3.95

In the XYZ color space, this color is represented as X: 89.43, Y: 90.63, Z: 79.46. The Yxy representation further refines this as Y: 90.63, x: 0.3446, and y: 0.3492.

In the Hunter Lab color space, this color is represented as L: 96.26, a: 3.73, and b: -3.95. Similarly, in the CIE-Lab color space, it is represented as L: 96.26, a: 3.73, and b: -3.95.

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

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

Analogous Colors of #F9F2FC

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

Monochromatic Colors of #F9F2FC

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

Complementary Color of #F9F2FC

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

/* Using HEX */
body {
  background-color: #f9f2fc;
}
/* Using RGB */
body {
  background-color: rgb(249, 242, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 242, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 62%, 97%);
}
/* Text color */
p {
  color: #f9f2fc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f9f2fc;
}

HTML Examples of #F9F2FC

<!-- Using HEX -->
<div style="background-color: #f9f2fc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 242, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 242, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(282, 62%, 97%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f9f2fc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f9f2fc; width: 100px; height: 100px;"></div>

Related Colors of #F9F2FC

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