crispedge.com

Color picker

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

#fa8dc8 hex color - Orange - Warm color - Information

#fa8dc8 hex color - Orange - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Orange

Hex #fa8dc8 Color code in RGB color code model is created after adding 98.04% red color, 55.29% green color and 78.43% blue color. Hex #fa8dc8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 20% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa8dc8#fa8dc8
RGB Decimal250, 141, 200rgb(250, 141, 200)
RGB Percent98%, 55%, 78%rgb(98%, 55%, 78%)
CSS RGBa250, 141, 200,1rgba(250,141,200,1)
CMYK Modelcmyk(0%,44%,20%,2%)
HSL Color Space328,92% ,77%hsl(328,92% ,77%)
HSV Color Space328°, 44%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101000110111001000
Octal372215310
Decimal250141200
Hexfa8dc8

Different shades of #fa8dc8 color code.

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

Light Shade of #fa8dc8
#fcbee0
Dark Shade of #fa8dc8
#f85cb0
Saturated Shade of #fa8dc8
#ff88c8
Desaturated Shade of #fa8dc8
#f493c7
Grey scale Shade of #fa8dc8
#c3c3c3
Brighten Shade
#ffa6e1
Most Readable Shade
#000000

Shades of #fa8dc8 color code

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

#fa8dc8
#de7db1
#c26d9b
#a65e85
#8a4e6f
#6f3e58
#532f42
#371f2c
#1b0f16
#000000

Similar Color like #fa8dc8 color

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

#fb8ec9
#fc8fca
#fd90cb
#fe91cc
#ff92cd
#ff93ce
#ff94cf
#ff95d0
#ff96d1
#ff97d2
#ff98d3
#ff99d4
#ff9ad5
#ff9bd6
#f98cc7
#f88bc6
#f78ac5
#f689c4
#f588c3
#f487c2
#f386c1
#f285c0
#f184bf
#f083be
#ef82bd
#ee81bc
#ed80bb
#ec7fba

Monochromatic Color with #fa8dc8

#fa8dc8
#25151e
#502d40
#7a4562
#a55d84
#cf75a6

Tints of #fa8dc8 Color

#fa8dc8
#fa99ce
#fba6d4
#fbb3da
#fcbfe0
#fccce6
#fdd9ec
#fde5f2
#fef2f8
#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

#fa8dc8
#8dfabf

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

Split Complementary

#fa8dc8
#91fa8d
#8dfaf6

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

Analogous Color

#fa8df4
#fa8dde
#fa8dc8
#fa8db2
#fa8d9c

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

#fa8dc8
#c8fa8d
#8dc8fa

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

#fa8dc8
#faf58d
#8dfabf
#8d91fa

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

#fa8dc8
#8dfabf
#8dfaf6
#fa8d91

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

#fa8dc8 Color Code Preview on Black Background Color

This is how #fa8dc8 Color will look on black background color. Color contrast ratio is 9.71

#fa8dc8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa8dc8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa8dc8

#fa8dc8 color code is use for CSS Background Color

Background color for the above div is #fa8dc8

HTML with inline CSS

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

#fa8dc8 color code is use for CSS Border Color

CSS Border color for the above div is #fa8dc8

HTML with inline CSS

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

CSS Border Left color for the above div is #fa8dc8

HTML with inline CSS

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

CSS Border Right color for the above div is #fa8dc8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa8dc8

HTML with inline CSS

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

CSS Border Top color for the above div is #fa8dc8

HTML with inline CSS

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

#fa8dc8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa8dc8 Color code Preview on White Background

This is how #fa8dc8 Color code will look on white background color. Color contrast ratio is 2.16

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.