crispedge.com

Color picker

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

#fa98c6 hex color - Orange - Warm color - Information

#fa98c6 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fa98c6 Color code in RGB color code model is created after adding 98.04% red color, 59.61% green color and 77.65% blue color. Hex #fa98c6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 21% yellow and 2% black.

Hex #fa98c6 color code is between #ff99cc web safe hex color code and #ee88bb web safe hex color code. #ff99cc is the nearest web safe color code. You can see here many more shades of #fa98c6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefa98c6#fa98c6
RGB Decimal250, 152, 198rgb(250, 152, 198)
RGB Percent98%, 60%, 78%rgb(98%, 60%, 78%)
CSS RGBa250, 152, 198,1rgba(250,152,198,1)
CMYK Modelcmyk(0%,39%,21%,2%)
HSL Color Space332,91% ,79%hsl(332,91% ,79%)
HSV Color Space332°, 39%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101001100011000110
Octal372230306
Decimal250152198
Hexfa98c6

Different shades of #fa98c6 color code.

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

Light Shade of #fa98c6
#fcc9e1
Dark Shade of #fa98c6
#f867ab
Saturated Shade of #fa98c6
#ff93c6
Desaturated Shade of #fa98c6
#f59dc6
Grey scale Shade of #fa98c6
#c9c9c9
Brighten Shade
#ffb1df
Most Readable Shade
#000000

Shades of #fa98c6 color code

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

#fa98c6
#de87b0
#c2769a
#a66584
#8a546e
#6f4358
#533242
#37212c
#1b1016
#000000

Similar Color like #fa98c6 color

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

#fb99c7
#fc9ac8
#fd9bc9
#fe9cca
#ff9dcb
#ff9ecc
#ff9fcd
#ffa0ce
#ffa1cf
#ffa2d0
#ffa3d1
#ffa4d2
#ffa5d3
#ffa6d4
#f997c5
#f896c4
#f795c3
#f694c2
#f593c1
#f492c0
#f391bf
#f290be
#f18fbd
#f08ebc
#ef8dbb
#ee8cba
#ed8bb9
#ec8ab8

Monochromatic Color with #fa98c6

#fa98c6
#25171e
#50313f
#7a4a61
#a56483
#cf7ea4

Tints of #fa98c6 Color

#fa98c6
#faa3cc
#fbaed2
#fbbad9
#fcc5df
#fcd1e5
#fddcec
#fde8f2
#fef3f8
#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

#fa98c6
#98facc

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

Split Complementary

#fa98c6
#98fa9b
#98f7fa

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

Analogous Color

#fa98ed
#fa98da
#fa98c6
#fa98b2
#fa989f

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

#fa98c6
#c6fa98
#98c6fa

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

#fa98c6
#f7fa98
#98facc
#9b98fa

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

#fa98c6
#98facc
#98f7fa
#fa9b98

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

#fa98c6 Color Code Preview on Black Background Color

This is how #fa98c6 Color will look on black background color. Color contrast ratio is 10.37

#fa98c6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa98c6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa98c6

#fa98c6 color code is use for CSS Background Color

Background color for the above div is #fa98c6

HTML with inline CSS

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

#fa98c6 color code is use for CSS Border Color

CSS Border color for the above div is #fa98c6

HTML with inline CSS

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

CSS Border Left color for the above div is #fa98c6

HTML with inline CSS

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

CSS Border Right color for the above div is #fa98c6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa98c6

HTML with inline CSS

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

CSS Border Top color for the above div is #fa98c6

HTML with inline CSS

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

#fa98c6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa98c6 Color code Preview on White Background

This is how #fa98c6 Color code will look on white background color. Color contrast ratio is 2.02

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

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.