COLOR #F19CBB

HEX: #F19CBB
RGB: (241,156,187)

Color info

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

RGB color model

#F19CBB color RGB value is (241,156,187).

  • red value is 241;
  • green value is 156;
  • blue value is 187.
RGB:
(241,156,187)
(95%,61%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 156 of 255 = 61%
B 187 of 255 = 73%

241
156
187

R + G + B ~ 76%. #F19CBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 156 + 187 = 584 (100%)
R 241 of 584 ~ 41.27%
G 156 of 584 ~ 26.71%
B 187 of 584 ~ 32.02%

%41.27
%26.71
%32.02

CMYK color model

#F19CBB color CMYK value is (0,35,22,5).

  • cyan value is 0.00%
  • magenta value is 35.27%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,35,22,5)
C0M35Y22K5 
(0%,35%,22%,5%)
(0.00/0.35/0.22/0.05)	

CMYK percentages

%0
%35.27
%22.41
%5.49

Codes

Color #F19CBB in popluar color models

F19CBB
RGB241156187
HSL338°75.22%77.84%
HSB/HSV338°35.27%94.51%
CMYK0.00%35.27%22.41%
5.49%

Color #F19CBB in popluar number systems.

HEXF19CBB
Decimal241156187
Binary111100011001110010111011
Octal361234273

Shades and tints

Shades of #F19CBB

#F19CBB
(241,156,187)
#DC8EAA
(220,142,170)
#C78099
(199,128,153)
#B27288
(178,114,136)
#9D6477
(157,100,119)
#885666
(136,86,102)
#734855
(115,72,85)
#5E3A44
(94,58,68)
#492C33
(73,44,51)
#341E22
(52,30,34)
#1F1011
(31,16,17)
#000000
(0,0,0)

Tints of #F19CBB

#F19CBB
(241,156,187)
#F2A5C1
(242,165,193)
#F3AEC7
(243,174,199)
#F4B7CD
(244,183,205)
#F5C0D3
(245,192,211)
#F6C9D9
(246,201,217)
#F7D2DF
(247,210,223)
#F8DBE5
(248,219,229)
#F9E4EB
(249,228,235)
#FAEDF1
(250,237,241)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19CBB color. Also use rgb(241,156,187) instead hex code.

Text Font Color

.myTextColor { color: #F19CBB; }

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

This text font color is #F19CBB.


Background Color

.myBgColor { background-color: #F19CBB; }

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

This div background color is #F19CBB.


Border color

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

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

This div border color is #F19CBB.


Opacity

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

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

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

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

This text has shadow with #F19CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F19CBB on black background.


Color preview on white background

This text has color #F19CBB on white background.



Black color preview on #F19CBB background

This text has black color on #F19CBB background.


White color preview on #F19CBB background

This text has white color on #F19CBB background.