crispedge.com

Color picker

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

#fdeef4 hex color - Red - Warm color - Information

#fdeef4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdeef4 Color code in RGB color code model is created after adding 99.22% red color, 93.33% green color and 95.69% blue color. Hex #fdeef4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 4% yellow and 1% black.

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codefdeef4#fdeef4
RGB Decimal253, 238, 244rgb(253, 238, 244)
RGB Percent99%, 93%, 96%rgb(99%, 93%, 96%)
CSS RGBa253, 238, 244,1rgba(253,238,244,1)
CMYK Modelcmyk(0%,6%,4%,1%)
HSL Color Space336,79% ,96%hsl(336,79% ,96%)
HSV Color Space336°, 6%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011110111011110100
Octal375356364
Decimal253238244
Hexfdeef4

Different shades of #fdeef4 color code.

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

Light Shade of #fdeef4
#ffffff
Dark Shade of #fdeef4
#f8c0d6
Saturated Shade of #fdeef4
#feedf4
Desaturated Shade of #fdeef4
#fceff4
Grey scale Shade of #fdeef4
#f5f5f5
Brighten Shade
#ffffff
Most Readable Shade
#000000

Shades of #fdeef4 color code

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

#fdeef4
#e0d3d8
#c4b9bd
#a89ea2
#8c8487
#70696c
#544f51
#383436
#1c1a1b
#000000

Similar Color like #fdeef4 color

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

#feeff5
#fff0f6
#fff1f7
#fff2f8
#fff3f9
#fff4fa
#fff5fb
#fff6fc
#fff7fd
#fff8fe
#fff9ff
#fffaff
#fffbff
#fffcff
#fcedf3
#fbecf2
#faebf1
#f9eaf0
#f8e9ef
#f7e8ee
#f6e7ed
#f5e6ec
#f4e5eb
#f3e4ea
#f2e3e9
#f1e2e8
#f0e1e7
#efe0e6

Monochromatic Color with #fdeef4

#fdeef4
#282627
#534e50
#7d7679
#a89ea2
#d2c6cb

Tints of #fdeef4 Color

#fdeef4
#fdeff5
#fdf1f6
#fdf3f7
#fdf5f8
#fef7fa
#fef9fb
#fefbfc
#fefdfd
#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

#fdeef4
#eefdf7

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

Split Complementary

#fdeef4
#eefdef
#eefcfd

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

Analogous Color

#fdeefa
#fdeef7
#fdeef4
#fdeef1
#fdeeee

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

#fdeef4
#f4fdee
#eef4fd

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

#fdeef4
#fbfdee
#eefdf7
#efeefd

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

#fdeef4
#eefdf7
#eefcfd
#fdefee

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

#fdeef4 Color Code Preview on Black Background Color

This is how #fdeef4 Color will look on black background color. Color contrast ratio is 18.71

#fdeef4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdeef4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdeef4

#fdeef4 color code is use for CSS Background Color

Background color for the above div is #fdeef4

HTML with inline CSS

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

#fdeef4 color code is use for CSS Border Color

CSS Border color for the above div is #fdeef4

HTML with inline CSS

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

CSS Border Left color for the above div is #fdeef4

HTML with inline CSS

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

CSS Border Right color for the above div is #fdeef4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdeef4

HTML with inline CSS

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

CSS Border Top color for the above div is #fdeef4

HTML with inline CSS

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

#fdeef4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdeef4 Color code Preview on White Background

This is how #fdeef4 Color code will look on white background color. Color contrast ratio is 1.12

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.