crispedge.com

Color picker

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

#ffaad9 hex color - Red - Warm color - Information

#ffaad9 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ffaad9 Color code in RGB color code model is created after adding 100% red color, 66.67% green color and 85.1% blue color. Hex #ffaad9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 15% yellow and 0% black.

Hex #ffaad9 color code is between #ee99dd web safe hex color code and #ddbbcc web safe hex color code. #ee99dd is the nearest web safe color code. You can see here many more shades of #ffaad9 color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Codeffaad9#ffaad9
RGB Decimal255, 170, 217rgb(255, 170, 217)
RGB Percent100%, 67%, 85%rgb(100%, 67%, 85%)
CSS RGBa255, 170, 217,1rgba(255,170,217,1)
CMYK Modelcmyk(0%,33%,15%,0%)
HSL Color Space327,100% ,83%hsl(327,100% ,83%)
HSV Color Space327°, 33%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010101011011001
Octal377252331
Decimal255170217
Hexffaad9

Different shades of #ffaad9 color code.

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

Light Shade of #ffaad9
#ffddf0
Dark Shade of #ffaad9
#ff77c2
Saturated Shade of #ffaad9
#ffaad9
Desaturated Shade of #ffaad9
#fbaed9
Grey scale Shade of #ffaad9
#d4d4d4
Brighten Shade
#ffc3f2
Most Readable Shade
#000000

Shades of #ffaad9 color code

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

#ffaad9
#e297c0
#c684a8
#aa7190
#8d5e78
#714b60
#553848
#382530
#1c1218
#000000

Similar Color like #ffaad9 color

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

#ffabda
#ffacdb
#ffaddc
#ffaedd
#ffafde
#ffb0df
#ffb1e0
#ffb2e1
#ffb3e2
#ffb4e3
#ffb5e4
#ffb6e5
#ffb7e6
#ffb8e7
#fea9d8
#fda8d7
#fca7d6
#fba6d5
#faa5d4
#f9a4d3
#f8a3d2
#f7a2d1
#f6a1d0
#f5a0cf
#f49fce
#f39ecd
#f29dcc
#f19ccb

Monochromatic Color with #ffaad9

#ffaad9
#2a1c24
#553948
#80556d
#aa7191
#d48eb5

Tints of #ffaad9 Color

#ffaad9
#ffb3dd
#ffbce1
#ffc6e5
#ffcfe9
#ffd9ee
#ffe2f2
#ffecf6
#fff5fa
#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

#ffaad9
#aaffd0

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

Split Complementary

#ffaad9
#aeffaa
#aafffa

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

Analogous Color

#ffaafb
#ffaaea
#ffaad9
#ffaac8
#ffaab7

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

#ffaad9
#d9ffaa
#aad9ff

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

#ffaad9
#fffaaa
#aaffd0
#aaaeff

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

#ffaad9
#aaffd0
#aafffb
#ffaaae

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

#ffaad9 Color Code Preview on Black Background Color

This is how #ffaad9 Color will look on black background color. Color contrast ratio is 12.00

#ffaad9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaad9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffaad9

#ffaad9 color code is use for CSS Background Color

Background color for the above div is #ffaad9

HTML with inline CSS

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

#ffaad9 color code is use for CSS Border Color

CSS Border color for the above div is #ffaad9

HTML with inline CSS

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

CSS Border Left color for the above div is #ffaad9

HTML with inline CSS

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

CSS Border Right color for the above div is #ffaad9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffaad9

HTML with inline CSS

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

CSS Border Top color for the above div is #ffaad9

HTML with inline CSS

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

#ffaad9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffaad9 Color code Preview on White Background

This is how #ffaad9 Color code will look on white background color. Color contrast ratio is 1.75

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

Related Gradients

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.