crispedge.com

Color picker

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

#f48dca hex color - Orange - Warm color - Information

#f48dca hex color - Orange - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Orange

Hex #f48dca Color code in RGB color code model is created after adding 95.69% red color, 55.29% green color and 79.22% blue color. Hex #f48dca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 17% yellow and 4% black.

Hex #f48dca 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 #f48dca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef48dca#f48dca
RGB Decimal244, 141, 202rgb(244, 141, 202)
RGB Percent96%, 55%, 79%rgb(96%, 55%, 79%)
CSS RGBa244, 141, 202,1rgba(244,141,202,1)
CMYK Modelcmyk(0%,42%,17%,4%)
HSL Color Space324,82% ,75%hsl(324,82% ,75%)
HSV Color Space324°, 42%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001000110111001010
Octal364215312
Decimal244141202
Hexf48dca

Different shades of #f48dca color code.

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

Light Shade of #f48dca
#f8bce0
Dark Shade of #f48dca
#f05eb4
Saturated Shade of #f48dca
#fa87cb
Desaturated Shade of #f48dca
#ee93c9
Grey scale Shade of #f48dca
#c0c0c0
Brighten Shade
#ffa6e3
Most Readable Shade
#000000

Shades of #f48dca color code

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

#f48dca
#d87db3
#bd6d9d
#a25e86
#874e70
#6c3e59
#512f43
#361f2c
#1b0f16
#000000

Similar Color like #f48dca color

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

#f58ecb
#f68fcc
#f790cd
#f891ce
#f992cf
#fa93d0
#fb94d1
#fc95d2
#fd96d3
#fe97d4
#ff98d5
#ff99d6
#ff9ad7
#ff9bd8
#f38cc9
#f28bc8
#f18ac7
#f089c6
#ef88c5
#ee87c4
#ed86c3
#ec85c2
#eb84c1
#ea83c0
#e982bf
#e881be
#e780bd
#e67fbc

Monochromatic Color with #f48dca

#f48dca
#1f121a
#4a2b3d
#744360
#9f5c84
#c974a7

Tints of #f48dca Color

#f48dca
#f599cf
#f6a6d5
#f7b3db
#f8bfe1
#facce7
#fbd9ed
#fce5f3
#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

#f48dca
#8df4b7

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

Split Complementary

#f48dca
#96f48d
#8df4eb

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

Analogous Color

#f48df3
#f48ddf
#f48dca
#f48db5
#f48da1

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

#f48dca
#caf48d
#8dcaf4

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

#f48dca
#f4ea8d
#8df4b7
#8d96f4

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

#f48dca
#8df4b7
#8df4eb
#f48d96

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

#f48dca Color Code Preview on Black Background Color

This is how #f48dca Color will look on black background color. Color contrast ratio is 9.51

#f48dca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f48dca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f48dca

#f48dca color code is use for CSS Background Color

Background color for the above div is #f48dca

HTML with inline CSS

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

#f48dca color code is use for CSS Border Color

CSS Border color for the above div is #f48dca

HTML with inline CSS

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

CSS Border Left color for the above div is #f48dca

HTML with inline CSS

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

CSS Border Right color for the above div is #f48dca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f48dca

HTML with inline CSS

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

CSS Border Top color for the above div is #f48dca

HTML with inline CSS

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

#f48dca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f48dca Color code Preview on White Background

This is how #f48dca Color code will look on white background color. Color contrast ratio is 2.21

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

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.