crispedge.com

Color picker

Loading...

#fac6df hex color - Red - Warm color - Information

#fac6df hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fac6df Color code in RGB color code model is created after adding 98.04% red color, 77.65% green color and 87.45% blue color. Hex #fac6df Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 11% yellow and 2% black.

Hex #fac6df color code is between #ffccdd web safe hex color code and #eebbee web safe hex color code. #ffccdd is the nearest web safe color code. You can see here many more shades of #fac6df color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codefac6df#fac6df
RGB Decimal250, 198, 223rgb(250, 198, 223)
RGB Percent98%, 78%, 87%rgb(98%, 78%, 87%)
CSS RGBa250, 198, 223,1rgba(250,198,223,1)
CMYK Modelcmyk(0%,21%,11%,2%)
HSL Color Space331,84% ,88%hsl(331,84% ,88%)
HSV Color Space331°, 21%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101100011011011111
Octal372306337
Decimal250198223
Hexfac6df

Different shades of #fac6df color code.

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

Light Shade of #fac6df
#fef5f9
Dark Shade of #fac6df
#f697c5
Saturated Shade of #fac6df
#fdc3df
Desaturated Shade of #fac6df
#f7c9df
Grey scale Shade of #fac6df
#e0e0e0
Brighten Shade
#ffdff8
Most Readable Shade
#000000

Shades of #fac6df color code

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

#fac6df
#deb0c6
#c29aad
#a68494
#8a6e7b
#6f5863
#53424a
#372c31
#1b1618
#000000

Similar Color like #fac6df color

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

#fbc7e0
#fcc8e1
#fdc9e2
#fecae3
#ffcbe4
#ffcce5
#ffcde6
#ffcee7
#ffcfe8
#ffd0e9
#ffd1ea
#ffd2eb
#ffd3ec
#ffd4ed
#f9c5de
#f8c4dd
#f7c3dc
#f6c2db
#f5c1da
#f4c0d9
#f3bfd8
#f2bed7
#f1bdd6
#f0bcd5
#efbbd4
#eebad3
#edb9d2
#ecb8d1

Monochromatic Color with #fac6df

#fac6df
#251e21
#503f47
#7a616d
#a58393
#cfa4b9

Tints of #fac6df Color

#fac6df
#facce2
#fbd2e6
#fbd9e9
#fcdfed
#fce5f0
#fdecf4
#fdf2f7
#fef8fb
#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

#fac6df
#c6fae1

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

Split Complementary

#fac6df
#c6fac7
#c6f9fa

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

Analogous Color

#fac6f4
#fac6e9
#fac6df
#fac6d5
#fac6ca

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

#fac6df
#dffac6
#c6dffa

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

#fac6df
#f9fac6
#c6fae1
#c7c6fa

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

#fac6df
#c6fae1
#c6f9fa
#fac7c6

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

#fac6df Color Code Preview on Black Background Color

This is how #fac6df Color will look on black background color. Color contrast ratio is 14.21

#fac6df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fac6df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fac6df

#fac6df color code is use for CSS Background Color

Background color for the above div is #fac6df

HTML with inline CSS

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

#fac6df color code is use for CSS Border Color

CSS Border color for the above div is #fac6df

HTML with inline CSS

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

CSS Border Left color for the above div is #fac6df

HTML with inline CSS

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

CSS Border Right color for the above div is #fac6df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fac6df

HTML with inline CSS

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

CSS Border Top color for the above div is #fac6df

HTML with inline CSS

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

#fac6df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fac6df Color code Preview on White Background

This is how #fac6df Color code will look on white background color. Color contrast ratio is 1.48

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

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(250,198,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,250,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,198,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.