crispedge.com

Color picker

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

#ffa8dc hex color - Red - Warm color - Information

#ffa8dc hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ffa8dc Color code in RGB color code model is created after adding 100% red color, 65.88% green color and 86.27% blue color. Hex #ffa8dc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 14% yellow and 0% black.

Hex #ffa8dc color code is between #eeaadd web safe hex color code and #dd99cc web safe hex color code. #eeaadd is the nearest web safe color code. You can see here many more shades of #ffa8dc color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeffa8dc#ffa8dc
RGB Decimal255, 168, 220rgb(255, 168, 220)
RGB Percent100%, 66%, 86%rgb(100%, 66%, 86%)
CSS RGBa255, 168, 220,1rgba(255,168,220,1)
CMYK Modelcmyk(0%,34%,14%,0%)
HSL Color Space324,100% ,83%hsl(324,100% ,83%)
HSV Color Space324°, 34%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010100011011100
Octal377250334
Decimal255168220
Hexffa8dc

Different shades of #ffa8dc color code.

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

Light Shade of #ffa8dc
#ffdbf1
Dark Shade of #ffa8dc
#ff75c7
Saturated Shade of #ffa8dc
#ffa8dc
Desaturated Shade of #ffa8dc
#fbacdb
Grey scale Shade of #ffa8dc
#d3d3d3
Brighten Shade
#ffc1f5
Most Readable Shade
#000000

Shades of #ffa8dc color code

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

#ffa8dc
#e295c3
#c682ab
#aa7092
#8d5d7a
#714a61
#553849
#382530
#1c1218
#000000

Similar Color like #ffa8dc color

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

#ffa9dd
#ffaade
#ffabdf
#fface0
#ffade1
#ffaee2
#ffafe3
#ffb0e4
#ffb1e5
#ffb2e6
#ffb3e7
#ffb4e8
#ffb5e9
#ffb6ea
#fea7db
#fda6da
#fca5d9
#fba4d8
#faa3d7
#f9a2d6
#f8a1d5
#f7a0d4
#f69fd3
#f59ed2
#f49dd1
#f39cd0
#f29bcf
#f19ace

Monochromatic Color with #ffa8dc

#ffa8dc
#2a1c25
#553849
#80546e
#aa7093
#d48cb7

Tints of #ffa8dc Color

#ffa8dc
#ffb1df
#ffbbe3
#ffc5e7
#ffceeb
#ffd8ef
#ffe2f3
#ffebf7
#fff5fb
#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

#ffa8dc
#a8ffcb

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

Split Complementary

#ffa8dc
#b1ffa8
#a8fff7

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

Analogous Color

#ffa8ff
#ffa8ed
#ffa8dc
#ffa8cb
#ffa8b9

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

#ffa8dc
#dcffa8
#a8dcff

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

#ffa8dc
#fff6a8
#a8ffcb
#a8b0ff

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

#ffa8dc
#a8ffcb
#a8fff6
#ffa8b1

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

#ffa8dc Color Code Preview on Black Background Color

This is how #ffa8dc Color will look on black background color. Color contrast ratio is 11.89

#ffa8dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa8dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa8dc

#ffa8dc color code is use for CSS Background Color

Background color for the above div is #ffa8dc

HTML with inline CSS

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

#ffa8dc color code is use for CSS Border Color

CSS Border color for the above div is #ffa8dc

HTML with inline CSS

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

CSS Border Left color for the above div is #ffa8dc

HTML with inline CSS

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

CSS Border Right color for the above div is #ffa8dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffa8dc

HTML with inline CSS

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

CSS Border Top color for the above div is #ffa8dc

HTML with inline CSS

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

#ffa8dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffa8dc Color code Preview on White Background

This is how #ffa8dc Color code will look on white background color. Color contrast ratio is 1.77

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.