crispedge.com

Color picker

Loading...

#f7caef hex color - Violet - Warm color - Information

#f7caef hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef7caef#f7caef
RGB Decimal247, 202, 239rgb(247, 202, 239)
RGB Percent97%, 79%, 94%rgb(97%, 79%, 94%)
CSS RGBa247, 202, 239,1rgba(247,202,239,1)
CMYK Modelcmyk(0%,18%,3%,3%)
HSL Color Space311,74% ,88%hsl(311,74% ,88%)
HSV Color Space311°, 18%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101111100101011101111
Octal367312357
Decimal247202239
Hexf7caef

Different shades of #f7caef color code.

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

Light Shade of #f7caef
#fef6fc
Dark Shade of #f7caef
#f09ee2
Saturated Shade of #f7caef
#fac7f1
Desaturated Shade of #f7caef
#f4cded
Grey scale Shade of #f7caef
#e0e0e0
Brighten Shade
#ffe3ff
Most Readable Shade
#000000

Shades of #f7caef color code

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

#f7caef
#dbb3d4
#c09db9
#a4869f
#897084
#6d596a
#52434f
#362c35
#1b161a
#000000

Similar Color like #f7caef color

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

#f8cbf0
#f9ccf1
#facdf2
#fbcef3
#fccff4
#fdd0f5
#fed1f6
#ffd2f7
#ffd3f8
#ffd4f9
#ffd5fa
#ffd6fb
#ffd7fc
#ffd8fd
#f6c9ee
#f5c8ed
#f4c7ec
#f3c6eb
#f2c5ea
#f1c4e9
#f0c3e8
#efc2e7
#eec1e6
#edc0e5
#ecbfe4
#ebbee3
#eabde2
#e9bce1

Monochromatic Color with #f7caef

#f7caef
#221c21
#4d3f4a
#776274
#a2849d
#cca7c6

Tints of #f7caef Color

#f7caef
#f7cff0
#f8d5f2
#f9dbf4
#fae1f6
#fbe7f7
#fcedf9
#fdf3fb
#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

#f7caef
#caf7d2

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

Split Complementary

#f7caef
#d8f7ca
#caf7e9

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

Analogous Color

#edcaf7
#f6caf7
#f7caef
#f7cae6
#f7cadd

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

#f7caef
#eff7ca
#caeff7

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

#f7caef
#f7e8ca
#caf7d2
#cad8f7

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

#f7caef
#caf7d2
#caf7e9
#f7cad8

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

#f7caef Color Code Preview on Black Background Color

This is how #f7caef Color will look on black background color. Color contrast ratio is 14.65

#f7caef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f7caef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f7caef

#f7caef color code is use for CSS Background Color

Background color for the above div is #f7caef

HTML with inline CSS

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

#f7caef color code is use for CSS Border Color

CSS Border color for the above div is #f7caef

HTML with inline CSS

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

CSS Border Left color for the above div is #f7caef

HTML with inline CSS

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

CSS Border Right color for the above div is #f7caef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f7caef

HTML with inline CSS

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

CSS Border Top color for the above div is #f7caef

HTML with inline CSS

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

#f7caef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f7caef Color code Preview on White Background

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

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(247,202,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,247,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,202,239,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.