crispedge.com

Color picker

Loading...

#f1afab hex color - Orange - Warm color - Information

#f1afab hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f1afab Color code in RGB color code model is created after adding 94.51% red color, 68.63% green color and 67.06% blue color. Hex #f1afab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 29% yellow and 5% black.

Hex #f1afab color code is between #eeaaaa web safe hex color code and #ffbbbb web safe hex color code. #eeaaaa is the nearest web safe color code. You can see here many more shades of #f1afab color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef1afab#f1afab
RGB Decimal241, 175, 171rgb(241, 175, 171)
RGB Percent95%, 69%, 67%rgb(95%, 69%, 67%)
CSS RGBa241, 175, 171,1rgba(241,175,171,1)
CMYK Modelcmyk(0%,27%,29%,5%)
HSL Color Space3,71% ,81%hsl(3,71% ,81%)
HSV Color Space3°, 29%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011010111110101011
Octal361257253
Decimal241175171
Hexf1afab

Different shades of #f1afab color code.

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

Light Shade of #f1afab
#f8d9d7
Dark Shade of #f1afab
#ea857f
Saturated Shade of #f1afab
#f6aba6
Desaturated Shade of #f1afab
#ecb3b0
Grey scale Shade of #f1afab
#cecece
Brighten Shade
#ffc8c4
Most Readable Shade
#000000

Shades of #f1afab color code

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

#f1afab
#d69b98
#bb8885
#a07472
#85615f
#6b4d4c
#503a39
#352626
#1a1313
#000000

Similar Color like #f1afab color

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

#f2b0ac
#f3b1ad
#f4b2ae
#f5b3af
#f6b4b0
#f7b5b1
#f8b6b2
#f9b7b3
#fab8b4
#fbb9b5
#fcbab6
#fdbbb7
#febcb8
#ffbdb9
#f0aeaa
#efada9
#eeaca8
#edaba7
#ecaaa6
#eba9a5
#eaa8a4
#e9a7a3
#e8a6a2
#e7a5a1
#e6a4a0
#e5a39f
#e4a29e
#e3a19d

Monochromatic Color with #f1afab

#f1afab
#1c1514
#473432
#715251
#9c716f
#c6908d

Tints of #f1afab Color

#f1afab
#f2b7b4
#f4c0bd
#f5c9c7
#f7d2d0
#f8dbd9
#fae4e3
#fbedec
#fdf6f5
#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

#f1afab
#abedf1

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

Split Complementary

#f1afab
#abf1d2
#abcaf1

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

Analogous Color

#f1abc3
#f1abb5
#f1afab
#f1bdab
#f1cbab

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

#f1afab
#abf1af
#afabf1

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

#f1afab
#caf1ab
#abedf1
#d2abf1

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

#f1afab
#abedf1
#abcaf1
#f1d2ab

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

#f1afab Color Code Preview on Black Background Color

This is how #f1afab Color will look on black background color. Color contrast ratio is 11.46

#f1afab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1afab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1afab

#f1afab color code is use for CSS Background Color

Background color for the above div is #f1afab

HTML with inline CSS

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

#f1afab color code is use for CSS Border Color

CSS Border color for the above div is #f1afab

HTML with inline CSS

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

CSS Border Left color for the above div is #f1afab

HTML with inline CSS

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

CSS Border Right color for the above div is #f1afab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1afab

HTML with inline CSS

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

CSS Border Top color for the above div is #f1afab

HTML with inline CSS

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

#f1afab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1afab Color code Preview on White Background

This is how #f1afab Color code will look on white background color. Color contrast ratio is 1.83

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

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,175,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,237,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,175,171,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.