Color: #F3FABC

#F3FABC Color Information

#F3FABC is a light color. The closest websafe version is #F3FABC. A complement of this color would be #C4BDFA, perceived brightness is 0.94, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 67°,a saturation of 86%, and a lightness of 86%.The HSV representation shows a hue of 67°, a saturation of 25%, and a value of 98%.

In a RGB color space, #F3FABC is composed of 95% red, 98% green and 74% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 25% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 91.52, x: 0.3759, and y: 0.4140.

Color Code #F3FABC

#F3FABCrgb(243, 250, 188)
HEX
#F3FABC
RGB
rgb(243, 250, 188)
HSL
hsl(67, 86%, 86%)
HSV
hsv(67, 25%, 98%)
CMYK
3%, 0%, 25%, 2%
XYZ
X: 83.09, Y: 91.52, Z: 46.45
Lab
L: 96.62, a: -9.65, b: 29.05
Name

Shades of Color #F3FABC

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

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

#F3FABCrgb(243, 250, 188)

About #F3FABC Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 86%, and a lightness of 86%. The HSV representation shows a hue of 67°, a saturation of 25%, and a value of 98%.

  • HEX: #F3FABC
  • RGB: rgb(243, 250, 188)
  • HSL: hsl(67, 86%, 86%)
  • HSV: hsv(67, 25%, 98%)
  • CMYK: 3.00% cyan, 0.00% magenta, 25.00% yellow, 2.00% black
  • XYZ: 83.09, 91.52, 46.45
  • Yxy: 91.52, 0.3759, 0.4140
  • Hunter Lab: 96.62, -9.65, 29.05
  • CIE-Lab: 96.62, -9.65, 29.05

In the XYZ color space, this color is represented as X: 83.09, Y: 91.52, Z: 46.45. The Yxy representation further refines this as Y: 91.52, x: 0.3759, and y: 0.4140.

In the Hunter Lab color space, this color is represented as L: 96.62, a: -9.65, and b: 29.05. Similarly, in the CIE-Lab color space, it is represented as L: 96.62, a: -9.65, and b: 29.05.

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

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

Analogous Colors of #F3FABC

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

Split Complementary Colors of #F3FABC

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

Tetradic Colors of #F3FABC

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

Monochromatic Colors of #F3FABC

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

Complementary Color of #F3FABC

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

/* Using HEX */
body {
  background-color: #f3fabc;
}
/* Using RGB */
body {
  background-color: rgb(243, 250, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(243, 250, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 86%, 86%);
}
/* Text color */
p {
  color: #f3fabc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f3fabc;
}
/* Border color */
.box {
  border: 4px solid #f3fabc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f3fabc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f3fabc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F3FABC
On Black Background
#F3FABC
On White Background
#F3FABC

HTML Examples of #F3FABC

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

Related Colors of #F3FABC

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