COLOR #F3B1EE

HEX: #F3B1EE
RGB: (243,177,238)

Color info

#F3B1EE contains mainly red and blue colors. Web safe color of #F3B1EE is #FF99FF (or #F9F).

RGB color model

#F3B1EE color RGB value is (243,177,238).

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

RGB channels and saturation

R 243 of 255 = 95%
G 177 of 255 = 69%
B 238 of 255 = 93%

243
177
238

R + G + B ~ 86%. #F3B1EE is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 177 + 238 = 658 (100%)
R 243 of 658 ~ 36.93%
G 177 of 658 ~ 26.9%
B 238 of 658 ~ 36.17%

%36.93
%26.9
%36.17

CMYK color model

#F3B1EE color CMYK value is (0,27,2,5).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(0,27,2,5)
C0M27Y2K5 
(0%,27%,2%,5%)
(0.00/0.27/0.02/0.05)	

CMYK percentages

%0
%27.16
%2.06
%4.71

Codes

Color #F3B1EE in popluar color models

F3B1EE
RGB243177238
HSL305°73.33%82.35%
HSB/HSV305°27.16%95.29%
CMYK0.00%27.16%2.06%
4.71%

Color #F3B1EE in popluar number systems.

HEXF3B1EE
Decimal243177238
Binary111100111011000111101110
Octal363261356

Shades and tints

Shades of #F3B1EE

#F3B1EE
(243,177,238)
#DDA1D9
(221,161,217)
#C791C4
(199,145,196)
#B181AF
(177,129,175)
#9B719A
(155,113,154)
#856185
(133,97,133)
#6F5170
(111,81,112)
#59415B
(89,65,91)
#433146
(67,49,70)
#2D2131
(45,33,49)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #F3B1EE

#F3B1EE
(243,177,238)
#F4B8EF
(244,184,239)
#F5BFF0
(245,191,240)
#F6C6F1
(246,198,241)
#F7CDF2
(247,205,242)
#F8D4F3
(248,212,243)
#F9DBF4
(249,219,244)
#FAE2F5
(250,226,245)
#FBE9F6
(251,233,246)
#FCF0F7
(252,240,247)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B1EE; }

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

This text font color is #F3B1EE.


Background Color

.myBgColor { background-color: #F3B1EE; }

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

This div background color is #F3B1EE.


Border color

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

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

This div border color is #F3B1EE.


Opacity

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

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

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

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

This text has shadow with #F3B1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B1EE on black background.


Color preview on white background

This text has color #F3B1EE on white background.



Black color preview on #F3B1EE background

This text has black color on #F3B1EE background.


White color preview on #F3B1EE background

This text has white color on #F3B1EE background.