COLOR #F3BEC3

HEX: #F3BEC3
RGB: (243,190,195)

Color info

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

RGB color model

#F3BEC3 color RGB value is (243,190,195).

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

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 195 of 255 = 76%

243
190
195

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

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 195 = 628 (100%)
R 243 of 628 ~ 38.69%
G 190 of 628 ~ 30.25%
B 195 of 628 ~ 31.05%

%38.69
%30.25
%31.05

CMYK color model

#F3BEC3 color CMYK value is (0,22,20,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 19.75%
  • key color value is 4.71%
CMYK:
(0,22,20,5)
C0M22Y20K5 
(0%,22%,20%,5%)
(0.00/0.22/0.20/0.05)	

CMYK percentages

%0
%21.81
%19.75
%4.71

Codes

Color #F3BEC3 in popluar color models

F3BEC3
RGB243190195
HSL354°68.83%84.90%
HSB/HSV354°21.81%95.29%
CMYK0.00%21.81%19.75%
4.71%

Color #F3BEC3 in popluar number systems.

HEXF3BEC3
Decimal243190195
Binary111100111011111011000011
Octal363276303

Shades and tints

Shades of #F3BEC3

#F3BEC3
(243,190,195)
#DDADB2
(221,173,178)
#C79CA1
(199,156,161)
#B18B90
(177,139,144)
#9B7A7F
(155,122,127)
#85696E
(133,105,110)
#6F585D
(111,88,93)
#59474C
(89,71,76)
#43363B
(67,54,59)
#2D252A
(45,37,42)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #F3BEC3

#F3BEC3
(243,190,195)
#F4C3C8
(244,195,200)
#F5C8CD
(245,200,205)
#F6CDD2
(246,205,210)
#F7D2D7
(247,210,215)
#F8D7DC
(248,215,220)
#F9DCE1
(249,220,225)
#FAE1E6
(250,225,230)
#FBE6EB
(251,230,235)
#FCEBF0
(252,235,240)
#FDF0F5
(253,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BEC3; }

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

This text font color is #F3BEC3.


Background Color

.myBgColor { background-color: #F3BEC3; }

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

This div background color is #F3BEC3.


Border color

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

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

This div border color is #F3BEC3.


Opacity

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

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

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

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

This text has shadow with #F3BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BEC3 on black background.


Color preview on white background

This text has color #F3BEC3 on white background.



Black color preview on #F3BEC3 background

This text has black color on #F3BEC3 background.


White color preview on #F3BEC3 background

This text has white color on #F3BEC3 background.