crispedge.com

Color picker

Loading...

#fcdae4 hex color - Red - Warm color - Information

#fcdae4 hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcdae4#fcdae4
RGB Decimal252, 218, 228rgb(252, 218, 228)
RGB Percent99%, 85%, 89%rgb(99%, 85%, 89%)
CSS RGBa252, 218, 228,1rgba(252,218,228,1)
CMYK Modelcmyk(0%,13%,10%,1%)
HSL Color Space342,85% ,92%hsl(342,85% ,92%)
HSV Color Space342°, 13%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101101011100100
Octal374332344
Decimal252218228
Hexfcdae4

Different shades of #fcdae4 color code.

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

Light Shade of #fcdae4
#ffffff
Dark Shade of #fcdae4
#f8abc2
Saturated Shade of #fcdae4
#fed8e3
Desaturated Shade of #fcdae4
#fadce5
Grey scale Shade of #fcdae4
#ebebeb
Brighten Shade
#fff3fd
Most Readable Shade
#000000

Shades of #fcdae4 color code

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

#fcdae4
#e0c1ca
#c4a9b1
#a89198
#8c797e
#706065
#54484c
#383032
#1c1819
#000000

Similar Color like #fcdae4 color

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

#fddbe5
#fedce6
#ffdde7
#ffdee8
#ffdfe9
#ffe0ea
#ffe1eb
#ffe2ec
#ffe3ed
#ffe4ee
#ffe5ef
#ffe6f0
#ffe7f1
#ffe8f2
#fbd9e3
#fad8e2
#f9d7e1
#f8d6e0
#f7d5df
#f6d4de
#f5d3dd
#f4d2dc
#f3d1db
#f2d0da
#f1cfd9
#f0ced8
#efcdd7
#eeccd6

Monochromatic Color with #fcdae4

#fcdae4
#272224
#52474a
#7c6c71
#a79097
#d1b5be

Tints of #fcdae4 Color

#fcdae4
#fcdee7
#fce2ea
#fde6ed
#fdeaf0
#fdeef3
#fef2f6
#fef6f9
#fefafc
#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

#fcdae4
#dafcf2

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

Split Complementary

#fcdae4
#dafce1
#daf5fc

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

Analogous Color

#fcdaf2
#fcdaeb
#fcdae4
#fcdadd
#fcdeda

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

#fcdae4
#e4fcda
#dae4fc

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

#fcdae4
#f5fcda
#dafcf2
#e1dafc

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

Double Complementary Color

#fcdae4
#dafcf2
#daf5fc
#fce1da

Double Complementary 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).

Hex #fcdae4 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.

#fcdae4 Color Code Preview on Black Background Color

This is how #fcdae4 Color will look on black background color. Color contrast ratio is 16.29

#fcdae4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdae4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdae4

#fcdae4 color code is use for CSS Background Color

Background color for the above div is #fcdae4

HTML with inline CSS

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

#fcdae4 color code is use for CSS Border Color

CSS Border color for the above div is #fcdae4

HTML with inline CSS

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

CSS Border Left color for the above div is #fcdae4

HTML with inline CSS

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

CSS Border Right color for the above div is #fcdae4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcdae4

HTML with inline CSS

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

CSS Border Top color for the above div is #fcdae4

HTML with inline CSS

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

#fcdae4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcdae4 Color code Preview on White Background

This is how #fcdae4 Color code will look on white background color. Color contrast ratio is 1.29

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 #fcdae4; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fcdae4; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.