COLOR #F2BCC3

HEX: #F2BCC3 RGB: (242,188,195)

Color info

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

RGB color model

#F2BCC3 color RGB value is (242,188,195).

RGB: (242,188,195) (95%, 74%, 76%)

RGB channels and saturation

R 242 of 255 = 95%
G 188 of 255 = 74%
B 195 of 255 = 76%

242
188
195

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

Portions of RGB colors in percentages

R + G + B = 242 + 188 + 195 = 625 (100%)
R 242 of 625 ~ 38.72%
G 188 of 625 ~ 30.08%
B 195 of 625 ~ 31.2'%

%38.72
%30.08
%31.2

CMYK color model

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

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

CMYK percentages

%0
%22.31
%19.42
%5.1

Codes

Color #F2BCC3 in popluar color models

F2 BC C3
RGB 242 188 195
HSL 352° 67.50% 84.31%
HSB/HSV 352° 22.31% 94.90%
CMYK 0.00% 22.31% 19.42%
5.10%

Color #F2BCC3 in popluar number systems.

HEX F2 BC C3
Decimal 242 188 195
Binary 11110010 10111100 11000011
Octal 362 274 303

Shades and tints

Shades of #F2BCC3

#F2BCC3
(242,188,195)
#DCABB2
(220,171,178)
#C69AA1
(198,154,161)
#B08990
(176,137,144)
#9A787F
(154,120,127)
#84676E
(132,103,110)
#6E565D
(110,86,93)
#58454C
(88,69,76)
#42343B
(66,52,59)
#2C232A
(44,35,42)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #F2BCC3

#F2BCC3
(242,188,195)
#F3C2C8
(243,194,200)
#F4C8CD
(244,200,205)
#F5CED2
(245,206,210)
#F6D4D7
(246,212,215)
#F7DADC
(247,218,220)
#F8E0E1
(248,224,225)
#F9E6E6
(249,230,230)
#FAECEB
(250,236,235)
#FBF2F0
(251,242,240)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BCC3 color. Also use rgb(242,188,195) instead hex code.

Text Font Color

.myTextColor { color: #F2BCC3; }

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

This text font color is #F2BCC3.

Background Color

.myBgColor { background-color: #F2BCC3; }

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

This div background color is #F2BCC3.

Border color

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

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

This div border color is #F2BCC3.

Opacity

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

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

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

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

This text has shadow with #F2BCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BCC3.

Preview

Color preview on black background

This text has color #F2BCC3 on black background.


Color preview on white background

This text has color #F2BCC3 on white background.


Black color preview on #F2BCC3 background

This text has black color on #F2BCC3 background.


White color preview on #F2BCC3 background

This text has white color on #F2BCC3 background.


Related colors

Complementary color

Complementary color for #hex is #0D433C.


I love getcolorcode.com

Triadic colors

1 #C3F2BC and #BCC3F2 with #F2BCC3 are triadic colors.

2 #C3BCF2 and #BCF2C3 with #F2BCC3 are triadic colors.