crispedge.com

Color picker

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

#f996b3 hex color - Orange - Warm color - Information

#f996b3 hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f996b3 Color code in RGB color code model is created after adding 97.65% red color, 58.82% green color and 70.2% blue color. Hex #f996b3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 28% yellow and 2% black.

Hex #f996b3 color code is between #ff99bb web safe hex color code and #ee88aa web safe hex color code. #ff99bb is the nearest web safe color code. You can see here many more shades of #f996b3 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codef996b3#f996b3
RGB Decimal249, 150, 179rgb(249, 150, 179)
RGB Percent98%, 59%, 70%rgb(98%, 59%, 70%)
CSS RGBa249, 150, 179,1rgba(249,150,179,1)
CMYK Modelcmyk(0%,40%,28%,2%)
HSL Color Space342,89% ,78%hsl(342,89% ,78%)
HSV Color Space342°, 40%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011001011010110011
Octal371226263
Decimal249150179
Hexf996b3

Different shades of #f996b3 color code.

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

Light Shade of #f996b3
#fcc6d6
Dark Shade of #f996b3
#f66690
Saturated Shade of #f996b3
#ff90b1
Desaturated Shade of #f996b3
#f39cb5
Grey scale Shade of #f996b3
#c7c7c7
Brighten Shade
#ffafcc
Most Readable Shade
#000000

Shades of #f996b3 color code

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

#f996b3
#dd859f
#c1748b
#a66477
#8a5363
#6e424f
#53323b
#372127
#1b1013
#000000

Similar Color like #f996b3 color

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

#fa97b4
#fb98b5
#fc99b6
#fd9ab7
#fe9bb8
#ff9cb9
#ff9dba
#ff9ebb
#ff9fbc
#ffa0bd
#ffa1be
#ffa2bf
#ffa3c0
#ffa4c1
#f895b2
#f794b1
#f693b0
#f592af
#f491ae
#f390ad
#f28fac
#f18eab
#f08daa
#ef8ca9
#ee8ba8
#ed8aa7
#ec89a6
#eb88a5

Monochromatic Color with #f996b3

#f996b3
#24161a
#4f3039
#794957
#a46376
#ce7c94

Tints of #f996b3 Color

#f996b3
#f9a1bb
#faadc3
#fbb9cc
#fbc4d4
#fcd0dd
#fddce5
#fde7ee
#fef3f6
#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

#f996b3
#96f9dc

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

Split Complementary

#f996b3
#96f9ab
#96e4f9

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

Analogous Color

#f996db
#f996c7
#f996b3
#f9969f
#f9a196

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

#f996b3
#b3f996
#96b3f9

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

#f996b3
#e4f996
#96f9dc
#aa96f9

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

#f996b3
#96f9dc
#96e4f9
#f9ab96

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

#f996b3 Color Code Preview on Black Background Color

This is how #f996b3 Color will look on black background color. Color contrast ratio is 10.04

#f996b3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f996b3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f996b3

#f996b3 color code is use for CSS Background Color

Background color for the above div is #f996b3

HTML with inline CSS

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

#f996b3 color code is use for CSS Border Color

CSS Border color for the above div is #f996b3

HTML with inline CSS

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

CSS Border Left color for the above div is #f996b3

HTML with inline CSS

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

CSS Border Right color for the above div is #f996b3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f996b3

HTML with inline CSS

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

CSS Border Top color for the above div is #f996b3

HTML with inline CSS

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

#f996b3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f996b3 Color code Preview on White Background

This is how #f996b3 Color code will look on white background color. Color contrast ratio is 2.09

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.