crispedge.com

Color picker

Loading...

#fddee2 hex color - Red - Warm color - Information

#fddee2 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fddee2 Color code in RGB color code model is created after adding 99.22% red color, 87.06% green color and 88.63% blue color. Hex #fddee2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 11% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefddee2#fddee2
RGB Decimal253, 222, 226rgb(253, 222, 226)
RGB Percent99%, 87%, 89%rgb(99%, 87%, 89%)
CSS RGBa253, 222, 226,1rgba(253,222,226,1)
CMYK Modelcmyk(0%,12%,11%,1%)
HSL Color Space352,89% ,93%hsl(352,89% ,93%)
HSV Color Space352°, 12%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011101111011100010
Octal375336342
Decimal253222226
Hexfddee2

Different shades of #fddee2 color code.

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

Light Shade of #fddee2
#ffffff
Dark Shade of #fddee2
#faaeb8
Saturated Shade of #fddee2
#ffdce1
Desaturated Shade of #fddee2
#fbe0e3
Grey scale Shade of #fddee2
#ededed
Brighten Shade
#fff7fb
Most Readable Shade
#000000

Shades of #fddee2 color code

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

#fddee2
#e0c5c8
#c4acaf
#a89496
#8c7b7d
#706264
#544a4b
#383132
#1c1819
#000000

Similar Color like #fddee2 color

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

#fedfe3
#ffe0e4
#ffe1e5
#ffe2e6
#ffe3e7
#ffe4e8
#ffe5e9
#ffe6ea
#ffe7eb
#ffe8ec
#ffe9ed
#ffeaee
#ffebef
#ffecf0
#fcdde1
#fbdce0
#fadbdf
#f9dade
#f8d9dd
#f7d8dc
#f6d7db
#f5d6da
#f4d5d9
#f3d4d8
#f2d3d7
#f1d2d6
#f0d1d5
#efd0d4

Monochromatic Color with #fddee2

#fddee2
#282424
#53494a
#7d6e70
#a89396
#d2b9bc

Tints of #fddee2 Color

#fddee2
#fde1e5
#fde5e8
#fde9eb
#fdecee
#fef0f2
#fef4f5
#fef7f8
#fefbfb
#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

#fddee2
#defdf9

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

Split Complementary

#fddee2
#defdea
#def2fd

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

Analogous Color

#fddeee
#fddee8
#fddee2
#fde0de
#fde6de

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

#fddee2
#e2fdde
#dee2fd

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

#fddee2
#f1fdde
#defdf9
#e9defd

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

#fddee2
#defdf9
#def2fd
#fdeade

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

#fddee2 Color Code Preview on Black Background Color

This is how #fddee2 Color will look on black background color. Color contrast ratio is 16.72

#fddee2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fddee2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fddee2

#fddee2 color code is use for CSS Background Color

Background color for the above div is #fddee2

HTML with inline CSS

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

#fddee2 color code is use for CSS Border Color

CSS Border color for the above div is #fddee2

HTML with inline CSS

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

CSS Border Left color for the above div is #fddee2

HTML with inline CSS

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

CSS Border Right color for the above div is #fddee2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fddee2

HTML with inline CSS

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

CSS Border Top color for the above div is #fddee2

HTML with inline CSS

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

#fddee2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fddee2 Color code Preview on White Background

This is how #fddee2 Color code will look on white background color. Color contrast ratio is 1.26

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,222,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,253,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,222,226,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.