COLOR #F3BEC0

HEX: #F3BEC0
RGB: (243,190,192)

Color info

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

RGB color model

#F3BEC0 color RGB value is (243,190,192).

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

RGB channels and saturation

R 243 of 255 = 95%
G 190 of 255 = 75%
B 192 of 255 = 75%

243
190
192

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

Portions of RGB colors in percentages

R + G + B =
243 + 190 + 192 = 625 (100%)
R 243 of 625 ~ 38.88%
G 190 of 625 ~ 30.4%
B 192 of 625 ~ 30.72%

%38.88
%30.4
%30.72

CMYK color model

#F3BEC0 color CMYK value is (0,22,21,5).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 20.99%
  • key color value is 4.71%
CMYK:
(0,22,21,5)
C0M22Y21K5 
(0%,22%,21%,5%)
(0.00/0.22/0.21/0.05)	

CMYK percentages

%0
%21.81
%20.99
%4.71

Codes

Color #F3BEC0 in popluar color models

F3BEC0
RGB243190192
HSL358°68.83%84.90%
HSB/HSV358°21.81%95.29%
CMYK0.00%21.81%20.99%
4.71%

Color #F3BEC0 in popluar number systems.

HEXF3BEC0
Decimal243190192
Binary111100111011111011000000
Octal363276300

Shades and tints

Shades of #F3BEC0

#F3BEC0
(243,190,192)
#DDADAF
(221,173,175)
#C79C9E
(199,156,158)
#B18B8D
(177,139,141)
#9B7A7C
(155,122,124)
#85696B
(133,105,107)
#6F585A
(111,88,90)
#594749
(89,71,73)
#433638
(67,54,56)
#2D2527
(45,37,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #F3BEC0

#F3BEC0
(243,190,192)
#F4C3C5
(244,195,197)
#F5C8CA
(245,200,202)
#F6CDCF
(246,205,207)
#F7D2D4
(247,210,212)
#F8D7D9
(248,215,217)
#F9DCDE
(249,220,222)
#FAE1E3
(250,225,227)
#FBE6E8
(251,230,232)
#FCEBED
(252,235,237)
#FDF0F2
(253,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3BEC0; }

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

This text font color is #F3BEC0.


Background Color

.myBgColor { background-color: #F3BEC0; }

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

This div background color is #F3BEC0.


Border color

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

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

This div border color is #F3BEC0.


Opacity

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

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

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

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

This text has shadow with #F3BEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3BEC0 on black background.


Color preview on white background

This text has color #F3BEC0 on white background.



Black color preview on #F3BEC0 background

This text has black color on #F3BEC0 background.


White color preview on #F3BEC0 background

This text has white color on #F3BEC0 background.