crispedge.com

Color picker

Loading...

#fdc8ea hex color - Red - Warm color - Information

#fdc8ea hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fdc8ea Color code in RGB color code model is created after adding 99.22% red color, 78.43% green color and 91.76% blue color. Hex #fdc8ea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 8% yellow and 1% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codefdc8ea#fdc8ea
RGB Decimal253, 200, 234rgb(253, 200, 234)
RGB Percent99%, 78%, 92%rgb(99%, 78%, 92%)
CSS RGBa253, 200, 234,1rgba(253,200,234,1)
CMYK Modelcmyk(0%,21%,8%,1%)
HSL Color Space322,93% ,89%hsl(322,93% ,89%)
HSV Color Space322°, 21%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100100011101010
Octal375310352
Decimal253200234
Hexfdc8ea

Different shades of #fdc8ea color code.

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

Light Shade of #fdc8ea
#fff9fd
Dark Shade of #fdc8ea
#fb97d7
Saturated Shade of #fdc8ea
#ffc6eb
Desaturated Shade of #fdc8ea
#facbe9
Grey scale Shade of #fdc8ea
#e2e2e2
Brighten Shade
#ffe1ff
Most Readable Shade
#000000

Shades of #fdc8ea color code

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

#fdc8ea
#e0b1d0
#c49bb6
#a8859c
#8c6f82
#705868
#54424e
#382c34
#1c161a
#000000

Similar Color like #fdc8ea color

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

#fec9eb
#ffcaec
#ffcbed
#ffccee
#ffcdef
#ffcef0
#ffcff1
#ffd0f2
#ffd1f3
#ffd2f4
#ffd3f5
#ffd4f6
#ffd5f7
#ffd6f8
#fcc7e9
#fbc6e8
#fac5e7
#f9c4e6
#f8c3e5
#f7c2e4
#f6c1e3
#f5c0e2
#f4bfe1
#f3bee0
#f2bddf
#f1bcde
#f0bbdd
#efbadc

Monochromatic Color with #fdc8ea

#fdc8ea
#282025
#53424d
#7d6374
#a8859b
#d2a6c3

Tints of #fdc8ea Color

#fdc8ea
#fdceec
#fdd4ee
#fddaf1
#fde0f3
#fee6f5
#feecf8
#fef2fa
#fef8fc
#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

#fdc8ea
#c8fddb

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

Split Complementary

#fdc8ea
#d0fdc8
#c8fdf6

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

Analogous Color

#fbc8fd
#fdc8f5
#fdc8ea
#fdc8df
#fdc8d5

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

#fdc8ea
#eafdc8
#c8eafd

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

#fdc8ea
#fdf5c8
#c8fddb
#c8cffd

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

#fdc8ea
#c8fddb
#c8fdf6
#fdc8d0

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

#fdc8ea Color Code Preview on Black Background Color

This is how #fdc8ea Color will look on black background color. Color contrast ratio is 14.63

#fdc8ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc8ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc8ea

#fdc8ea color code is use for CSS Background Color

Background color for the above div is #fdc8ea

HTML with inline CSS

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

#fdc8ea color code is use for CSS Border Color

CSS Border color for the above div is #fdc8ea

HTML with inline CSS

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

CSS Border Left color for the above div is #fdc8ea

HTML with inline CSS

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

CSS Border Right color for the above div is #fdc8ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdc8ea

HTML with inline CSS

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

CSS Border Top color for the above div is #fdc8ea

HTML with inline CSS

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

#fdc8ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdc8ea Color code Preview on White Background

This is how #fdc8ea Color code will look on white background color. Color contrast ratio is 1.44

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

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,200,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(200,253,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,200,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.