COLOR #F19ECB

HEX: #F19ECB RGB: (241,158,203)

Color info

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

RGB color model

#F19ECB color RGB value is (241,158,203).

RGB: (241,158,203) (95%, 62%, 80%)

RGB channels and saturation

R 241 of 255 = 95%
G 158 of 255 = 62%
B 203 of 255 = 80%

241
158
203

R + G + B ~ 79%. #F19ECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 158 + 203 = 602 (100%)
R 241 of 602 ~ 40.03%
G 158 of 602 ~ 26.25%
B 203 of 602 ~ 33.72'%

%40.03
%26.25
%33.72

CMYK color model

#F19ECB color CMYK value is (0,34,16,5).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK: (0,34,16,5) C0M34Y16K5 (0%,34%,16%,5%) (0.00/0.34/0.16/0.05) 

CMYK percentages

%0
%34.44
%15.77
%5.49

Codes

Color #F19ECB in popluar color models

F1 9E CB
RGB 241 158 203
HSL 327° 74.77% 78.24%
HSB/HSV 327° 34.44% 94.51%
CMYK 0.00% 34.44% 15.77%
5.49%

Color #F19ECB in popluar number systems.

HEX F1 9E CB
Decimal 241 158 203
Binary 11110001 10011110 11001011
Octal 361 236 313

Shades and tints

Shades of #F19ECB

#F19ECB
(241,158,203)
#DC90B9
(220,144,185)
#C782A7
(199,130,167)
#B27495
(178,116,149)
#9D6683
(157,102,131)
#885871
(136,88,113)
#734A5F
(115,74,95)
#5E3C4D
(94,60,77)
#492E3B
(73,46,59)
#342029
(52,32,41)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #F19ECB

#F19ECB
(241,158,203)
#F2A6CF
(242,166,207)
#F3AED3
(243,174,211)
#F4B6D7
(244,182,215)
#F5BEDB
(245,190,219)
#F6C6DF
(246,198,223)
#F7CEE3
(247,206,227)
#F8D6E7
(248,214,231)
#F9DEEB
(249,222,235)
#FAE6EF
(250,230,239)
#FBEEF3
(251,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F19ECB color. Also use rgb(241,158,203) instead hex code.

Text Font Color

.myTextColor { color: #F19ECB; }

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

This text font color is #F19ECB.

Background Color

.myBgColor { background-color: #F19ECB; }

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

This div background color is #F19ECB.

Border color

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

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

This div border color is #F19ECB.

Opacity

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

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

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

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

This text has shadow with #F19ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F19ECB.

Preview

Color preview on black background

This text has color #F19ECB on black background.


Color preview on white background

This text has color #F19ECB on white background.


Black color preview on #F19ECB background

This text has black color on #F19ECB background.


White color preview on #F19ECB background

This text has white color on #F19ECB background.


Related colors

Complementary color

Complementary color for #hex is #0E6134.


I love getcolorcode.com

Triadic colors

1 #CBF19E and #9ECBF1 with #F19ECB are triadic colors.

2 #CB9EF1 and #9EF1CB with #F19ECB are triadic colors.