crispedge.com

Color picker

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

#f18bad hex color - Red - Warm color - Information

#f18bad hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f18bad Color code in RGB color code model is created after adding 94.51% red color, 54.51% green color and 67.84% blue color. Hex #f18bad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 28% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef18bad#f18bad
RGB Decimal241, 139, 173rgb(241, 139, 173)
RGB Percent95%, 55%, 68%rgb(95%, 55%, 68%)
CSS RGBa241, 139, 173,1rgba(241,139,173,1)
CMYK Modelcmyk(0%,42%,28%,5%)
HSL Color Space340,78% ,75%hsl(340,78% ,75%)
HSV Color Space340°, 42%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011000101110101101
Octal361213255
Decimal241139173
Hexf18bad

Different shades of #f18bad color code.

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

Light Shade of #f18bad
#f6b8cd
Dark Shade of #f18bad
#ec5d8d
Saturated Shade of #f18bad
#f784ab
Desaturated Shade of #f18bad
#ea91af
Grey scale Shade of #f18bad
#bebebe
Brighten Shade
#ffa4c6
Most Readable Shade
#000000

Shades of #f18bad color code

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

#f18bad
#d67b99
#bb6c86
#a05c73
#854d60
#6b3d4c
#502e39
#351e26
#1a0f13
#000000

Similar Color like #f18bad color

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

#f28cae
#f38daf
#f48eb0
#f58fb1
#f690b2
#f791b3
#f892b4
#f993b5
#fa94b6
#fb95b7
#fc96b8
#fd97b9
#fe98ba
#ff99bb
#f08aac
#ef89ab
#ee88aa
#ed87a9
#ec86a8
#eb85a7
#ea84a6
#e983a5
#e882a4
#e781a3
#e680a2
#e57fa1
#e47ea0
#e37d9f

Monochromatic Color with #f18bad

#f18bad
#1c1014
#472933
#714151
#9c5a70
#c6728e

Tints of #f18bad Color

#f18bad
#f297b6
#f4a4bf
#f5b1c8
#f7bed1
#f8cbda
#fad8e3
#fbe5ec
#fdf2f5
#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

#f18bad
#8bf1cf

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

Split Complementary

#f18bad
#8bf19c
#8be0f1

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

Analogous Color

#f18bd6
#f18bc1
#f18bad
#f18b99
#f1928b

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

#f18bad
#adf18b
#8badf1

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

#f18bad
#e0f18b
#8bf1cf
#9c8bf1

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

#f18bad
#8bf1cf
#8be0f1
#f19c8b

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

#f18bad Color Code Preview on Black Background Color

This is how #f18bad Color will look on black background color. Color contrast ratio is 9.04

#f18bad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18bad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18bad

#f18bad color code is use for CSS Background Color

Background color for the above div is #f18bad

HTML with inline CSS

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

#f18bad color code is use for CSS Border Color

CSS Border color for the above div is #f18bad

HTML with inline CSS

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

CSS Border Left color for the above div is #f18bad

HTML with inline CSS

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

CSS Border Right color for the above div is #f18bad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f18bad

HTML with inline CSS

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

CSS Border Top color for the above div is #f18bad

HTML with inline CSS

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

#f18bad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f18bad Color code Preview on White Background

This is how #f18bad Color code will look on white background color. Color contrast ratio is 2.32

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

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.