crispedge.com

Color picker

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

#feb6fc hex color - Red - Warm color - Information

#feb6fc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #feb6fc Color code in RGB color code model is created after adding 99.61% red color, 71.37% green color and 98.82% blue color. Hex #feb6fc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 1% yellow and 0% black.

Hex #feb6fc color code is between #ffbbff web safe hex color code and #eeaaee web safe hex color code. #ffbbff is the nearest web safe color code. You can see here many more shades of #feb6fc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefeb6fc#feb6fc
RGB Decimal254, 182, 252rgb(254, 182, 252)
RGB Percent100%, 71%, 99%rgb(100%, 71%, 99%)
CSS RGBa254, 182, 252,1rgba(254,182,252,1)
CMYK Modelcmyk(0%,28%,1%,0%)
HSL Color Space302,97% ,85%hsl(302,97% ,85%)
HSV Color Space302°, 28%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101011011011111100
Octal376266374
Decimal254182252
Hexfeb6fc

Different shades of #feb6fc color code.

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

Light Shade of #feb6fc
#ffe8fe
Dark Shade of #feb6fc
#fd84fa
Saturated Shade of #feb6fc
#ffb5fd
Desaturated Shade of #feb6fc
#fabaf9
Grey scale Shade of #feb6fc
#dadada
Brighten Shade
#ffcfff
Most Readable Shade
#000000

Shades of #feb6fc color code

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

#feb6fc
#e1a1e0
#c58dc4
#a979a8
#8d658c
#705070
#543c54
#382838
#1c141c
#000000

Similar Color like #feb6fc color

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

#ffb7fd
#ffb8fe
#ffb9ff
#ffbaff
#ffbbff
#ffbcff
#ffbdff
#ffbeff
#ffbfff
#ffc0ff
#ffc1ff
#ffc2ff
#ffc3ff
#ffc4ff
#fdb5fb
#fcb4fa
#fbb3f9
#fab2f8
#f9b1f7
#f8b0f6
#f7aff5
#f6aef4
#f5adf3
#f4acf2
#f3abf1
#f2aaf0
#f1a9ef
#f0a8ee

Monochromatic Color with #feb6fc

#feb6fc
#291e29
#543c53
#7e5b7d
#a979a8
#d398d2

Tints of #feb6fc Color

#feb6fc
#febefc
#fec6fc
#fecefd
#fed6fd
#fedefd
#fee6fe
#feeefe
#fef6fe
#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

#feb6fc
#b6feb8

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

Split Complementary

#feb6fc
#d8feb6
#b6fedc

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

Analogous Color

#e3b6fe
#f2b6fe
#feb6fc
#feb6ee
#feb6df

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

#feb6fc
#fcfeb6
#b6fcfe

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

#feb6fc
#fedcb6
#b6feb8
#b6d8fe

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

#feb6fc
#b6feb8
#b6fedc
#feb6d8

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

#feb6fc Color Code Preview on Black Background Color

This is how #feb6fc Color will look on black background color. Color contrast ratio is 13.31

#feb6fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feb6fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feb6fc

#feb6fc color code is use for CSS Background Color

Background color for the above div is #feb6fc

HTML with inline CSS

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

#feb6fc color code is use for CSS Border Color

CSS Border color for the above div is #feb6fc

HTML with inline CSS

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

CSS Border Left color for the above div is #feb6fc

HTML with inline CSS

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

CSS Border Right color for the above div is #feb6fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #feb6fc

HTML with inline CSS

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

CSS Border Top color for the above div is #feb6fc

HTML with inline CSS

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

#feb6fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#feb6fc Color code Preview on White Background

This is how #feb6fc Color code will look on white background color. Color contrast ratio is 1.58

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

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.