crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fdc3ea hex color - Red - Warm color - Information

#fdc3ea hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fdc3ea color code is between #ffbbee web safe hex color code and #eeccdd web safe hex color code. #ffbbee is the nearest web safe color code. You can see here many more shades of #fdc3ea color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdc3ea#fdc3ea
RGB Decimal253, 195, 234rgb(253, 195, 234)
RGB Percent99%, 76%, 92%rgb(99%, 76%, 92%)
CSS RGBa253, 195, 234,1rgba(253,195,234,1)
CMYK Modelcmyk(0%,23%,8%,1%)
HSL Color Space320,94% ,88%hsl(320,94% ,88%)
HSV Color Space320°, 23%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100001111101010
Octal375303352
Decimal253195234
Hexfdc3ea

Different shades of #fdc3ea color code.

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

Light Shade of #fdc3ea
#fff4fb
Dark Shade of #fdc3ea
#fb92d9
Saturated Shade of #fdc3ea
#ffc1eb
Desaturated Shade of #fdc3ea
#fac6e9
Grey scale Shade of #fdc3ea
#e0e0e0
Brighten Shade
#ffdcff
Most Readable Shade
#000000

Shades of #fdc3ea color code

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

#fdc3ea
#e0add0
#c497b6
#a8829c
#8c6c82
#705668
#54414e
#382b34
#1c151a
#000000

Similar Color like #fdc3ea color

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

#fec4eb
#ffc5ec
#ffc6ed
#ffc7ee
#ffc8ef
#ffc9f0
#ffcaf1
#ffcbf2
#ffccf3
#ffcdf4
#ffcef5
#ffcff6
#ffd0f7
#ffd1f8
#fcc2e9
#fbc1e8
#fac0e7
#f9bfe6
#f8bee5
#f7bde4
#f6bce3
#f5bbe2
#f4bae1
#f3b9e0
#f2b8df
#f1b7de
#f0b6dd
#efb5dc

Monochromatic Color with #fdc3ea

#fdc3ea
#281f25
#53404d
#7d6174
#a8819b
#d2a2c3

Tints of #fdc3ea Color

#fdc3ea
#fdc9ec
#fdd0ee
#fdd7f1
#fdddf3
#fee4f5
#feebf8
#fef1fa
#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

#fdc3ea
#c3fdd6

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

Split Complementary

#fdc3ea
#cdfdc3
#c3fdf3

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

Analogous Color

#f9c3fd
#fdc3f6
#fdc3ea
#fdc3de
#fdc3d3

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

#fdc3ea
#eafdc3
#c3eafd

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

#fdc3ea
#fdf3c3
#c3fdd6
#c3cdfd

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

#fdc3ea
#c3fdd6
#c3fdf3
#fdc3cd

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

#fdc3ea Color Code Preview on Black Background Color

This is how #fdc3ea Color will look on black background color. Color contrast ratio is 14.17

#fdc3ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc3ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc3ea

#fdc3ea color code is use for CSS Background Color

Background color for the above div is #fdc3ea

HTML with inline CSS

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

#fdc3ea color code is use for CSS Border Color

CSS Border color for the above div is #fdc3ea

HTML with inline CSS

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

CSS Border Left color for the above div is #fdc3ea

HTML with inline CSS

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

CSS Border Right color for the above div is #fdc3ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdc3ea

HTML with inline CSS

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

CSS Border Top color for the above div is #fdc3ea

HTML with inline CSS

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

#fdc3ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdc3ea Color code Preview on White Background

This is how #fdc3ea Color code will look on white background color. Color contrast ratio is 1.48

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.