crispedge.com

Color picker

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

#fed5f0 hex color - Red - Warm color - Information

#fed5f0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fed5f0 Color code in RGB color code model is created after adding 99.61% red color, 83.53% green color and 94.12% blue color. Hex #fed5f0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 6% yellow and 0% black.

Hex #fed5f0 color code is between #ffddee web safe hex color code and #eeccff web safe hex color code. #ffddee is the nearest web safe color code. You can see here many more shades of #fed5f0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefed5f0#fed5f0
RGB Decimal254, 213, 240rgb(254, 213, 240)
RGB Percent100%, 84%, 94%rgb(100%, 84%, 94%)
CSS RGBa254, 213, 240,1rgba(254,213,240,1)
CMYK Modelcmyk(0%,16%,6%,0%)
HSL Color Space320,95% ,92%hsl(320,95% ,92%)
HSV Color Space320°, 16%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101010111110000
Octal376325360
Decimal254213240
Hexfed5f0

Different shades of #fed5f0 color code.

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

Light Shade of #fed5f0
#ffffff
Dark Shade of #fed5f0
#fda3de
Saturated Shade of #fed5f0
#ffd4f0
Desaturated Shade of #fed5f0
#fcd7ef
Grey scale Shade of #fed5f0
#e9e9e9
Brighten Shade
#ffeeff
Most Readable Shade
#000000

Shades of #fed5f0 color code

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

#fed5f0
#e1bdd5
#c5a5ba
#a98ea0
#8d7685
#705e6a
#544750
#382f35
#1c171a
#000000

Similar Color like #fed5f0 color

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

#ffd6f1
#ffd7f2
#ffd8f3
#ffd9f4
#ffdaf5
#ffdbf6
#ffdcf7
#ffddf8
#ffdef9
#ffdffa
#ffe0fb
#ffe1fc
#ffe2fd
#ffe3fe
#fdd4ef
#fcd3ee
#fbd2ed
#fad1ec
#f9d0eb
#f8cfea
#f7cee9
#f6cde8
#f5cce7
#f4cbe6
#f3cae5
#f2c9e4
#f1c8e3
#f0c7e2

Monochromatic Color with #fed5f0

#fed5f0
#292327
#54464f
#7e6a78
#a98ea0
#d3b1c8

Tints of #fed5f0 Color

#fed5f0
#fed9f1
#fedef3
#fee3f5
#fee7f6
#feecf8
#fef1fa
#fef5fb
#fefafd
#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

#fed5f0
#d5fee3

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

Split Complementary

#fed5f0
#dcfed5
#d5fef8

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

Analogous Color

#fcd5fe
#fed5f8
#fed5f0
#fed5e8
#fed5e0

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

#fed5f0
#f0fed5
#d5f0fe

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

#fed5f0
#fef7d5
#d5fee3
#d5dbfe

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

#fed5f0
#d5fee3
#d5fef8
#fed5dc

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

#fed5f0 Color Code Preview on Black Background Color

This is how #fed5f0 Color will look on black background color. Color contrast ratio is 15.99

#fed5f0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed5f0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed5f0

#fed5f0 color code is use for CSS Background Color

Background color for the above div is #fed5f0

HTML with inline CSS

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

#fed5f0 color code is use for CSS Border Color

CSS Border color for the above div is #fed5f0

HTML with inline CSS

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

CSS Border Left color for the above div is #fed5f0

HTML with inline CSS

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

CSS Border Right color for the above div is #fed5f0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed5f0

HTML with inline CSS

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

CSS Border Top color for the above div is #fed5f0

HTML with inline CSS

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

#fed5f0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed5f0 Color code Preview on White Background

This is how #fed5f0 Color code will look on white background color. Color contrast ratio is 1.31

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

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.