crispedge.com

Color picker

Loading...

#f18ccf hex color - Violet - Warm color - Information

#f18ccf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f18ccf Color code in RGB color code model is created after adding 94.51% red color, 54.9% green color and 81.18% blue color. Hex #f18ccf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 14% yellow and 5% black.

Hex #f18ccf color code is between #ee88cc web safe hex color code and #ff99dd web safe hex color code. #ee88cc is the nearest web safe color code. You can see here many more shades of #f18ccf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef18ccf#f18ccf
RGB Decimal241, 140, 207rgb(241, 140, 207)
RGB Percent95%, 55%, 81%rgb(95%, 55%, 81%)
CSS RGBa241, 140, 207,1rgba(241,140,207,1)
CMYK Modelcmyk(0%,42%,14%,5%)
HSL Color Space320,78% ,75%hsl(320,78% ,75%)
HSV Color Space320°, 42%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011000110011001111
Octal361214317
Decimal241140207
Hexf18ccf

Different shades of #f18ccf color code.

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

Light Shade of #f18ccf
#f7b9e2
Dark Shade of #f18ccf
#eb5fbc
Saturated Shade of #f18ccf
#f786d1
Desaturated Shade of #f18ccf
#eb92cd
Grey scale Shade of #f18ccf
#bebebe
Brighten Shade
#ffa5e8
Most Readable Shade
#000000

Shades of #f18ccf color code

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

#f18ccf
#d67cb8
#bb6ca1
#a05d8a
#854d73
#6b3e5c
#502e45
#351f2e
#1a0f17
#000000

Similar Color like #f18ccf color

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

#f28dd0
#f38ed1
#f48fd2
#f590d3
#f691d4
#f792d5
#f893d6
#f994d7
#fa95d8
#fb96d9
#fc97da
#fd98db
#fe99dc
#ff9add
#f08bce
#ef8acd
#ee89cc
#ed88cb
#ec87ca
#eb86c9
#ea85c8
#e984c7
#e883c6
#e782c5
#e681c4
#e580c3
#e47fc2
#e37ec1

Monochromatic Color with #f18ccf

#f18ccf
#1c1118
#47293d
#714261
#9c5b86
#c673aa

Tints of #f18ccf Color

#f18ccf
#f298d4
#f4a5d9
#f5b2df
#f7bfe4
#f8cbe9
#fad8ef
#fbe5f4
#fdf2f9
#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

#f18ccf
#8cf1ae

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

Split Complementary

#f18ccf
#9cf18c
#8cf1e0

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

Analogous Color

#eb8cf1
#f18ce3
#f18ccf
#f18cbb
#f18ca7

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

#f18ccf
#cff18c
#8ccff1

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

#f18ccf
#f1e08c
#8cf1ae
#8c9cf1

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

#f18ccf
#8cf1ae
#8cf1e0
#f18c9c

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

#f18ccf Color Code Preview on Black Background Color

This is how #f18ccf Color will look on black background color. Color contrast ratio is 9.39

#f18ccf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18ccf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18ccf

#f18ccf color code is use for CSS Background Color

Background color for the above div is #f18ccf

HTML with inline CSS

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

#f18ccf color code is use for CSS Border Color

CSS Border color for the above div is #f18ccf

HTML with inline CSS

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

CSS Border Left color for the above div is #f18ccf

HTML with inline CSS

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

CSS Border Right color for the above div is #f18ccf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f18ccf

HTML with inline CSS

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

CSS Border Top color for the above div is #f18ccf

HTML with inline CSS

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

#f18ccf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f18ccf Color code Preview on White Background

This is how #f18ccf Color code will look on white background color. Color contrast ratio is 2.24

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

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