crispedge.com

Color picker

Loading...

#fbaef1 hex color - Red - Warm color - Information

#fbaef1 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fbaef1 color code is between #ffaaee web safe hex color code and #eebbff web safe hex color code. #ffaaee is the nearest web safe color code. You can see here many more shades of #fbaef1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefbaef1#fbaef1
RGB Decimal251, 174, 241rgb(251, 174, 241)
RGB Percent98%, 68%, 95%rgb(98%, 68%, 95%)
CSS RGBa251, 174, 241,1rgba(251,174,241,1)
CMYK Modelcmyk(0%,31%,4%,2%)
HSL Color Space308,91% ,83%hsl(308,91% ,83%)
HSV Color Space308°, 31%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110111010111011110001
Octal373256361
Decimal251174241
Hexfbaef1

Different shades of #fbaef1 color code.

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

Light Shade of #fbaef1
#fddff9
Dark Shade of #fbaef1
#f97de9
Saturated Shade of #fbaef1
#ffaaf4
Desaturated Shade of #fbaef1
#f7b2ee
Grey scale Shade of #fbaef1
#d4d4d4
Brighten Shade
#ffc7ff
Most Readable Shade
#000000

Shades of #fbaef1 color code

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

#fbaef1
#df9ad6
#c387bb
#a774a0
#8b6085
#6f4d6b
#533a50
#372635
#1b131a
#000000

Similar Color like #fbaef1 color

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

#fcaff2
#fdb0f3
#feb1f4
#ffb2f5
#ffb3f6
#ffb4f7
#ffb5f8
#ffb6f9
#ffb7fa
#ffb8fb
#ffb9fc
#ffbafd
#ffbbfe
#ffbcff
#faadf0
#f9acef
#f8abee
#f7aaed
#f6a9ec
#f5a8eb
#f4a7ea
#f3a6e9
#f2a5e8
#f1a4e7
#f0a3e6
#efa2e5
#eea1e4
#eda0e3

Monochromatic Color with #fbaef1

#fbaef1
#261b25
#51384e
#7b5677
#a6739f
#d091c8

Tints of #fbaef1 Color

#fbaef1
#fbb7f2
#fbc0f4
#fcc9f5
#fcd2f7
#fddbf8
#fde4fa
#feedfb
#fef6fd
#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

#fbaef1
#aefbb8

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

Split Complementary

#fbaef1
#cafbae
#aefbdf

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

Analogous Color

#e6aefb
#f6aefb
#fbaef1
#fbaee2
#fbaed2

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

#fbaef1
#f1fbae
#aef1fb

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

#fbaef1
#fbdeae
#aefbb8
#aecafb

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

#fbaef1
#aefbb8
#aefbdf
#fbaeca

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

#fbaef1 Color Code Preview on Black Background Color

This is how #fbaef1 Color will look on black background color. Color contrast ratio is 12.43

#fbaef1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbaef1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fbaef1

#fbaef1 color code is use for CSS Background Color

Background color for the above div is #fbaef1

HTML with inline CSS

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

#fbaef1 color code is use for CSS Border Color

CSS Border color for the above div is #fbaef1

HTML with inline CSS

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

CSS Border Left color for the above div is #fbaef1

HTML with inline CSS

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

CSS Border Right color for the above div is #fbaef1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fbaef1

HTML with inline CSS

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

CSS Border Top color for the above div is #fbaef1

HTML with inline CSS

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

#fbaef1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fbaef1 Color code Preview on White Background

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

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