crispedge.com

Color picker

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

#fdcad8 hex color - Red - Warm color - Information

#fdcad8 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdcad8 Color code in RGB color code model is created after adding 99.22% red color, 79.22% green color and 84.71% blue color. Hex #fdcad8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 15% yellow and 1% black.

Hex #fdcad8 color code is between #ffccdd web safe hex color code and #eebbcc web safe hex color code. #ffccdd is the nearest web safe color code. You can see here many more shades of #fdcad8 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codefdcad8#fdcad8
RGB Decimal253, 202, 216rgb(253, 202, 216)
RGB Percent99%, 79%, 85%rgb(99%, 79%, 85%)
CSS RGBa253, 202, 216,1rgba(253,202,216,1)
CMYK Modelcmyk(0%,20%,15%,1%)
HSL Color Space344,93% ,89%hsl(344,93% ,89%)
HSV Color Space344°, 20%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100101011011000
Octal375312330
Decimal253202216
Hexfdcad8

Different shades of #fdcad8 color code.

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

Light Shade of #fdcad8
#fffbfc
Dark Shade of #fdcad8
#fb99b4
Saturated Shade of #fdcad8
#ffc8d7
Desaturated Shade of #fdcad8
#facdd9
Grey scale Shade of #fdcad8
#e3e3e3
Brighten Shade
#ffe3f1
Most Readable Shade
#000000

Shades of #fdcad8 color code

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

#fdcad8
#e0b3c0
#c49da8
#a88690
#8c7078
#705960
#544348
#382c30
#1c1618
#000000

Similar Color like #fdcad8 color

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

#fecbd9
#ffccda
#ffcddb
#ffcedc
#ffcfdd
#ffd0de
#ffd1df
#ffd2e0
#ffd3e1
#ffd4e2
#ffd5e3
#ffd6e4
#ffd7e5
#ffd8e6
#fcc9d7
#fbc8d6
#fac7d5
#f9c6d4
#f8c5d3
#f7c4d2
#f6c3d1
#f5c2d0
#f4c1cf
#f3c0ce
#f2bfcd
#f1becc
#f0bdcb
#efbcca

Monochromatic Color with #fdcad8

#fdcad8
#282023
#534247
#7d646b
#a8868f
#d2a8b4

Tints of #fdcad8 Color

#fdcad8
#fdcfdc
#fdd5e0
#fddbe5
#fde1e9
#fee7ed
#feedf2
#fef3f6
#fef9fa
#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

#fdcad8
#cafdef

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

Split Complementary

#fdcad8
#cafdd6
#caf2fd

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

Analogous Color

#fdcaec
#fdcae2
#fdcad8
#fdcace
#fdd0ca

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

#fdcad8
#d8fdca
#cad8fd

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

#fdcad8
#f1fdca
#cafdef
#d5cafd

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

#fdcad8
#cafdef
#caf2fd
#fdd6ca

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

#fdcad8 Color Code Preview on Black Background Color

This is how #fdcad8 Color will look on black background color. Color contrast ratio is 14.62

#fdcad8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcad8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcad8

#fdcad8 color code is use for CSS Background Color

Background color for the above div is #fdcad8

HTML with inline CSS

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

#fdcad8 color code is use for CSS Border Color

CSS Border color for the above div is #fdcad8

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcad8

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcad8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcad8

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcad8

HTML with inline CSS

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

#fdcad8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcad8 Color code Preview on White Background

This is how #fdcad8 Color code will look on white background color. Color contrast ratio is 1.44

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.