crispedge.com

Color picker

Loading...

#fdddf6 hex color - Red - Warm color - Information

#fdddf6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fdddf6 Color code in RGB color code model is created after adding 99.22% red color, 86.67% green color and 96.47% blue color. Hex #fdddf6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 3% yellow and 1% black.

Hex #fdddf6 color code is between #ffccee web safe hex color code and #eeeeff web safe hex color code. #ffccee is the nearest web safe color code. You can see here many more shades of #fdddf6 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefdddf6#fdddf6
RGB Decimal253, 221, 246rgb(253, 221, 246)
RGB Percent99%, 87%, 96%rgb(99%, 87%, 96%)
CSS RGBa253, 221, 246,1rgba(253,221,246,1)
CMYK Modelcmyk(0%,13%,3%,1%)
HSL Color Space313,89% ,93%hsl(313,89% ,93%)
HSV Color Space313°, 13%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011101110111110110
Octal375335366
Decimal253221246
Hexfdddf6

Different shades of #fdddf6 color code.

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

Light Shade of #fdddf6
#ffffff
Dark Shade of #fdddf6
#faade9
Saturated Shade of #fdddf6
#ffdbf7
Desaturated Shade of #fdddf6
#fbdff5
Grey scale Shade of #fdddf6
#ededed
Brighten Shade
#fff6ff
Most Readable Shade
#000000

Shades of #fdddf6 color code

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

#fdddf6
#e0c4da
#c4abbf
#a893a4
#8c7a88
#70626d
#544952
#383136
#1c181b
#000000

Similar Color like #fdddf6 color

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

#fedef7
#ffdff8
#ffe0f9
#ffe1fa
#ffe2fb
#ffe3fc
#ffe4fd
#ffe5fe
#ffe6ff
#ffe7ff
#ffe8ff
#ffe9ff
#ffeaff
#ffebff
#fcdcf5
#fbdbf4
#fadaf3
#f9d9f2
#f8d8f1
#f7d7f0
#f6d6ef
#f5d5ee
#f4d4ed
#f3d3ec
#f2d2eb
#f1d1ea
#f0d0e9
#efcfe8

Monochromatic Color with #fdddf6

#fdddf6
#282327
#534851
#7d6e7a
#a893a3
#d2b8cd

Tints of #fdddf6 Color

#fdddf6
#fde0f7
#fde4f8
#fde8f9
#fdecfa
#feeffb
#fef3fc
#fef7fd
#fefbfe
#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

#fdddf6
#ddfde4

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

Split Complementary

#fdddf6
#e6fddd
#ddfdf4

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

Analogous Color

#f7ddfd
#fdddfc
#fdddf6
#fdddf0
#fddde9

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

#fdddf6
#f6fddd
#ddf6fd

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

#fdddf6
#fdf4dd
#ddfde4
#dde6fd

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

#fdddf6
#ddfde4
#ddfdf4
#fddde6

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

#fdddf6 Color Code Preview on Black Background Color

This is how #fdddf6 Color will look on black background color. Color contrast ratio is 16.85

#fdddf6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdddf6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdddf6

#fdddf6 color code is use for CSS Background Color

Background color for the above div is #fdddf6

HTML with inline CSS

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

#fdddf6 color code is use for CSS Border Color

CSS Border color for the above div is #fdddf6

HTML with inline CSS

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

CSS Border Left color for the above div is #fdddf6

HTML with inline CSS

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

CSS Border Right color for the above div is #fdddf6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdddf6

HTML with inline CSS

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

CSS Border Top color for the above div is #fdddf6

HTML with inline CSS

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

#fdddf6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdddf6 Color code Preview on White Background

This is how #fdddf6 Color code will look on white background color. Color contrast ratio is 1.25

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

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,221,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,253,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,221,246,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.