COLOR #F49DB7

HEX: #F49DB7 RGB: (244,157,183)

Color info

#F49DB7 contains mainly red color. Web safe color of #F49DB7 is #FF99CC (or #F9C).

RGB color model

#F49DB7 color RGB value is (244,157,183).

RGB: (244,157,183) (96%, 62%, 72%)

RGB channels and saturation

R 244 of 255 = 96%
G 157 of 255 = 62%
B 183 of 255 = 72%

244
157
183

R + G + B ~ 77%. #F49DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 157 + 183 = 584 (100%)
R 244 of 584 ~ 41.78%
G 157 of 584 ~ 26.88%
B 183 of 584 ~ 31.34'%

%41.78
%26.88
%31.34

CMYK color model

#F49DB7 color CMYK value is (0,36,25,4).

  • cyan value is 0.00%
  • magenta value is 35.66%
  • yellow value is 25.00%
  • key color value is 4.31%

CMYK: (0,36,25,4)
C0M36Y25K4 (0%, 36%, 25%, 4%)
(0.00 / 0.36 / 0.25 / 0.04)

CMYK percentages

%0
%35.66
%25
%4.31

Codes

Color #F49DB7 in popluar color models

F4 9D B7
RGB 244 157 183
HSL 342° 79.82% 78.63%
HSB/HSV 342° 35.66% 95.69%
CMYK 0.00% 35.66% 25.00%
4.31%

Color #F49DB7 in popluar number systems.

HEX F4 9D B7
Decimal 244 157 183
Binary 11110100 10011101 10110111
Octal 364 235 267

Shades and tints

Shades of #F49DB7

#F49DB7
(244,157,183)
#DE8FA7
(222,143,167)
#C88197
(200,129,151)
#B27387
(178,115,135)
#9C6577
(156,101,119)
#865767
(134,87,103)
#704957
(112,73,87)
#5A3B47
(90,59,71)
#442D37
(68,45,55)
#2E1F27
(46,31,39)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #F49DB7

#F49DB7
(244,157,183)
#F5A5BD
(245,165,189)
#F6ADC3
(246,173,195)
#F7B5C9
(247,181,201)
#F8BDCF
(248,189,207)
#F9C5D5
(249,197,213)
#FACDDB
(250,205,219)
#FBD5E1
(251,213,225)
#FCDDE7
(252,221,231)
#FDE5ED
(253,229,237)
#FEEDF3
(254,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49DB7 color. Also use rgb(244,157,183) instead hex code.

Text Font Color

.myTextColor { color: #F49DB7; }

<p style="color:#F49DB7">This sample text font color is #F49DB7.</p>

This text font color is #F49DB7.

Background Color

.myBgColor { background-color: #F49DB7; }

<div style="background-color:#F49DB7">Inner text</div>

This div background color is #F49DB7.

Border color

.myBorderColor { border: 1px solid #F49DB7; }

<div style="border:3px solid #F49DB7">Div</div>

This div border color is #F49DB7.

Opacity

.myOpacity80 { color: #F49DB7; opacity: 0.8; }

<p style="color:#F49DB7;opacity:0.8;">80%</p>

Text with #F49DB7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F49DB7;}

<p style="text-shadow: 3px 3px 1px #F49DB7">Text here.</p>

This text has shadow with #F49DB7 color.


.textShadow {text-shadow: 3px 3px 1px #F49DB7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F49DB7, 5px 5px 20px red">Text here.</p>

This text has shadow with #F49DB7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F49DB7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F49DB7, Direction=45, Strength=4)">Text</p>

This text has shadow with #F49DB7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F49DB7;
-webkit-box-shadow: 1px 1px 3px 2px #F49DB7;
box-shadow: 1px 1px 3px 2px #F49DB7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F49DB7; -webkit-box-shadow: 1px 1px 3px 2px #F49DB7; box-shadow:1px 1px 3px 2px #F49DB7;">
Div content here
</div>

This div box has shadow with color #F49DB7.

Preview

Color preview on black background

This text has color #F49DB7 on black background.


Color preview on white background

This text has color #F49DB7 on white background.


Black color preview on #F49DB7 background

This text has black color on #F49DB7 background.


White color preview on #F49DB7 background

This text has white color on #F49DB7 background.


Related colors

Complementary color

Complementary color for #hex is #0B6248.


I love getcolorcode.com

Triadic colors

1 #B7F49D and #9DB7F4 with #F49DB7 are triadic colors.

2 #B79DF4 and #9DF4B7 with #F49DB7 are triadic colors.