crispedge.com

Color picker

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

#fcdee5 hex color - Red - Warm color - Information

#fcdee5 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fcdee5 Color code in RGB color code model is created after adding 98.82% red color, 87.06% green color and 89.8% blue color. Hex #fcdee5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 9% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefcdee5#fcdee5
RGB Decimal252, 222, 229rgb(252, 222, 229)
RGB Percent99%, 87%, 90%rgb(99%, 87%, 90%)
CSS RGBa252, 222, 229,1rgba(252,222,229,1)
CMYK Modelcmyk(0%,12%,9%,1%)
HSL Color Space346,83% ,93%hsl(346,83% ,93%)
HSV Color Space346°, 12%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101111011100101
Octal374336345
Decimal252222229
Hexfcdee5

Different shades of #fcdee5 color code.

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

Light Shade of #fcdee5
#ffffff
Dark Shade of #fcdee5
#f8afc0
Saturated Shade of #fcdee5
#fedce4
Desaturated Shade of #fcdee5
#fae0e6
Grey scale Shade of #fcdee5
#ededed
Brighten Shade
#fff7fe
Most Readable Shade
#000000

Shades of #fcdee5 color code

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

#fcdee5
#e0c5cb
#c4acb2
#a89498
#8c7b7f
#706265
#544a4c
#383132
#1c1819
#000000

Similar Color like #fcdee5 color

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

#fddfe6
#fee0e7
#ffe1e8
#ffe2e9
#ffe3ea
#ffe4eb
#ffe5ec
#ffe6ed
#ffe7ee
#ffe8ef
#ffe9f0
#ffeaf1
#ffebf2
#ffecf3
#fbdde4
#fadce3
#f9dbe2
#f8dae1
#f7d9e0
#f6d8df
#f5d7de
#f4d6dd
#f3d5dc
#f2d4db
#f1d3da
#f0d2d9
#efd1d8
#eed0d7

Monochromatic Color with #fcdee5

#fcdee5
#272324
#52484b
#7c6e71
#a79398
#d1b9be

Tints of #fcdee5 Color

#fcdee5
#fce1e7
#fce5ea
#fde9ed
#fdecf0
#fdf0f3
#fef4f6
#fef7f9
#fefbfc
#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

#fcdee5
#defcf5

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

Split Complementary

#fcdee5
#defce6
#def4fc

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

Analogous Color

#fcdef1
#fcdeeb
#fcdee5
#fcdedf
#fce3de

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

#fcdee5
#e5fcde
#dee5fc

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

#fcdee5
#f4fcde
#defcf5
#e6defc

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

#fcdee5
#defcf5
#def4fc
#fce6de

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

#fcdee5 Color Code Preview on Black Background Color

This is how #fcdee5 Color will look on black background color. Color contrast ratio is 16.72

#fcdee5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdee5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdee5

#fcdee5 color code is use for CSS Background Color

Background color for the above div is #fcdee5

HTML with inline CSS

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

#fcdee5 color code is use for CSS Border Color

CSS Border color for the above div is #fcdee5

HTML with inline CSS

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

CSS Border Left color for the above div is #fcdee5

HTML with inline CSS

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

CSS Border Right color for the above div is #fcdee5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcdee5

HTML with inline CSS

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

CSS Border Top color for the above div is #fcdee5

HTML with inline CSS

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

#fcdee5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcdee5 Color code Preview on White Background

This is how #fcdee5 Color code will look on white background color. Color contrast ratio is 1.26

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

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.