crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ffaeb1 hex color - Red - Warm color - Information

#ffaeb1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ffaeb1 Color code in RGB color code model is created after adding 100% red color, 68.24% green color and 69.41% blue color. Hex #ffaeb1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 31% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeffaeb1#ffaeb1
RGB Decimal255, 174, 177rgb(255, 174, 177)
RGB Percent100%, 68%, 69%rgb(100%, 68%, 69%)
CSS RGBa255, 174, 177,1rgba(255,174,177,1)
CMYK Modelcmyk(0%,32%,31%,0%)
HSL Color Space358,100% ,84%hsl(358,100% ,84%)
HSV Color Space358°, 32%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010111010110001
Octal377256261
Decimal255174177
Hexffaeb1

Different shades of #ffaeb1 color code.

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

Light Shade of #ffaeb1
#ffe1e2
Dark Shade of #ffaeb1
#ff7b80
Saturated Shade of #ffaeb1
#ffaeb1
Desaturated Shade of #ffaeb1
#fbb2b5
Grey scale Shade of #ffaeb1
#d6d6d6
Brighten Shade
#ffc7ca
Most Readable Shade
#000000

Shades of #ffaeb1 color code

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

#ffaeb1
#e29a9d
#c68789
#aa7476
#8d6062
#714d4e
#553a3b
#382627
#1c1313
#000000

Similar Color like #ffaeb1 color

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

#ffafb2
#ffb0b3
#ffb1b4
#ffb2b5
#ffb3b6
#ffb4b7
#ffb5b8
#ffb6b9
#ffb7ba
#ffb8bb
#ffb9bc
#ffbabd
#ffbbbe
#ffbcbf
#feadb0
#fdacaf
#fcabae
#fbaaad
#faa9ac
#f9a8ab
#f8a7aa
#f7a6a9
#f6a5a8
#f5a4a7
#f4a3a6
#f3a2a5
#f2a1a4
#f1a0a3

Monochromatic Color with #ffaeb1

#ffaeb1
#2a1d1d
#553a3b
#805759
#aa7476
#d49194

Tints of #ffaeb1 Color

#ffaeb1
#ffb7b9
#ffc0c2
#ffc9cb
#ffd2d3
#ffdbdc
#ffe4e5
#ffeded
#fff6f6
#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

#ffaeb1
#aefffc

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

Split Complementary

#ffaeb1
#aeffd4
#aed9ff

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

Analogous Color

#ffaed1
#ffaec1
#ffaeb1
#ffbbae
#ffcbae

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

#ffaeb1
#b1ffae
#aeb1ff

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

#ffaeb1
#d9ffae
#aefffc
#d3aeff

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

#ffaeb1
#aefffc
#aed9ff
#ffd4ae

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

#ffaeb1 Color Code Preview on Black Background Color

This is how #ffaeb1 Color will look on black background color. Color contrast ratio is 11.94

#ffaeb1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaeb1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaeb1

#ffaeb1 color code is use for CSS Background Color

Background color for the above div is #ffaeb1

HTML with inline CSS

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

#ffaeb1 color code is use for CSS Border Color

CSS Border color for the above div is #ffaeb1

HTML with inline CSS

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

CSS Border Left color for the above div is #ffaeb1

HTML with inline CSS

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

CSS Border Right color for the above div is #ffaeb1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffaeb1

HTML with inline CSS

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

CSS Border Top color for the above div is #ffaeb1

HTML with inline CSS

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

#ffaeb1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffaeb1 Color code Preview on White Background

This is how #ffaeb1 Color code will look on white background color. Color contrast ratio is 1.76

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.