crispedge.com

Color picker

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

#fdc6fc hex color - Red - Warm color - Information

#fdc6fc hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fdc6fc color code is between #ffccff web safe hex color code and #eebbee web safe hex color code. #ffccff is the nearest web safe color code. You can see here many more shades of #fdc6fc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdc6fc#fdc6fc
RGB Decimal253, 198, 252rgb(253, 198, 252)
RGB Percent99%, 78%, 99%rgb(99%, 78%, 99%)
CSS RGBa253, 198, 252,1rgba(253,198,252,1)
CMYK Modelcmyk(0%,22%,0%,1%)
HSL Color Space301,93% ,88%hsl(301,93% ,88%)
HSV Color Space301°, 22%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100011011111100
Octal375306374
Decimal253198252
Hexfdc6fc

Different shades of #fdc6fc color code.

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

Light Shade of #fdc6fc
#fff7ff
Dark Shade of #fdc6fc
#fb95f9
Saturated Shade of #fdc6fc
#ffc4fe
Desaturated Shade of #fdc6fc
#fac9f9
Grey scale Shade of #fdc6fc
#e1e1e1
Brighten Shade
#ffdfff
Most Readable Shade
#000000

Shades of #fdc6fc color code

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

#fdc6fc
#e0b0e0
#c49ac4
#a884a8
#8c6e8c
#705870
#544254
#382c38
#1c161c
#000000

Similar Color like #fdc6fc color

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

#fec7fd
#ffc8fe
#ffc9ff
#ffcaff
#ffcbff
#ffccff
#ffcdff
#ffceff
#ffcfff
#ffd0ff
#ffd1ff
#ffd2ff
#ffd3ff
#ffd4ff
#fcc5fb
#fbc4fa
#fac3f9
#f9c2f8
#f8c1f7
#f7c0f6
#f6bff5
#f5bef4
#f4bdf3
#f3bcf2
#f2bbf1
#f1baf0
#f0b9ef
#efb8ee

Monochromatic Color with #fdc6fc

#fdc6fc
#282028
#534153
#7d627d
#a883a7
#d2a5d2

Tints of #fdc6fc Color

#fdc6fc
#fdccfc
#fdd2fc
#fdd9fd
#fddffd
#fee5fd
#feecfe
#fef2fe
#fef8fe
#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

#fdc6fc
#c6fdc7

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

Split Complementary

#fdc6fc
#e1fdc6
#c6fde2

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

Analogous Color

#e8c6fd
#f3c6fd
#fdc6fc
#fdc6f1
#fdc6e6

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

#fdc6fc
#fcfdc6
#c6fcfd

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

#fdc6fc
#fde2c6
#c6fdc7
#c6e0fd

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

#fdc6fc
#c6fdc7
#c6fde2
#fdc6e1

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

#fdc6fc Color Code Preview on Black Background Color

This is how #fdc6fc Color will look on black background color. Color contrast ratio is 14.66

#fdc6fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc6fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc6fc

#fdc6fc color code is use for CSS Background Color

Background color for the above div is #fdc6fc

HTML with inline CSS

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

#fdc6fc color code is use for CSS Border Color

CSS Border color for the above div is #fdc6fc

HTML with inline CSS

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

CSS Border Left color for the above div is #fdc6fc

HTML with inline CSS

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

CSS Border Right color for the above div is #fdc6fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdc6fc

HTML with inline CSS

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

CSS Border Top color for the above div is #fdc6fc

HTML with inline CSS

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

#fdc6fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdc6fc Color code Preview on White Background

This is how #fdc6fc Color code will look on white background color. Color contrast ratio is 1.43

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

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.