COLOR #F3BEC5

HEX: #F3BEC5
RGB: (243,190,197)

Color info

#F3BEC5 contains red, green and blue colors in about the same proportion. Web safe color of #F3BEC5 is #FFCCCC (or #FCC).

RGB color model

#F3BEC5 color RGB value is (243,190,197).

  • red value is 243;
  • green value is 190;
  • blue value is 197.
RGB:
(243,190,197)
(95%,75%,77%)

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 197 of 255 = 77%

243
190
197

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

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 197 = 630 (100%)
R 243 of 630 ~ 38.57%
G 190 of 630 ~ 30.16%
B 197 of 630 ~ 31.27%

%38.57
%30.16
%31.27

CMYK color model

#F3BEC5 color CMYK value is (0,22,19,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 18.93%
  • key color value is 4.71%
CMYK:
(0,22,19,5)
C0M22Y19K5 
(0%,22%,19%,5%)
(0.00/0.22/0.19/0.05)	

CMYK percentages

%0
%21.81
%18.93
%4.71

Codes

Color #F3BEC5 in popluar color models

F3BEC5
RGB243190197
HSL352°68.83%84.90%
HSB/HSV352°21.81%95.29%
CMYK0.00%21.81%18.93%
4.71%

Color #F3BEC5 in popluar number systems.

HEXF3BEC5
Decimal243190197
Binary111100111011111011000101
Octal363276305

Shades and tints

Shades of #F3BEC5

#F3BEC5
(243,190,197)
#DDADB4
(221,173,180)
#C79CA3
(199,156,163)
#B18B92
(177,139,146)
#9B7A81
(155,122,129)
#856970
(133,105,112)
#6F585F
(111,88,95)
#59474E
(89,71,78)
#43363D
(67,54,61)
#2D252C
(45,37,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #F3BEC5

#F3BEC5
(243,190,197)
#F4C3CA
(244,195,202)
#F5C8CF
(245,200,207)
#F6CDD4
(246,205,212)
#F7D2D9
(247,210,217)
#F8D7DE
(248,215,222)
#F9DCE3
(249,220,227)
#FAE1E8
(250,225,232)
#FBE6ED
(251,230,237)
#FCEBF2
(252,235,242)
#FDF0F7
(253,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BEC5 color. Also use rgb(243,190,197) instead hex code.

Text Font Color

.myTextColor { color: #F3BEC5; }

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

This text font color is #F3BEC5.


Background Color

.myBgColor { background-color: #F3BEC5; }

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

This div background color is #F3BEC5.


Border color

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

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

This div border color is #F3BEC5.


Opacity

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

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

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

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

This text has shadow with #F3BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BEC5 on black background.


Color preview on white background

This text has color #F3BEC5 on white background.



Black color preview on #F3BEC5 background

This text has black color on #F3BEC5 background.


White color preview on #F3BEC5 background

This text has white color on #F3BEC5 background.