Skip to main content Skip to docs navigation

#fcdafe hex color | Download Light Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Rose Dragée and its hex is #EECFFE Nearest Color Name

Color Hue/Base color: Violet

Hex #fcdafe Color code in RGB color code model is created after adding 98.82% red color, 85.49% green color and 99.61% blue color. Hex #fcdafe Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 14% magenta, 0% yellow and 0.39% black.

Hex #fcdafe color code is between #ffddff web safe hex color code and #eeccee web safe hex color code. #ffddff is the nearest web safe color code. You can see here many more shades of #fcdafe color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code fcdafe #fcdafe
RGB Decimal 252, 218, 254 252, 218, 254
RGB Percent 99%, 85%, 100% rgb(99%, 85%, 100%)
CSS RGBa 252, 218, 254,1 rgba(252,218,254,1)
CMYK Model cmyk(1%,14%,0%,0.39%)
HSL Color Space 297,95% ,93% hsl(297,95% ,93%)
HSV Color Space 297°, 14%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11011010 11111110
Octal 374 332 376
Decimal 252 218 254
Hex fc da fe

Different shades of #fcdafe color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #fcdafe
#f045fa
Darker of #fcdafe
#f477fb
Dark of #fcdafe
#f8a8fd
Base of #fcdafe
#fcdafe
Light of #fcdafe
#ffffff
Lighter
#ffffff
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fcdafe
#dcfeda

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fcdafe
#eefeda
#dafeea

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#e7dafe
#eddafe
#fcdafe
#fedaf4
#fedae5

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fcdafe
#dafefc
#fefcda

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fcdafe
#fefcda
#dcfeda
#dadcfe

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fcdafe
#feeada
#dcfeda
#daeefe

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #fcdafe

#ec13f9
#f045fa
#f477fb
#f8a8fd
#fcdafe
#ffffff
#ffffff
#ffffff
#ffffff

Tints of #fcdafe Color

#fcdafe
#fcdefe
#fce2fe
#fde6fe
#fdeafe
#fdeefe
#fef2fe
#fef6fe
#fefafe
#ffffff

Shades of #fcdafe color code

Generate more color scales with scales (color stack) generator.

#fcdafe
#e0c1e1
#c4a9c5
#a891a9
#8c798d
#706070
#544854
#383038
#1c181c
#000000

Tones

#fcdafe
#f9defa
#f5e2f6
#f2e5f3
#eee9ef

Tones

Similar Color like #fcdafe color

Find visually similar hex color codes nearing to #fcdafe hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fddbff
#fedcff
#ffddff
#ffdeff
#ffdfff
#ffe0ff
#ffe1ff
#ffe2ff
#ffe3ff
#ffe4ff
#ffe5ff
#ffe6ff
#ffe7ff
#ffe8ff
#fbd9fd
#fad8fc
#f9d7fb
#f8d6fa
#f7d5f9
#f6d4f8
#f5d3f7
#f4d2f6
#f3d1f5
#f2d0f4
#f1cff3
#f0cef2
#efcdf1
#eeccf0

Download this Light Violet

Hex #fcdafe Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fcdafe Color Code Preview on Black Background Color

This is how #fcdafe Color will look on black background color. Color contrast ratio is 16.60

#fcdafe in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fcdafe">Your Example Paragraph content text in with font color #fcdafe </p>

Your Example Paragraph content text in with font color #fcdafe

HTML with inline CSS

<div style="color:#fcdafe">Your Paragraph text in with font color #fcdafe </div>

Your Example Paragraph content text in with font color #fcdafe

#fcdafe color code is use for CSS Background Color

Background color for the above div is #fcdafe

HTML with inline CSS

<div style="background-color:#fcdafe;"></div>

#fcdafe color code is use for CSS Border Color

CSS Border color for the above div is #fcdafe

HTML with inline CSS

<div style="border:5px solid #fcdafe;"></div>

CSS Border Left color for the above div is #fcdafe

HTML with inline CSS

<div style="border-left:5px solid #fcdafe;"></div>

CSS Border Right color for the above div is #fcdafe

HTML with inline CSS

<div style="border-right:5px solid #fcdafe;"></div>

CSS Border Bottom color for the above div is #fcdafe

HTML with inline CSS

<div style="border-bottom:5px solid #fcdafe;"></div>

CSS Border Top color for the above div is #fcdafe

HTML with inline CSS

<div style="border-top:5px solid #fcdafe;"></div>

#fcdafe hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fcdafe; } .examplecolorclass {color:#fcdafe; } .examplebordercolor {border:3px solid #fcdafe; }

#fcdafe Color code Preview on White Background

This is how #fcdafe Color code will look on white background color. Color contrast ratio is 1.27

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fcdafe; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fcdafe; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,218,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,254,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,218,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }