COLOR #F3BEC6

HEX: #F3BEC6
RGB: (243,190,198)

Color info

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

RGB color model

#F3BEC6 color RGB value is (243,190,198).

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

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 198 of 255 = 78%

243
190
198

R + G + B ~ 83%. #F3BEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 198 = 631 (100%)
R 243 of 631 ~ 38.51%
G 190 of 631 ~ 30.11%
B 198 of 631 ~ 31.38%

%38.51
%30.11
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 18.52%
  • 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.52
%4.71

Codes

Color #F3BEC6 in popluar color models

F3BEC6
RGB243190198
HSL351°68.83%84.90%
HSB/HSV351°21.81%95.29%
CMYK0.00%21.81%18.52%
4.71%

Color #F3BEC6 in popluar number systems.

HEXF3BEC6
Decimal243190198
Binary111100111011111011000110
Octal363276306

Shades and tints

Shades of #F3BEC6

#F3BEC6
(243,190,198)
#DDADB4
(221,173,180)
#C79CA2
(199,156,162)
#B18B90
(177,139,144)
#9B7A7E
(155,122,126)
#85696C
(133,105,108)
#6F585A
(111,88,90)
#594748
(89,71,72)
#433636
(67,54,54)
#2D2524
(45,37,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #F3BEC6

#F3BEC6
(243,190,198)
#F4C3CB
(244,195,203)
#F5C8D0
(245,200,208)
#F6CDD5
(246,205,213)
#F7D2DA
(247,210,218)
#F8D7DF
(248,215,223)
#F9DCE4
(249,220,228)
#FAE1E9
(250,225,233)
#FBE6EE
(251,230,238)
#FCEBF3
(252,235,243)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BEC6; }

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

This text font color is #F3BEC6.


Background Color

.myBgColor { background-color: #F3BEC6; }

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

This div background color is #F3BEC6.


Border color

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

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

This div border color is #F3BEC6.


Opacity

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

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

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

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

This text has shadow with #F3BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BEC6 on black background.


Color preview on white background

This text has color #F3BEC6 on white background.



Black color preview on #F3BEC6 background

This text has black color on #F3BEC6 background.


White color preview on #F3BEC6 background

This text has white color on #F3BEC6 background.