crispedge.com

Color picker

Loading...

#f69bb9 hex color - Red - Warm color - Information

#f69bb9 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f69bb9 Color code in RGB color code model is created after adding 96.47% red color, 60.78% green color and 72.55% blue color. Hex #f69bb9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 25% yellow and 4% black.

Hex #f69bb9 color code is between #ee99bb web safe hex color code and #ffaaaa web safe hex color code. #ee99bb is the nearest web safe color code. You can see here many more shades of #f69bb9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef69bb9#f69bb9
RGB Decimal246, 155, 185rgb(246, 155, 185)
RGB Percent96%, 61%, 73%rgb(96%, 61%, 73%)
CSS RGBa246, 155, 185,1rgba(246,155,185,1)
CMYK Modelcmyk(0%,37%,25%,4%)
HSL Color Space340,83% ,79%hsl(340,83% ,79%)
HSV Color Space340°, 37%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101101001101110111001
Octal366233271
Decimal246155185
Hexf69bb9

Different shades of #f69bb9 color code.

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

Light Shade of #f69bb9
#facada
Dark Shade of #f69bb9
#f26c98
Saturated Shade of #f69bb9
#fb96b7
Desaturated Shade of #f69bb9
#f1a0bb
Grey scale Shade of #f69bb9
#c8c8c8
Brighten Shade
#ffb4d2
Most Readable Shade
#000000

Shades of #f69bb9 color code

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

#f69bb9
#da89a4
#bf788f
#a4677b
#885666
#6d4452
#52333d
#362229
#1b1114
#000000

Similar Color like #f69bb9 color

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

#f79cba
#f89dbb
#f99ebc
#fa9fbd
#fba0be
#fca1bf
#fda2c0
#fea3c1
#ffa4c2
#ffa5c3
#ffa6c4
#ffa7c5
#ffa8c6
#ffa9c7
#f59ab8
#f499b7
#f398b6
#f297b5
#f196b4
#f095b3
#ef94b2
#ee93b1
#ed92b0
#ec91af
#eb90ae
#ea8fad
#e98eac
#e88dab

Monochromatic Color with #f69bb9

#f69bb9
#211519
#4c3039
#764b59
#a16579
#cb8099

Tints of #f69bb9 Color

#f69bb9
#f7a6c0
#f8b1c8
#f9bcd0
#fac7d8
#fbd2df
#fcdde7
#fde8ef
#fef3f7
#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

#f69bb9
#9bf6d8

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

Split Complementary

#f69bb9
#9bf6aa
#9be7f6

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

Analogous Color

#f69bdd
#f69bcb
#f69bb9
#f69ba7
#f6a19b

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

#f69bb9
#b9f69b
#9bb9f6

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

#f69bb9
#e6f69b
#9bf6d8
#aa9bf6

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

#f69bb9
#9bf6d8
#9be7f6
#f6aa9b

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

#f69bb9 Color Code Preview on Black Background Color

This is how #f69bb9 Color will look on black background color. Color contrast ratio is 10.31

#f69bb9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f69bb9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f69bb9

#f69bb9 color code is use for CSS Background Color

Background color for the above div is #f69bb9

HTML with inline CSS

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

#f69bb9 color code is use for CSS Border Color

CSS Border color for the above div is #f69bb9

HTML with inline CSS

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

CSS Border Left color for the above div is #f69bb9

HTML with inline CSS

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

CSS Border Right color for the above div is #f69bb9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f69bb9

HTML with inline CSS

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

CSS Border Top color for the above div is #f69bb9

HTML with inline CSS

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

#f69bb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f69bb9 Color code Preview on White Background

This is how #f69bb9 Color code will look on white background color. Color contrast ratio is 2.04

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

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,155,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,246,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(246,155,185,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.