COLOR #F3B2EA

HEX: #F3B2EA
RGB: (243,178,234)

Color info

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

RGB color model

#F3B2EA color RGB value is (243,178,234).

  • red value is 243;
  • green value is 178;
  • blue value is 234.
RGB:
(243,178,234)
(95%,70%,92%)

RGB channels and saturation

R 243 of 255 = 95%
G 178 of 255 = 70%
B 234 of 255 = 92%

243
178
234

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

Portions of RGB colors in percentages

R + G + B =
243 + 178 + 234 = 655 (100%)
R 243 of 655 ~ 37.1%
G 178 of 655 ~ 27.18%
B 234 of 655 ~ 35.73%

%37.1
%27.18
%35.73

CMYK color model

#F3B2EA color CMYK value is (0,27,4,5).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(0,27,4,5)
C0M27Y4K5 
(0%,27%,4%,5%)
(0.00/0.27/0.04/0.05)	

CMYK percentages

%0
%26.75
%3.7
%4.71

Codes

Color #F3B2EA in popluar color models

F3B2EA
RGB243178234
HSL308°73.03%82.55%
HSB/HSV308°26.75%95.29%
CMYK0.00%26.75%3.70%
4.71%

Color #F3B2EA in popluar number systems.

HEXF3B2EA
Decimal243178234
Binary111100111011001011101010
Octal363262352

Shades and tints

Shades of #F3B2EA

#F3B2EA
(243,178,234)
#DDA2D5
(221,162,213)
#C792C0
(199,146,192)
#B182AB
(177,130,171)
#9B7296
(155,114,150)
#856281
(133,98,129)
#6F526C
(111,82,108)
#594257
(89,66,87)
#433242
(67,50,66)
#2D222D
(45,34,45)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #F3B2EA

#F3B2EA
(243,178,234)
#F4B9EB
(244,185,235)
#F5C0EC
(245,192,236)
#F6C7ED
(246,199,237)
#F7CEEE
(247,206,238)
#F8D5EF
(248,213,239)
#F9DCF0
(249,220,240)
#FAE3F1
(250,227,241)
#FBEAF2
(251,234,242)
#FCF1F3
(252,241,243)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B2EA color. Also use rgb(243,178,234) instead hex code.

Text Font Color

.myTextColor { color: #F3B2EA; }

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

This text font color is #F3B2EA.


Background Color

.myBgColor { background-color: #F3B2EA; }

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

This div background color is #F3B2EA.


Border color

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

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

This div border color is #F3B2EA.


Opacity

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

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

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

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

This text has shadow with #F3B2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B2EA on black background.


Color preview on white background

This text has color #F3B2EA on white background.



Black color preview on #F3B2EA background

This text has black color on #F3B2EA background.


White color preview on #F3B2EA background

This text has white color on #F3B2EA background.