crispedge.com

Color picker

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

#fae5fa hex color - Red - Warm color - Information

#fae5fa hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fae5fa color code is between #ffddff web safe hex color code and #eeeeee web safe hex color code. #ffddff is the nearest web safe color code. You can see here many more shades of #fae5fa color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codefae5fa#fae5fa
RGB Decimal250, 229, 250rgb(250, 229, 250)
RGB Percent98%, 90%, 98%rgb(98%, 90%, 98%)
CSS RGBa250, 229, 250,1rgba(250,229,250,1)
CMYK Modelcmyk(0%,8%,0%,2%)
HSL Color Space300,68% ,94%hsl(300,68% ,94%)
HSV Color Space300°, 8%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101110010111111010
Octal372345372
Decimal250229250
Hexfae5fa

Different shades of #fae5fa color code.

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

Light Shade of #fae5fa
#ffffff
Dark Shade of #fae5fa
#f2baf2
Saturated Shade of #fae5fa
#fce3fc
Desaturated Shade of #fae5fa
#f8e7f8
Grey scale Shade of #fae5fa
#efefef
Brighten Shade
#fffeff
Most Readable Shade
#000000

Shades of #fae5fa color code

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

#fae5fa
#decbde
#c2b2c2
#a698a6
#8a7f8a
#6f656f
#534c53
#373237
#1b191b
#000000

Similar Color like #fae5fa color

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

#fbe6fb
#fce7fc
#fde8fd
#fee9fe
#ffeaff
#ffebff
#ffecff
#ffedff
#ffeeff
#ffefff
#fff0ff
#fff1ff
#fff2ff
#fff3ff
#f9e4f9
#f8e3f8
#f7e2f7
#f6e1f6
#f5e0f5
#f4dff4
#f3def3
#f2ddf2
#f1dcf1
#f0dbf0
#efdaef
#eed9ee
#edd8ed
#ecd7ec

Monochromatic Color with #fae5fa

#fae5fa
#252225
#504950
#7a707a
#a597a5
#cfbecf

Tints of #fae5fa Color

#fae5fa
#fae7fa
#fbeafb
#fbedfb
#fcf0fc
#fcf3fc
#fdf6fd
#fdf9fd
#fefcfe
#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

#fae5fa
#e5fae5

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

Split Complementary

#fae5fa
#effae5
#e5faef

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

Analogous Color

#f2e5fa
#f6e5fa
#fae5fa
#fae5f6
#fae5f2

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

#fae5fa
#fafae5
#e5fafa

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

#fae5fa
#faefe5
#e5fae5
#e5effa

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

#fae5fa
#e5fae5
#e5faef
#fae5ef

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

#fae5fa Color Code Preview on Black Background Color

This is how #fae5fa Color will look on black background color. Color contrast ratio is 17.65

#fae5fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae5fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fae5fa

#fae5fa color code is use for CSS Background Color

Background color for the above div is #fae5fa

HTML with inline CSS

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

#fae5fa color code is use for CSS Border Color

CSS Border color for the above div is #fae5fa

HTML with inline CSS

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

CSS Border Left color for the above div is #fae5fa

HTML with inline CSS

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

CSS Border Right color for the above div is #fae5fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fae5fa

HTML with inline CSS

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

CSS Border Top color for the above div is #fae5fa

HTML with inline CSS

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

#fae5fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fae5fa Color code Preview on White Background

This is how #fae5fa Color code will look on white background color. Color contrast ratio is 1.19

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.