COLOR #F3BBBC

HEX: #F3BBBC RGB: (243,187,188)

Color info

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

RGB color model

#F3BBBC color RGB value is (243,187,188).

RGB: (243,187,188) (95%, 73%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 187 of 255 = 73%
B 188 of 255 = 74%

243
187
188

R + G + B ~ 81%. #F3BBBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 187 + 188 = 618 (100%)
R 243 of 618 ~ 39.32%
G 187 of 618 ~ 30.26%
B 188 of 618 ~ 30.42'%

%39.32
%30.26
%30.42

CMYK color model

#F3BBBC color CMYK value is (0,23,23,5).

  • cyan value is 0.00%
  • magenta value is 23.05%
  • yellow value is 22.63%
  • key color value is 4.71%
CMYK: (0,23,23,5) C0M23Y23K5 (0%,23%,23%,5%) (0.00/0.23/0.23/0.05) 

CMYK percentages

%0
%23.05
%22.63
%4.71

Codes

Color #F3BBBC in popluar color models

F3 BB BC
RGB 243 187 188
HSL 359° 70.00% 84.31%
HSB/HSV 359° 23.05% 95.29%
CMYK 0.00% 23.05% 22.63%
4.71%

Color #F3BBBC in popluar number systems.

HEX F3 BB BC
Decimal 243 187 188
Binary 11110011 10111011 10111100
Octal 363 273 274

Shades and tints

Shades of #F3BBBC

#F3BBBC
(243,187,188)
#DDAAAB
(221,170,171)
#C7999A
(199,153,154)
#B18889
(177,136,137)
#9B7778
(155,119,120)
#856667
(133,102,103)
#6F5556
(111,85,86)
#594445
(89,68,69)
#433334
(67,51,52)
#2D2223
(45,34,35)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #F3BBBC

#F3BBBC
(243,187,188)
#F4C1C2
(244,193,194)
#F5C7C8
(245,199,200)
#F6CDCE
(246,205,206)
#F7D3D4
(247,211,212)
#F8D9DA
(248,217,218)
#F9DFE0
(249,223,224)
#FAE5E6
(250,229,230)
#FBEBEC
(251,235,236)
#FCF1F2
(252,241,242)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BBBC color. Also use rgb(243,187,188) instead hex code.

Text Font Color

.myTextColor { color: #F3BBBC; }

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

This text font color is #F3BBBC.

Background Color

.myBgColor { background-color: #F3BBBC; }

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

This div background color is #F3BBBC.

Border color

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

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

This div border color is #F3BBBC.

Opacity

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

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

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

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

This text has shadow with #F3BBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3BBBC.

Preview

Color preview on black background

This text has color #F3BBBC on black background.


Color preview on white background

This text has color #F3BBBC on white background.


Black color preview on #F3BBBC background

This text has black color on #F3BBBC background.


White color preview on #F3BBBC background

This text has white color on #F3BBBC background.


Related colors

Complementary color

Complementary color for #hex is #0C4443.


I love getcolorcode.com

Triadic colors

1 #BCF3BB and #BBBCF3 with #F3BBBC are triadic colors.

2 #BCBBF3 and #BBF3BC with #F3BBBC are triadic colors.