crispedge.com

Color picker

Loading...

#faadfb hex color - Violet - Warm color - Information

#faadfb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #faadfb Color code in RGB color code model is created after adding 98.04% red color, 67.84% green color and 98.43% blue color. Hex #faadfb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaadfb#faadfb
RGB Decimal250, 173, 251rgb(250, 173, 251)
RGB Percent98%, 68%, 98%rgb(98%, 68%, 98%)
CSS RGBa250, 173, 251,1rgba(250,173,251,1)
CMYK Modelcmyk(0%,31%,0%,2%)
HSL Color Space299,91% ,83%hsl(299,91% ,83%)
HSV Color Space299°, 31%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010110111111011
Octal372255373
Decimal250173251
Hexfaadfb

Different shades of #faadfb color code.

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

Light Shade of #faadfb
#fddefd
Dark Shade of #faadfb
#f77cf9
Saturated Shade of #faadfb
#fea9ff
Desaturated Shade of #faadfb
#f6b1f7
Grey scale Shade of #faadfb
#d4d4d4
Brighten Shade
#ffc6ff
Most Readable Shade
#000000

Shades of #faadfb color code

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

#faadfb
#de99df
#c286c3
#a673a7
#8a608b
#6f4c6f
#533953
#372637
#1b131b
#000000

Similar Color like #faadfb color

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

#fbaefc
#fcaffd
#fdb0fe
#feb1ff
#ffb2ff
#ffb3ff
#ffb4ff
#ffb5ff
#ffb6ff
#ffb7ff
#ffb8ff
#ffb9ff
#ffbaff
#ffbbff
#f9acfa
#f8abf9
#f7aaf8
#f6a9f7
#f5a8f6
#f4a7f5
#f3a6f4
#f2a5f3
#f1a4f2
#f0a3f1
#efa2f0
#eea1ef
#eda0ee
#ec9fed

Monochromatic Color with #faadfb

#faadfb
#261b26
#513851
#7b557b
#a572a6
#d090d0

Tints of #faadfb Color

#faadfb
#fab6fb
#fbbffb
#fbc8fc
#fcd1fc
#fcdafd
#fde3fd
#fdecfe
#fef5fe
#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

#faadfb
#aefbad

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

Split Complementary

#faadfb
#d5fbad
#adfbd3

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

Analogous Color

#dbadfb
#eaadfb
#faadfb
#fbadec
#fbaddd

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

#faadfb
#fbfaad
#adfbfa

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

#faadfb
#fbd3ad
#aefbad
#add5fb

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

#faadfb
#aefbad
#adfbd3
#fbadd5

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

#faadfb Color Code Preview on Black Background Color

This is how #faadfb Color will look on black background color. Color contrast ratio is 12.44

#faadfb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faadfb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faadfb

#faadfb color code is use for CSS Background Color

Background color for the above div is #faadfb

HTML with inline CSS

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

#faadfb color code is use for CSS Border Color

CSS Border color for the above div is #faadfb

HTML with inline CSS

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

CSS Border Left color for the above div is #faadfb

HTML with inline CSS

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

CSS Border Right color for the above div is #faadfb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faadfb

HTML with inline CSS

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

CSS Border Top color for the above div is #faadfb

HTML with inline CSS

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

#faadfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faadfb Color code Preview on White Background

This is how #faadfb Color code will look on white background color. Color contrast ratio is 1.69

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

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,173,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,251,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,173,251,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.