crispedge.com

Color picker

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

#fdc6eb hex color - Red - Warm color - Information

#fdc6eb hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdc6eb Color code in RGB color code model is created after adding 99.22% red color, 77.65% green color and 92.16% blue color. Hex #fdc6eb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 7% yellow and 1% black.

Hex #fdc6eb 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 #fdc6eb color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codefdc6eb#fdc6eb
RGB Decimal253, 198, 235rgb(253, 198, 235)
RGB Percent99%, 78%, 92%rgb(99%, 78%, 92%)
CSS RGBa253, 198, 235,1rgba(253,198,235,1)
CMYK Modelcmyk(0%,22%,7%,1%)
HSL Color Space320,93% ,88%hsl(320,93% ,88%)
HSV Color Space320°, 22%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100011011101011
Octal375306353
Decimal253198235
Hexfdc6eb

Different shades of #fdc6eb color code.

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

Light Shade of #fdc6eb
#fff7fc
Dark Shade of #fdc6eb
#fb95da
Saturated Shade of #fdc6eb
#ffc4ec
Desaturated Shade of #fdc6eb
#fac9ea
Grey scale Shade of #fdc6eb
#e1e1e1
Brighten Shade
#ffdfff
Most Readable Shade
#000000

Shades of #fdc6eb color code

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

#fdc6eb
#e0b0d0
#c49ab6
#a8849c
#8c6e82
#705868
#54424e
#382c34
#1c161a
#000000

Similar Color like #fdc6eb color

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

#fec7ec
#ffc8ed
#ffc9ee
#ffcaef
#ffcbf0
#ffccf1
#ffcdf2
#ffcef3
#ffcff4
#ffd0f5
#ffd1f6
#ffd2f7
#ffd3f8
#ffd4f9
#fcc5ea
#fbc4e9
#fac3e8
#f9c2e7
#f8c1e6
#f7c0e5
#f6bfe4
#f5bee3
#f4bde2
#f3bce1
#f2bbe0
#f1badf
#f0b9de
#efb8dd

Monochromatic Color with #fdc6eb

#fdc6eb
#282026
#53414d
#7d6275
#a8839c
#d2a5c4

Tints of #fdc6eb Color

#fdc6eb
#fdcced
#fdd2ef
#fdd9f1
#fddff3
#fee5f6
#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

#fdc6eb
#c6fdd8

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

Split Complementary

#fdc6eb
#d0fdc6
#c6fdf4

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

Analogous Color

#f9c6fd
#fdc6f6
#fdc6eb
#fdc6e0
#fdc6d5

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

#fdc6eb
#ebfdc6
#c6ebfd

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

#fdc6eb
#fdf3c6
#c6fdd8
#c6cffd

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

#fdc6eb
#c6fdd8
#c6fdf4
#fdc6d0

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

#fdc6eb Color Code Preview on Black Background Color

This is how #fdc6eb Color will look on black background color. Color contrast ratio is 14.45

#fdc6eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc6eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc6eb

#fdc6eb color code is use for CSS Background Color

Background color for the above div is #fdc6eb

HTML with inline CSS

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

#fdc6eb color code is use for CSS Border Color

CSS Border color for the above div is #fdc6eb

HTML with inline CSS

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

CSS Border Left color for the above div is #fdc6eb

HTML with inline CSS

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

CSS Border Right color for the above div is #fdc6eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdc6eb

HTML with inline CSS

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

CSS Border Top color for the above div is #fdc6eb

HTML with inline CSS

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

#fdc6eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdc6eb Color code Preview on White Background

This is how #fdc6eb Color code will look on white background color. Color contrast ratio is 1.45

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.