Color: #FBFCCC

#FBFCCC Color Information

#FBFCCC is a light color. The closest websafe version is #FBFCCC. A complement of this color would be #CBCAFC, perceived brightness is 0.97, and the grayscale version is #E4E4E4.

In the HSL color space, this color has a hue angle of 61°,a saturation of 89%, and a lightness of 89%.The HSV representation shows a hue of 61°, a saturation of 19%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 94.91, x: 0.3721, and y: 0.4004.

Color Code #FBFCCC

#FBFCCCrgb(251, 252, 204)
HEX
#FBFCCC
RGB
rgb(251, 252, 204)
HSL
hsl(61, 89%, 89%)
HSV
hsv(61, 19%, 99%)
CMYK
0%, 0%, 19%, 1%
XYZ
X: 88.19, Y: 94.91, Z: 53.92
Lab
L: 98.00, a: -6.02, b: 23.00
Name

Shades of Color #FBFCCC

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

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

#FBFCCCrgb(251, 252, 204)

About #FBFCCC Color Code

In the HSL color space, this color has a hue angle of 61°, a saturation of 89%, and a lightness of 89%. The HSV representation shows a hue of 61°, a saturation of 19%, and a value of 99%.

  • HEX: #FBFCCC
  • RGB: rgb(251, 252, 204)
  • HSL: hsl(61, 89%, 89%)
  • HSV: hsv(61, 19%, 99%)
  • CMYK: 0.00% cyan, 0.00% magenta, 19.00% yellow, 100.00% black
  • XYZ: 88.19, 94.91, 53.92
  • Yxy: 94.91, 0.3721, 0.4004
  • Hunter Lab: 98.00, -6.02, 23.00
  • CIE-Lab: 98.00, -6.02, 23.00

In the XYZ color space, this color is represented as X: 88.19, Y: 94.91, Z: 53.92. The Yxy representation further refines this as Y: 94.91, x: 0.3721, and y: 0.4004.

In the Hunter Lab color space, this color is represented as L: 98.00, a: -6.02, and b: 23.00. Similarly, in the CIE-Lab color space, it is represented as L: 98.00, a: -6.02, and b: 23.00.

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

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

Analogous Colors of #FBFCCC

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

Monochromatic Colors of #FBFCCC

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

Complementary Color of #FBFCCC

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

/* Using HEX */
body {
  background-color: #fbfccc;
}
/* Using RGB */
body {
  background-color: rgb(251, 252, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 252, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(61, 89%, 89%);
}
/* Text color */
p {
  color: #fbfccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbfccc;
}
/* Border color */
.box {
  border: 4px solid #fbfccc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fbfccc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fbfccc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FBFCCC
On Black Background
#FBFCCC
On White Background
#FBFCCC

HTML Examples of #FBFCCC

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

Related Colors of #FBFCCC

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