COLOR #F3B2CB

HEX: #F3B2CB
RGB: (243,178,203)

Color info

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

RGB color model

#F3B2CB color RGB value is (243,178,203).

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

RGB channels and saturation

R 243 of 255 = 95%
G 178 of 255 = 70%
B 203 of 255 = 80%

243
178
203

R + G + B ~ 82%. #F3B2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 178 + 203 = 624 (100%)
R 243 of 624 ~ 38.94%
G 178 of 624 ~ 28.53%
B 203 of 624 ~ 32.53%

%38.94
%28.53
%32.53

CMYK color model

#F3B2CB color CMYK value is (0,27,16,5).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(0,27,16,5)
C0M27Y16K5 
(0%,27%,16%,5%)
(0.00/0.27/0.16/0.05)	

CMYK percentages

%0
%26.75
%16.46
%4.71

Codes

Color #F3B2CB in popluar color models

F3B2CB
RGB243178203
HSL337°73.03%82.55%
HSB/HSV337°26.75%95.29%
CMYK0.00%26.75%16.46%
4.71%

Color #F3B2CB in popluar number systems.

HEXF3B2CB
Decimal243178203
Binary111100111011001011001011
Octal363262313

Shades and tints

Shades of #F3B2CB

#F3B2CB
(243,178,203)
#DDA2B9
(221,162,185)
#C792A7
(199,146,167)
#B18295
(177,130,149)
#9B7283
(155,114,131)
#856271
(133,98,113)
#6F525F
(111,82,95)
#59424D
(89,66,77)
#43323B
(67,50,59)
#2D2229
(45,34,41)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #F3B2CB

#F3B2CB
(243,178,203)
#F4B9CF
(244,185,207)
#F5C0D3
(245,192,211)
#F6C7D7
(246,199,215)
#F7CEDB
(247,206,219)
#F8D5DF
(248,213,223)
#F9DCE3
(249,220,227)
#FAE3E7
(250,227,231)
#FBEAEB
(251,234,235)
#FCF1EF
(252,241,239)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3B2CB; }

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

This text font color is #F3B2CB.


Background Color

.myBgColor { background-color: #F3B2CB; }

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

This div background color is #F3B2CB.


Border color

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

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

This div border color is #F3B2CB.


Opacity

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

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

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

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

This text has shadow with #F3B2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B2CB on black background.


Color preview on white background

This text has color #F3B2CB on white background.



Black color preview on #F3B2CB background

This text has black color on #F3B2CB background.


White color preview on #F3B2CB background

This text has white color on #F3B2CB background.