COLOR #F3B1E5

HEX: #F3B1E5
RGB: (243,177,229)

Color info

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

RGB color model

#F3B1E5 color RGB value is (243,177,229).

  • red value is 243;
  • green value is 177;
  • blue value is 229.
RGB:
(243,177,229)
(95%,69%,90%)

RGB channels and saturation

R 243 of 255 = 95%
G 177 of 255 = 69%
B 229 of 255 = 90%

243
177
229

R + G + B ~ 85%. #F3B1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 177 + 229 = 649 (100%)
R 243 of 649 ~ 37.44%
G 177 of 649 ~ 27.27%
B 229 of 649 ~ 35.29%

%37.44
%27.27
%35.29

CMYK color model

#F3B1E5 color CMYK value is (0,27,6,5).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(0,27,6,5)
C0M27Y6K5 
(0%,27%,6%,5%)
(0.00/0.27/0.06/0.05)	

CMYK percentages

%0
%27.16
%5.76
%4.71

Codes

Color #F3B1E5 in popluar color models

F3B1E5
RGB243177229
HSL313°73.33%82.35%
HSB/HSV313°27.16%95.29%
CMYK0.00%27.16%5.76%
4.71%

Color #F3B1E5 in popluar number systems.

HEXF3B1E5
Decimal243177229
Binary111100111011000111100101
Octal363261345

Shades and tints

Shades of #F3B1E5

#F3B1E5
(243,177,229)
#DDA1D1
(221,161,209)
#C791BD
(199,145,189)
#B181A9
(177,129,169)
#9B7195
(155,113,149)
#856181
(133,97,129)
#6F516D
(111,81,109)
#594159
(89,65,89)
#433145
(67,49,69)
#2D2131
(45,33,49)
#17111D
(23,17,29)
#000000
(0,0,0)

Tints of #F3B1E5

#F3B1E5
(243,177,229)
#F4B8E7
(244,184,231)
#F5BFE9
(245,191,233)
#F6C6EB
(246,198,235)
#F7CDED
(247,205,237)
#F8D4EF
(248,212,239)
#F9DBF1
(249,219,241)
#FAE2F3
(250,226,243)
#FBE9F5
(251,233,245)
#FCF0F7
(252,240,247)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B1E5 color. Also use rgb(243,177,229) instead hex code.

Text Font Color

.myTextColor { color: #F3B1E5; }

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

This text font color is #F3B1E5.


Background Color

.myBgColor { background-color: #F3B1E5; }

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

This div background color is #F3B1E5.


Border color

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

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

This div border color is #F3B1E5.


Opacity

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

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

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

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

This text has shadow with #F3B1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B1E5 on black background.


Color preview on white background

This text has color #F3B1E5 on white background.



Black color preview on #F3B1E5 background

This text has black color on #F3B1E5 background.


White color preview on #F3B1E5 background

This text has white color on #F3B1E5 background.