crispedge.com

Color picker

Loading...

#f6becb hex color - Red - Warm color - Information

#f6becb hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f6becb Color code in RGB color code model is created after adding 96.47% red color, 74.51% green color and 79.61% blue color. Hex #f6becb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 17% yellow and 4% black.

Hex #f6becb color code is between #eebbcc web safe hex color code and #ffccbb web safe hex color code. #eebbcc is the nearest web safe color code. You can see here many more shades of #f6becb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef6becb#f6becb
RGB Decimal246, 190, 203rgb(246, 190, 203)
RGB Percent96%, 75%, 80%rgb(96%, 75%, 80%)
CSS RGBa246, 190, 203,1rgba(246,190,203,1)
CMYK Modelcmyk(0%,23%,17%,4%)
HSL Color Space346,76% ,85%hsl(346,76% ,85%)
HSV Color Space346°, 23%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101011111011001011
Octal366276313
Decimal246190203
Hexf6becb

Different shades of #f6becb color code.

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

Light Shade of #f6becb
#fcebef
Dark Shade of #f6becb
#f091a7
Saturated Shade of #f6becb
#fabac9
Desaturated Shade of #f6becb
#f2c2cd
Grey scale Shade of #f6becb
#dadada
Brighten Shade
#ffd7e4
Most Readable Shade
#000000

Shades of #f6becb color code

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

#f6becb
#daa8b4
#bf939d
#a47e87
#886970
#6d545a
#523f43
#362a2d
#1b1516
#000000

Similar Color like #f6becb color

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

#f7bfcc
#f8c0cd
#f9c1ce
#fac2cf
#fbc3d0
#fcc4d1
#fdc5d2
#fec6d3
#ffc7d4
#ffc8d5
#ffc9d6
#ffcad7
#ffcbd8
#ffccd9
#f5bdca
#f4bcc9
#f3bbc8
#f2bac7
#f1b9c6
#f0b8c5
#efb7c4
#eeb6c3
#edb5c2
#ecb4c1
#ebb3c0
#eab2bf
#e9b1be
#e8b0bd

Monochromatic Color with #f6becb

#f6becb
#211a1c
#4c3b3f
#765c62
#a17c85
#cb9da8

Tints of #f6becb Color

#f6becb
#f7c5d0
#f8ccd6
#f9d3dc
#fadae2
#fbe2e7
#fce9ed
#fdf0f3
#fef7f9
#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

#f6becb
#bef6e9

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

Split Complementary

#f6becb
#bef6cd
#bee7f6

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

Analogous Color

#f6bee1
#f6bed6
#f6becb
#f6bec0
#f6c7be

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

#f6becb
#cbf6be
#becbf6

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

#f6becb
#e7f6be
#bef6e9
#cdbef6

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

#f6becb
#bef6e9
#bee7f6
#f6cdbe

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

#f6becb Color Code Preview on Black Background Color

This is how #f6becb Color will look on black background color. Color contrast ratio is 13.15

#f6becb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6becb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f6becb

#f6becb color code is use for CSS Background Color

Background color for the above div is #f6becb

HTML with inline CSS

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

#f6becb color code is use for CSS Border Color

CSS Border color for the above div is #f6becb

HTML with inline CSS

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

CSS Border Left color for the above div is #f6becb

HTML with inline CSS

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

CSS Border Right color for the above div is #f6becb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f6becb

HTML with inline CSS

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

CSS Border Top color for the above div is #f6becb

HTML with inline CSS

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

#f6becb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f6becb Color code Preview on White Background

This is how #f6becb Color code will look on white background color. Color contrast ratio is 1.60

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

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