crispedge.com

Color picker

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

#fed7fa hex color - Red - Warm color - Information

#fed7fa hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefed7fa#fed7fa
RGB Decimal254, 215, 250rgb(254, 215, 250)
RGB Percent100%, 84%, 98%rgb(100%, 84%, 98%)
CSS RGBa254, 215, 250,1rgba(254,215,250,1)
CMYK Modelcmyk(0%,15%,2%,0%)
HSL Color Space306,95% ,92%hsl(306,95% ,92%)
HSV Color Space306°, 15%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101011111111010
Octal376327372
Decimal254215250
Hexfed7fa

Different shades of #fed7fa color code.

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

Light Shade of #fed7fa
#ffffff
Dark Shade of #fed7fa
#fda5f4
Saturated Shade of #fed7fa
#ffd6fb
Desaturated Shade of #fed7fa
#fcd9f8
Grey scale Shade of #fed7fa
#eaeaea
Brighten Shade
#fff0ff
Most Readable Shade
#000000

Shades of #fed7fa color code

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

#fed7fa
#e1bfde
#c5a7c2
#a98fa6
#8d778a
#705f6f
#544753
#382f37
#1c171b
#000000

Similar Color like #fed7fa color

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

#ffd8fb
#ffd9fc
#ffdafd
#ffdbfe
#ffdcff
#ffddff
#ffdeff
#ffdfff
#ffe0ff
#ffe1ff
#ffe2ff
#ffe3ff
#ffe4ff
#ffe5ff
#fdd6f9
#fcd5f8
#fbd4f7
#fad3f6
#f9d2f5
#f8d1f4
#f7d0f3
#f6cff2
#f5cef1
#f4cdf0
#f3ccef
#f2cbee
#f1caed
#f0c9ec

Monochromatic Color with #fed7fa

#fed7fa
#292329
#544753
#7e6b7c
#a98fa6
#d3b3d0

Tints of #fed7fa Color

#fed7fa
#fedbfa
#fedffb
#fee4fb
#fee8fc
#feedfc
#fef1fd
#fef6fd
#fefafe
#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

#fed7fa
#d7fedb

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

Split Complementary

#fed7fa
#e6fed7
#d7feef

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

Analogous Color

#f2d7fe
#fad7fe
#fed7fa
#fed7f2
#fed7ea

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

#fed7fa
#fafed7
#d7fafe

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

#fed7fa
#feeed7
#d7fedb
#d7e6fe

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

#fed7fa
#d7fedb
#d7feef
#fed7e6

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

#fed7fa Color Code Preview on Black Background Color

This is how #fed7fa Color will look on black background color. Color contrast ratio is 16.31

#fed7fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed7fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed7fa

#fed7fa color code is use for CSS Background Color

Background color for the above div is #fed7fa

HTML with inline CSS

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

#fed7fa color code is use for CSS Border Color

CSS Border color for the above div is #fed7fa

HTML with inline CSS

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

CSS Border Left color for the above div is #fed7fa

HTML with inline CSS

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

CSS Border Right color for the above div is #fed7fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed7fa

HTML with inline CSS

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

CSS Border Top color for the above div is #fed7fa

HTML with inline CSS

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

#fed7fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed7fa Color code Preview on White Background

This is how #fed7fa Color code will look on white background color. Color contrast ratio is 1.29

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

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.