crispedge.com

Color picker

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

#fdc7fc hex color - Red - Warm color - Information

#fdc7fc hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefdc7fc#fdc7fc
RGB Decimal253, 199, 252rgb(253, 199, 252)
RGB Percent99%, 78%, 99%rgb(99%, 78%, 99%)
CSS RGBa253, 199, 252,1rgba(253,199,252,1)
CMYK Modelcmyk(0%,21%,0%,1%)
HSL Color Space301,93% ,89%hsl(301,93% ,89%)
HSV Color Space301°, 21%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100011111111100
Octal375307374
Decimal253199252
Hexfdc7fc

Different shades of #fdc7fc color code.

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

Light Shade of #fdc7fc
#fff8ff
Dark Shade of #fdc7fc
#fb96f9
Saturated Shade of #fdc7fc
#ffc5fe
Desaturated Shade of #fdc7fc
#facaf9
Grey scale Shade of #fdc7fc
#e2e2e2
Brighten Shade
#ffe0ff
Most Readable Shade
#000000

Shades of #fdc7fc color code

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

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

Similar Color like #fdc7fc color

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

#fec8fd
#ffc9fe
#ffcaff
#ffcbff
#ffccff
#ffcdff
#ffceff
#ffcfff
#ffd0ff
#ffd1ff
#ffd2ff
#ffd3ff
#ffd4ff
#ffd5ff
#fcc6fb
#fbc5fa
#fac4f9
#f9c3f8
#f8c2f7
#f7c1f6
#f6c0f5
#f5bff4
#f4bef3
#f3bdf2
#f2bcf1
#f1bbf0
#f0baef
#efb9ee

Monochromatic Color with #fdc7fc

#fdc7fc
#282028
#534153
#7d637d
#a884a7
#d2a6d2

Tints of #fdc7fc Color

#fdc7fc
#fdcdfc
#fdd3fc
#fdd9fd
#fddffd
#fee6fd
#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

#fdc7fc
#c7fdc8

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

Split Complementary

#fdc7fc
#e1fdc7
#c7fde3

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

Analogous Color

#e8c7fd
#f3c7fd
#fdc7fc
#fdc7f1
#fdc7e6

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

#fdc7fc
#fcfdc7
#c7fcfd

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

#fdc7fc
#fde3c7
#c7fdc8
#c7e1fd

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

#fdc7fc
#c7fdc8
#c7fde3
#fdc7e1

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

#fdc7fc Color Code Preview on Black Background Color

This is how #fdc7fc Color will look on black background color. Color contrast ratio is 14.75

#fdc7fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc7fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdc7fc

#fdc7fc color code is use for CSS Background Color

Background color for the above div is #fdc7fc

HTML with inline CSS

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

#fdc7fc color code is use for CSS Border Color

CSS Border color for the above div is #fdc7fc

HTML with inline CSS

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

CSS Border Left color for the above div is #fdc7fc

HTML with inline CSS

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

CSS Border Right color for the above div is #fdc7fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdc7fc

HTML with inline CSS

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

CSS Border Top color for the above div is #fdc7fc

HTML with inline CSS

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

#fdc7fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdc7fc Color code Preview on White Background

This is how #fdc7fc Color code will look on white background color. Color contrast ratio is 1.42

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

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.