crispedge.com

Color picker

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

#fad5da hex color - Red - Warm color - Information

#fad5da hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fad5da Color code in RGB color code model is created after adding 98.04% red color, 83.53% green color and 85.49% blue color. Hex #fad5da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 13% yellow and 2% black.

Hex #fad5da color code is between #ffdddd web safe hex color code and #eecccc web safe hex color code. #ffdddd is the nearest web safe color code. You can see here many more shades of #fad5da color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefad5da#fad5da
RGB Decimal250, 213, 218rgb(250, 213, 218)
RGB Percent98%, 84%, 85%rgb(98%, 84%, 85%)
CSS RGBa250, 213, 218,1rgba(250,213,218,1)
CMYK Modelcmyk(0%,15%,13%,2%)
HSL Color Space352,79% ,91%hsl(352,79% ,91%)
HSV Color Space352°, 15%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101101010111011010
Octal372325332
Decimal250213218
Hexfad5da

Different shades of #fad5da color code.

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

Light Shade of #fad5da
#ffffff
Dark Shade of #fad5da
#f5a7b2
Saturated Shade of #fad5da
#fcd3d8
Desaturated Shade of #fad5da
#f8d7dc
Grey scale Shade of #fad5da
#e7e7e7
Brighten Shade
#ffeef3
Most Readable Shade
#000000

Shades of #fad5da color code

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

#fad5da
#debdc1
#c2a5a9
#a68e91
#8a7679
#6f5e60
#534748
#372f30
#1b1718
#000000

Similar Color like #fad5da color

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

#fbd6db
#fcd7dc
#fdd8dd
#fed9de
#ffdadf
#ffdbe0
#ffdce1
#ffdde2
#ffdee3
#ffdfe4
#ffe0e5
#ffe1e6
#ffe2e7
#ffe3e8
#f9d4d9
#f8d3d8
#f7d2d7
#f6d1d6
#f5d0d5
#f4cfd4
#f3ced3
#f2cdd2
#f1ccd1
#f0cbd0
#efcacf
#eec9ce
#edc8cd
#ecc7cc

Monochromatic Color with #fad5da

#fad5da
#252021
#504446
#7a686b
#a58d90
#cfb1b5

Tints of #fad5da Color

#fad5da
#fad9de
#fbdee2
#fbe3e6
#fce7ea
#fcecee
#fdf1f2
#fdf5f6
#fefafa
#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

#fad5da
#d5faf5

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

Split Complementary

#fad5da
#d5fae3
#d5edfa

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

Analogous Color

#fad5e9
#fad5e1
#fad5da
#fad7d5
#fadfd5

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

#fad5da
#dafad5
#d5dafa

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

#fad5da
#ecfad5
#d5faf5
#e2d5fa

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

#fad5da
#d5faf5
#d5edfa
#fae3d5

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

#fad5da Color Code Preview on Black Background Color

This is how #fad5da Color will look on black background color. Color contrast ratio is 15.59

#fad5da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fad5da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fad5da

#fad5da color code is use for CSS Background Color

Background color for the above div is #fad5da

HTML with inline CSS

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

#fad5da color code is use for CSS Border Color

CSS Border color for the above div is #fad5da

HTML with inline CSS

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

CSS Border Left color for the above div is #fad5da

HTML with inline CSS

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

CSS Border Right color for the above div is #fad5da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fad5da

HTML with inline CSS

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

CSS Border Top color for the above div is #fad5da

HTML with inline CSS

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

#fad5da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fad5da Color code Preview on White Background

This is how #fad5da Color code will look on white background color. Color contrast ratio is 1.35

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

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.