COLOR #F49BBA

HEX: #F49BBA RGB: (244,155,186)

Color info

#F49BBA contains mainly red and blue colors. Web safe color of #F49BBA is #FF99CC (or #F9C).

RGB color model

#F49BBA color RGB value is (244,155,186).

RGB: (244,155,186) (96%, 61%, 73%)

RGB channels and saturation

R 244 of 255 = 96%
G 155 of 255 = 61%
B 186 of 255 = 73%

244
155
186

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

Portions of RGB colors in percentages

R + G + B = 244 + 155 + 186 = 585 (100%)
R 244 of 585 ~ 41.71%
G 155 of 585 ~ 26.5%
B 186 of 585 ~ 31.79'%

%41.71
%26.5
%31.79

CMYK color model

#F49BBA color CMYK value is (0,36,24,4).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 23.77%
  • key color value is 4.31%

CMYK: (0,36,24,4)
C0M36Y24K4 (0%, 36%, 24%, 4%)
(0.00 / 0.36 / 0.24 / 0.04)

CMYK percentages

%0
%36.48
%23.77
%4.31

Codes

Color #F49BBA in popluar color models

F4 9B BA
RGB 244 155 186
HSL 339° 80.18% 78.24%
HSB/HSV 339° 36.48% 95.69%
CMYK 0.00% 36.48% 23.77%
4.31%

Color #F49BBA in popluar number systems.

HEX F4 9B BA
Decimal 244 155 186
Binary 11110100 10011011 10111010
Octal 364 233 272

Shades and tints

Shades of #F49BBA

#F49BBA
(244,155,186)
#DE8DAA
(222,141,170)
#C87F9A
(200,127,154)
#B2718A
(178,113,138)
#9C637A
(156,99,122)
#86556A
(134,85,106)
#70475A
(112,71,90)
#5A394A
(90,57,74)
#442B3A
(68,43,58)
#2E1D2A
(46,29,42)
#180F1A
(24,15,26)
#000000
(0,0,0)

Tints of #F49BBA

#F49BBA
(244,155,186)
#F5A4C0
(245,164,192)
#F6ADC6
(246,173,198)
#F7B6CC
(247,182,204)
#F8BFD2
(248,191,210)
#F9C8D8
(249,200,216)
#FAD1DE
(250,209,222)
#FBDAE4
(251,218,228)
#FCE3EA
(252,227,234)
#FDECF0
(253,236,240)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49BBA color. Also use rgb(244,155,186) instead hex code.

Text Font Color

.myTextColor { color: #F49BBA; }

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

This text font color is #F49BBA.

Background Color

.myBgColor { background-color: #F49BBA; }

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

This div background color is #F49BBA.

Border color

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

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

This div border color is #F49BBA.

Opacity

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

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

Text with #F49BBA 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 #F49BBA;}

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

This text has shadow with #F49BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F49BBA.

Preview

Color preview on black background

This text has color #F49BBA on black background.


Color preview on white background

This text has color #F49BBA on white background.


Black color preview on #F49BBA background

This text has black color on #F49BBA background.


White color preview on #F49BBA background

This text has white color on #F49BBA background.


Related colors

Complementary color

Complementary color for #hex is #0B6445.


I love getcolorcode.com

Triadic colors

1 #BAF49B and #9BBAF4 with #F49BBA are triadic colors.

2 #BA9BF4 and #9BF4BA with #F49BBA are triadic colors.