crispedge.com

Color picker

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

#fcd8ef hex color - Red - Warm color - Information

#fcd8ef hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fcd8ef Color code in RGB color code model is created after adding 98.82% red color, 84.71% green color and 93.73% blue color. Hex #fcd8ef Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 5% yellow and 1% black.

Hex #fcd8ef color code is between #ffddee web safe hex color code and #eeccff web safe hex color code. #ffddee is the nearest web safe color code. You can see here many more shades of #fcd8ef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefcd8ef#fcd8ef
RGB Decimal252, 216, 239rgb(252, 216, 239)
RGB Percent99%, 85%, 94%rgb(99%, 85%, 94%)
CSS RGBa252, 216, 239,1rgba(252,216,239,1)
CMYK Modelcmyk(0%,14%,5%,1%)
HSL Color Space322,86% ,92%hsl(322,86% ,92%)
HSV Color Space322°, 14%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001101100011101111
Octal374330357
Decimal252216239
Hexfcd8ef

Different shades of #fcd8ef color code.

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

Light Shade of #fcd8ef
#ffffff
Dark Shade of #fcd8ef
#f8a9dc
Saturated Shade of #fcd8ef
#fed6f0
Desaturated Shade of #fcd8ef
#fadaee
Grey scale Shade of #fcd8ef
#eaeaea
Brighten Shade
#fff1ff
Most Readable Shade
#000000

Shades of #fcd8ef color code

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

#fcd8ef
#e0c0d4
#c4a8b9
#a8909f
#8c7884
#70606a
#54484f
#383035
#1c181a
#000000

Similar Color like #fcd8ef color

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

#fdd9f0
#fedaf1
#ffdbf2
#ffdcf3
#ffddf4
#ffdef5
#ffdff6
#ffe0f7
#ffe1f8
#ffe2f9
#ffe3fa
#ffe4fb
#ffe5fc
#ffe6fd
#fbd7ee
#fad6ed
#f9d5ec
#f8d4eb
#f7d3ea
#f6d2e9
#f5d1e8
#f4d0e7
#f3cfe6
#f2cee5
#f1cde4
#f0cce3
#efcbe2
#eecae1

Monochromatic Color with #fcd8ef

#fcd8ef
#272225
#52464e
#7c6b76
#a78f9e
#d1b4c7

Tints of #fcd8ef Color

#fcd8ef
#fcdcf0
#fce0f2
#fde5f4
#fde9f6
#fdedf7
#fef2f9
#fef6fb
#fefafd
#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

#fcd8ef
#d8fce5

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

Split Complementary

#fcd8ef
#ddfcd8
#d8fcf7

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

Analogous Color

#fbd8fc
#fcd8f6
#fcd8ef
#fcd8e8
#fcd8e1

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

#fcd8ef
#effcd8
#d8effc

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

#fcd8ef
#fcf7d8
#d8fce5
#d8ddfc

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

#fcd8ef
#d8fce5
#d8fcf7
#fcd8dd

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

#fcd8ef Color Code Preview on Black Background Color

This is how #fcd8ef Color will look on black background color. Color contrast ratio is 16.21

#fcd8ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd8ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd8ef

#fcd8ef color code is use for CSS Background Color

Background color for the above div is #fcd8ef

HTML with inline CSS

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

#fcd8ef color code is use for CSS Border Color

CSS Border color for the above div is #fcd8ef

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd8ef

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd8ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd8ef

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd8ef

HTML with inline CSS

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

#fcd8ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd8ef Color code Preview on White Background

This is how #fcd8ef Color code will look on white background color. Color contrast ratio is 1.30

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

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.