crispedge.com

Color picker

Loading...

#f6caf5 hex color - Violet - Warm color - Information

#f6caf5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f6caf5 Color code in RGB color code model is created after adding 96.47% red color, 79.22% green color and 96.08% blue color. Hex #f6caf5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 0% yellow and 4% black.

Hex #f6caf5 color code is between #eeccee web safe hex color code and #ffbbff web safe hex color code. #eeccee is the nearest web safe color code. You can see here many more shades of #f6caf5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef6caf5#f6caf5
RGB Decimal246, 202, 245rgb(246, 202, 245)
RGB Percent96%, 79%, 96%rgb(96%, 79%, 96%)
CSS RGBa246, 202, 245,1rgba(246,202,245,1)
CMYK Modelcmyk(0%,18%,0%,4%)
HSL Color Space301,71% ,88%hsl(301,71% ,88%)
HSV Color Space301°, 18%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101100101011110101
Octal366312365
Decimal246202245
Hexf6caf5

Different shades of #f6caf5 color code.

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

Light Shade of #f6caf5
#fdf6fd
Dark Shade of #f6caf5
#ef9eed
Saturated Shade of #f6caf5
#f9c7f8
Desaturated Shade of #f6caf5
#f3cdf2
Grey scale Shade of #f6caf5
#e0e0e0
Brighten Shade
#ffe3ff
Most Readable Shade
#000000

Shades of #f6caf5 color code

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

#f6caf5
#dab3d9
#bf9dbe
#a486a3
#887088
#6d596c
#524351
#362c36
#1b161b
#000000

Similar Color like #f6caf5 color

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

#f7cbf6
#f8ccf7
#f9cdf8
#facef9
#fbcffa
#fcd0fb
#fdd1fc
#fed2fd
#ffd3fe
#ffd4ff
#ffd5ff
#ffd6ff
#ffd7ff
#ffd8ff
#f5c9f4
#f4c8f3
#f3c7f2
#f2c6f1
#f1c5f0
#f0c4ef
#efc3ee
#eec2ed
#edc1ec
#ecc0eb
#ebbfea
#eabee9
#e9bde8
#e8bce7

Monochromatic Color with #f6caf5

#f6caf5
#211b21
#4c3e4c
#766176
#a184a0
#cba7cb

Tints of #f6caf5 Color

#f6caf5
#f7cff6
#f8d5f7
#f9dbf8
#fae1f9
#fbe7fa
#fcedfb
#fdf3fc
#fef9fd
#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

#f6caf5
#caf6cb

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

Split Complementary

#f6caf5
#dff6ca
#caf6e1

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

Analogous Color

#e5caf6
#eecaf6
#f6caf5
#f6caec
#f6cae3

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

#f6caf5
#f5f6ca
#caf5f6

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

#f6caf5
#f6e1ca
#caf6cb
#cadff6

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

#f6caf5
#caf6cb
#caf6e1
#f6cadf

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

#f6caf5 Color Code Preview on Black Background Color

This is how #f6caf5 Color will look on black background color. Color contrast ratio is 14.69

#f6caf5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6caf5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6caf5

#f6caf5 color code is use for CSS Background Color

Background color for the above div is #f6caf5

HTML with inline CSS

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

#f6caf5 color code is use for CSS Border Color

CSS Border color for the above div is #f6caf5

HTML with inline CSS

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

CSS Border Left color for the above div is #f6caf5

HTML with inline CSS

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

CSS Border Right color for the above div is #f6caf5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f6caf5

HTML with inline CSS

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

CSS Border Top color for the above div is #f6caf5

HTML with inline CSS

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

#f6caf5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f6caf5 Color code Preview on White Background

This is how #f6caf5 Color code will look on white background color. Color contrast ratio is 1.43

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

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(246,202,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,246,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(246,202,245,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.