crispedge.com

Color picker

Loading...

#f694ee hex color - Violet - Warm color - Information

#f694ee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f694ee Color code in RGB color code model is created after adding 96.47% red color, 58.04% green color and 93.33% blue color. Hex #f694ee Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 3% yellow and 4% black.

Hex #f694ee color code is between #ee99dd web safe hex color code and #ff88ff web safe hex color code. #ee99dd is the nearest web safe color code. You can see here many more shades of #f694ee color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codef694ee#f694ee
RGB Decimal246, 148, 238rgb(246, 148, 238)
RGB Percent96%, 58%, 93%rgb(96%, 58%, 93%)
CSS RGBa246, 148, 238,1rgba(246,148,238,1)
CMYK Modelcmyk(0%,40%,3%,4%)
HSL Color Space305,84% ,77%hsl(305,84% ,77%)
HSV Color Space305°, 40%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101001010011101110
Octal366224356
Decimal246148238
Hexf694ee

Different shades of #f694ee color code.

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

Light Shade of #f694ee
#fac3f5
Dark Shade of #f694ee
#f265e7
Saturated Shade of #f694ee
#fc8ef3
Desaturated Shade of #f694ee
#f09ae9
Grey scale Shade of #f694ee
#c5c5c5
Brighten Shade
#ffadff
Most Readable Shade
#000000

Shades of #f694ee color code

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

#f694ee
#da83d3
#bf73b9
#a4629e
#885284
#6d4169
#52314f
#362034
#1b101a
#000000

Similar Color like #f694ee color

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

#f795ef
#f896f0
#f997f1
#fa98f2
#fb99f3
#fc9af4
#fd9bf5
#fe9cf6
#ff9df7
#ff9ef8
#ff9ff9
#ffa0fa
#ffa1fb
#ffa2fc
#f593ed
#f492ec
#f391eb
#f290ea
#f18fe9
#f08ee8
#ef8de7
#ee8ce6
#ed8be5
#ec8ae4
#eb89e3
#ea88e2
#e987e1
#e886e0

Monochromatic Color with #f694ee

#f694ee
#211420
#4c2e4a
#764773
#a1619c
#cb7ac5

Tints of #f694ee Color

#f694ee
#f79fef
#f8abf1
#f9b7f3
#fac3f5
#fbcff7
#fcdbf9
#fde7fb
#fef3fd
#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

#f694ee
#94f69c

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

Split Complementary

#f694ee
#bdf694
#94f6cd

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

Analogous Color

#d794f6
#ea94f6
#f694ee
#f694da
#f694c7

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

#f694ee
#eef694
#94eef6

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

#f694ee
#f6cd94
#94f69c
#94bdf6

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

#f694ee
#94f69c
#94f6cd
#f694bd

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

#f694ee Color Code Preview on Black Background Color

This is how #f694ee Color will look on black background color. Color contrast ratio is 10.39

#f694ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f694ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f694ee

#f694ee color code is use for CSS Background Color

Background color for the above div is #f694ee

HTML with inline CSS

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

#f694ee color code is use for CSS Border Color

CSS Border color for the above div is #f694ee

HTML with inline CSS

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

CSS Border Left color for the above div is #f694ee

HTML with inline CSS

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

CSS Border Right color for the above div is #f694ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f694ee

HTML with inline CSS

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

CSS Border Top color for the above div is #f694ee

HTML with inline CSS

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

#f694ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f694ee Color code Preview on White Background

This is how #f694ee Color code will look on white background color. Color contrast ratio is 2.02

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

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,148,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,246,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(246,148,238,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.