crispedge.com

Color picker

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

#fa8cc4 hex color - Orange - Warm color - Information

#fa8cc4 hex color - Orange - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Orange

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

Hex #fa8cc4 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 #fa8cc4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa8cc4#fa8cc4
RGB Decimal250, 140, 196rgb(250, 140, 196)
RGB Percent98%, 55%, 77%rgb(98%, 55%, 77%)
CSS RGBa250, 140, 196,1rgba(250,140,196,1)
CMYK Modelcmyk(0%,44%,22%,2%)
HSL Color Space329,92% ,76%hsl(329,92% ,76%)
HSV Color Space329°, 44%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101000110011000100
Octal372214304
Decimal250140196
Hexfa8cc4

Different shades of #fa8cc4 color code.

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

Light Shade of #fa8cc4
#fcbddd
Dark Shade of #fa8cc4
#f85bab
Saturated Shade of #fa8cc4
#ff87c4
Desaturated Shade of #fa8cc4
#f492c4
Grey scale Shade of #fa8cc4
#c3c3c3
Brighten Shade
#ffa5dd
Most Readable Shade
#000000

Shades of #fa8cc4 color code

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

#fa8cc4
#de7cae
#c26c98
#a65d82
#8a4d6c
#6f3e57
#532e41
#371f2b
#1b0f15
#000000

Similar Color like #fa8cc4 color

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

#fb8dc5
#fc8ec6
#fd8fc7
#fe90c8
#ff91c9
#ff92ca
#ff93cb
#ff94cc
#ff95cd
#ff96ce
#ff97cf
#ff98d0
#ff99d1
#ff9ad2
#f98bc3
#f88ac2
#f789c1
#f688c0
#f587bf
#f486be
#f385bd
#f284bc
#f183bb
#f082ba
#ef81b9
#ee80b8
#ed7fb7
#ec7eb6

Monochromatic Color with #fa8cc4

#fa8cc4
#25151d
#502d3f
#7a4560
#a55c81
#cf74a3

Tints of #fa8cc4 Color

#fa8cc4
#fa98ca
#fba5d1
#fbb2d7
#fcbfde
#fccbe4
#fdd8eb
#fde5f1
#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

#fa8cc4
#8cfac2

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

Split Complementary

#fa8cc4
#8dfa8c
#8cfaf9

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

Analogous Color

#fa8cf0
#fa8cda
#fa8cc4
#fa8cae
#fa8c98

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

#fa8cc4
#c4fa8c
#8cc4fa

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

#fa8cc4
#faf98c
#8cfac2
#8c8dfa

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

#fa8cc4
#8cfac2
#8cfaf9
#fa8c8d

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

#fa8cc4 Color Code Preview on Black Background Color

This is how #fa8cc4 Color will look on black background color. Color contrast ratio is 9.61

#fa8cc4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa8cc4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa8cc4

#fa8cc4 color code is use for CSS Background Color

Background color for the above div is #fa8cc4

HTML with inline CSS

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

#fa8cc4 color code is use for CSS Border Color

CSS Border color for the above div is #fa8cc4

HTML with inline CSS

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

CSS Border Left color for the above div is #fa8cc4

HTML with inline CSS

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

CSS Border Right color for the above div is #fa8cc4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa8cc4

HTML with inline CSS

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

CSS Border Top color for the above div is #fa8cc4

HTML with inline CSS

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

#fa8cc4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa8cc4 Color code Preview on White Background

This is how #fa8cc4 Color code will look on white background color. Color contrast ratio is 2.18

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

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.