crispedge.com

Color picker

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

#f2bbbd hex color - Orange - Warm color - Information

#f2bbbd hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #f2bbbd Color code in RGB color code model is created after adding 94.9% red color, 73.33% green color and 74.12% blue color. Hex #f2bbbd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 22% yellow and 5% black.

Hex #f2bbbd color code is between #eeaabb web safe hex color code and #ffcccc web safe hex color code. #eeaabb is the nearest web safe color code. You can see here many more shades of #f2bbbd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef2bbbd#f2bbbd
RGB Decimal242, 187, 189rgb(242, 187, 189)
RGB Percent95%, 73%, 74%rgb(95%, 73%, 74%)
CSS RGBa242, 187, 189,1rgba(242,187,189,1)
CMYK Modelcmyk(0%,23%,22%,5%)
HSL Color Space358,68% ,84%hsl(358,68% ,84%)
HSV Color Space358°, 23%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101011101110111101
Octal362273275
Decimal242187189
Hexf2bbbd

Different shades of #f2bbbd color code.

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

Light Shade of #f2bbbd
#fae6e7
Dark Shade of #f2bbbd
#ea9093
Saturated Shade of #f2bbbd
#f6b7b9
Desaturated Shade of #f2bbbd
#eebfc1
Grey scale Shade of #f2bbbd
#d6d6d6
Brighten Shade
#ffd4d6
Most Readable Shade
#000000

Shades of #f2bbbd color code

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

#f2bbbd
#d7a6a8
#bc9193
#a17c7e
#866769
#6b5354
#503e3f
#35292a
#1a1415
#000000

Similar Color like #f2bbbd color

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

#f3bcbe
#f4bdbf
#f5bec0
#f6bfc1
#f7c0c2
#f8c1c3
#f9c2c4
#fac3c5
#fbc4c6
#fcc5c7
#fdc6c8
#fec7c9
#ffc8ca
#ffc9cb
#f1babc
#f0b9bb
#efb8ba
#eeb7b9
#edb6b8
#ecb5b7
#ebb4b6
#eab3b5
#e9b2b4
#e8b1b3
#e7b0b2
#e6afb1
#e5aeb0
#e4adaf

Monochromatic Color with #f2bbbd

#f2bbbd
#1d1717
#483838
#725859
#9d797b
#c79a9c

Tints of #f2bbbd Color

#f2bbbd
#f3c2c4
#f4cacb
#f6d1d3
#f7d9da
#f9e0e1
#fae8e9
#fceff0
#fdf7f7
#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

#f2bbbd
#bbf2f0

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

Split Complementary

#f2bbbd
#bbf2d4
#bbd9f2

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

Analogous Color

#f2bbd3
#f2bbc8
#f2bbbd
#f2c4bb
#f2cfbb

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

#f2bbbd
#bdf2bb
#bbbdf2

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

#f2bbbd
#d8f2bb
#bbf2f0
#d4bbf2

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

#f2bbbd
#bbf2f0
#bbd9f2
#f2d4bb

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

#f2bbbd Color Code Preview on Black Background Color

This is how #f2bbbd Color will look on black background color. Color contrast ratio is 12.62

#f2bbbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2bbbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2bbbd

#f2bbbd color code is use for CSS Background Color

Background color for the above div is #f2bbbd

HTML with inline CSS

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

#f2bbbd color code is use for CSS Border Color

CSS Border color for the above div is #f2bbbd

HTML with inline CSS

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

CSS Border Left color for the above div is #f2bbbd

HTML with inline CSS

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

CSS Border Right color for the above div is #f2bbbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2bbbd

HTML with inline CSS

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

CSS Border Top color for the above div is #f2bbbd

HTML with inline CSS

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

#f2bbbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2bbbd Color code Preview on White Background

This is how #f2bbbd Color code will look on white background color. Color contrast ratio is 1.66

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

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.