crispedge.com

Color picker

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

#f18bcb hex color - Red - Warm color - Information

#f18bcb hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef18bcb#f18bcb
RGB Decimal241, 139, 203rgb(241, 139, 203)
RGB Percent95%, 55%, 80%rgb(95%, 55%, 80%)
CSS RGBa241, 139, 203,1rgba(241,139,203,1)
CMYK Modelcmyk(0%,42%,16%,5%)
HSL Color Space322,78% ,75%hsl(322,78% ,75%)
HSV Color Space322°, 42%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011000101111001011
Octal361213313
Decimal241139203
Hexf18bcb

Different shades of #f18bcb color code.

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

Light Shade of #f18bcb
#f6b8df
Dark Shade of #f18bcb
#ec5db7
Saturated Shade of #f18bcb
#f784cd
Desaturated Shade of #f18bcb
#ea91c9
Grey scale Shade of #f18bcb
#bebebe
Brighten Shade
#ffa4e4
Most Readable Shade
#000000

Shades of #f18bcb color code

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

#f18bcb
#d67bb4
#bb6c9d
#a05c87
#854d70
#6b3d5a
#502e43
#351e2d
#1a0f16
#000000

Similar Color like #f18bcb color

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

#f28ccc
#f38dcd
#f48ece
#f58fcf
#f690d0
#f791d1
#f892d2
#f993d3
#fa94d4
#fb95d5
#fc96d6
#fd97d7
#fe98d8
#ff99d9
#f08aca
#ef89c9
#ee88c8
#ed87c7
#ec86c6
#eb85c5
#ea84c4
#e983c3
#e882c2
#e781c1
#e680c0
#e57fbf
#e47ebe
#e37dbd

Monochromatic Color with #f18bcb

#f18bcb
#1c1018
#47293c
#714160
#9c5a83
#c672a7

Tints of #f18bcb Color

#f18bcb
#f297d0
#f4a4d6
#f5b1dc
#f7bee2
#f8cbe7
#fad8ed
#fbe5f3
#fdf2f9
#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

#f18bcb
#8bf1b1

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

Split Complementary

#f18bcb
#98f18b
#8bf1e4

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

Analogous Color

#ee8bf1
#f18bdf
#f18bcb
#f18bb7
#f18ba2

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

#f18bcb
#cbf18b
#8bcbf1

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

#f18bcb
#f1e48b
#8bf1b1
#8b98f1

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

#f18bcb
#8bf1b1
#8bf1e4
#f18b98

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

#f18bcb Color Code Preview on Black Background Color

This is how #f18bcb Color will look on black background color. Color contrast ratio is 9.30

#f18bcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18bcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f18bcb

#f18bcb color code is use for CSS Background Color

Background color for the above div is #f18bcb

HTML with inline CSS

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

#f18bcb color code is use for CSS Border Color

CSS Border color for the above div is #f18bcb

HTML with inline CSS

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

CSS Border Left color for the above div is #f18bcb

HTML with inline CSS

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

CSS Border Right color for the above div is #f18bcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f18bcb

HTML with inline CSS

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

CSS Border Top color for the above div is #f18bcb

HTML with inline CSS

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

#f18bcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f18bcb Color code Preview on White Background

This is how #f18bcb Color code will look on white background color. Color contrast ratio is 2.26

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

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.