crispedge.com

Color picker

Loading...

#f48eca hex color - Orange - Warm color - Information

#f48eca hex color - Orange - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Orange

Hex #f48eca Color code in RGB color code model is created after adding 95.69% red color, 55.69% green color and 79.22% blue color. Hex #f48eca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 17% yellow and 4% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef48eca#f48eca
RGB Decimal244, 142, 202rgb(244, 142, 202)
RGB Percent96%, 56%, 79%rgb(96%, 56%, 79%)
CSS RGBa244, 142, 202,1rgba(244,142,202,1)
CMYK Modelcmyk(0%,42%,17%,4%)
HSL Color Space325,82% ,76%hsl(325,82% ,76%)
HSV Color Space325°, 42%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001000111011001010
Octal364216312
Decimal244142202
Hexf48eca

Different shades of #f48eca color code.

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

Light Shade of #f48eca
#f9bce0
Dark Shade of #f48eca
#ef60b4
Saturated Shade of #f48eca
#fa88cb
Desaturated Shade of #f48eca
#ee94c9
Grey scale Shade of #f48eca
#c1c1c1
Brighten Shade
#ffa7e3
Most Readable Shade
#000000

Shades of #f48eca color code

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

#f48eca
#d87eb3
#bd6e9d
#a25e86
#874e70
#6c3f59
#512f43
#361f2c
#1b0f16
#000000

Similar Color like #f48eca color

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

#f58fcb
#f690cc
#f791cd
#f892ce
#f993cf
#fa94d0
#fb95d1
#fc96d2
#fd97d3
#fe98d4
#ff99d5
#ff9ad6
#ff9bd7
#ff9cd8
#f38dc9
#f28cc8
#f18bc7
#f08ac6
#ef89c5
#ee88c4
#ed87c3
#ec86c2
#eb85c1
#ea84c0
#e983bf
#e882be
#e781bd
#e680bc

Monochromatic Color with #f48eca

#f48eca
#1f121a
#4a2b3d
#744460
#9f5d84
#c975a7

Tints of #f48eca Color

#f48eca
#f59acf
#f6a7d5
#f7b3db
#f8c0e1
#facce7
#fbd9ed
#fce5f3
#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

#f48eca
#8ef4b8

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

Split Complementary

#f48eca
#97f48e
#8ef4eb

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

Analogous Color

#f48ef3
#f48ede
#f48eca
#f48eb6
#f48ea1

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

#f48eca
#caf48e
#8ecaf4

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

#f48eca
#f4eb8e
#8ef4b8
#8e97f4

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

#f48eca
#8ef4b8
#8ef4eb
#f48e97

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

#f48eca Color Code Preview on Black Background Color

This is how #f48eca Color will look on black background color. Color contrast ratio is 9.57

#f48eca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f48eca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f48eca

#f48eca color code is use for CSS Background Color

Background color for the above div is #f48eca

HTML with inline CSS

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

#f48eca color code is use for CSS Border Color

CSS Border color for the above div is #f48eca

HTML with inline CSS

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

CSS Border Left color for the above div is #f48eca

HTML with inline CSS

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

CSS Border Right color for the above div is #f48eca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f48eca

HTML with inline CSS

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

CSS Border Top color for the above div is #f48eca

HTML with inline CSS

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

#f48eca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f48eca Color code Preview on White Background

This is how #f48eca Color code will look on white background color. Color contrast ratio is 2.19

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

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(244,142,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,244,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(244,142,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.