crispedge.com

Color picker

Loading...

#fdcaf2 hex color - Red - Warm color - Information

#fdcaf2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdcaf2 Color code in RGB color code model is created after adding 99.22% red color, 79.22% green color and 94.9% blue color. Hex #fdcaf2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 4% yellow and 1% black.

Hex #fdcaf2 color code is between #ffccee web safe hex color code and #eebbff web safe hex color code. #ffccee is the nearest web safe color code. You can see here many more shades of #fdcaf2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefdcaf2#fdcaf2
RGB Decimal253, 202, 242rgb(253, 202, 242)
RGB Percent99%, 79%, 95%rgb(99%, 79%, 95%)
CSS RGBa253, 202, 242,1rgba(253,202,242,1)
CMYK Modelcmyk(0%,20%,4%,1%)
HSL Color Space313,93% ,89%hsl(313,93% ,89%)
HSV Color Space313°, 20%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100101011110010
Octal375312362
Decimal253202242
Hexfdcaf2

Different shades of #fdcaf2 color code.

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

Light Shade of #fdcaf2
#fffbfe
Dark Shade of #fdcaf2
#fb99e6
Saturated Shade of #fdcaf2
#ffc8f3
Desaturated Shade of #fdcaf2
#facdf0
Grey scale Shade of #fdcaf2
#e3e3e3
Brighten Shade
#ffe3ff
Most Readable Shade
#000000

Shades of #fdcaf2 color code

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

#fdcaf2
#e0b3d7
#c49dbc
#a886a1
#8c7086
#70596b
#544350
#382c35
#1c161a
#000000

Similar Color like #fdcaf2 color

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

#fecbf3
#ffccf4
#ffcdf5
#ffcef6
#ffcff7
#ffd0f8
#ffd1f9
#ffd2fa
#ffd3fb
#ffd4fc
#ffd5fd
#ffd6fe
#ffd7ff
#ffd8ff
#fcc9f1
#fbc8f0
#fac7ef
#f9c6ee
#f8c5ed
#f7c4ec
#f6c3eb
#f5c2ea
#f4c1e9
#f3c0e8
#f2bfe7
#f1bee6
#f0bde5
#efbce4

Monochromatic Color with #fdcaf2

#fdcaf2
#282027
#53424f
#7d6478
#a886a1
#d2a8c9

Tints of #fdcaf2 Color

#fdcaf2
#fdcff3
#fdd5f4
#fddbf6
#fde1f7
#fee7f9
#feedfa
#fef3fc
#fef9fd
#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

#fdcaf2
#cafdd5

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

Split Complementary

#fdcaf2
#d9fdca
#cafdef

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

Analogous Color

#f4cafd
#fdcafc
#fdcaf2
#fdcae8
#fdcade

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

#fdcaf2
#f2fdca
#caf2fd

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

#fdcaf2
#fdeeca
#cafdd5
#cad8fd

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

#fdcaf2
#cafdd5
#cafdef
#fdcad9

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 #fdcaf2 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.

#fdcaf2 Color Code Preview on Black Background Color

This is how #fdcaf2 Color will look on black background color. Color contrast ratio is 14.91

#fdcaf2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcaf2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcaf2

#fdcaf2 color code is use for CSS Background Color

Background color for the above div is #fdcaf2

HTML with inline CSS

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

#fdcaf2 color code is use for CSS Border Color

CSS Border color for the above div is #fdcaf2

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcaf2

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcaf2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcaf2

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcaf2

HTML with inline CSS

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

#fdcaf2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcaf2 Color code Preview on White Background

This is how #fdcaf2 Color code will look on white background color. Color contrast ratio is 1.41

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

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(253,202,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,253,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,202,242,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.