COLOR #F2C3BB

HEX: #F2C3BB
RGB: (242,195,187)

Color info

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

RGB color model

#F2C3BB color RGB value is (242,195,187).

  • red value is 242;
  • green value is 195;
  • blue value is 187.
RGB:
(242,195,187)
(95%,76%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 187 of 255 = 73%

242
195
187

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

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 187 = 624 (100%)
R 242 of 624 ~ 38.78%
G 195 of 624 ~ 31.25%
B 187 of 624 ~ 29.97%

%38.78
%31.25
%29.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,19,23,5)
C0M19Y23K5 
(0%,19%,23%,5%)
(0.00/0.19/0.23/0.05)	

CMYK percentages

%0
%19.42
%22.73
%5.1

Codes

Color #F2C3BB in popluar color models

F2C3BB
RGB242195187
HSL67.90%84.12%
HSB/HSV22.73%94.90%
CMYK0.00%19.42%22.73%
5.10%

Color #F2C3BB in popluar number systems.

HEXF2C3BB
Decimal242195187
Binary111100101100001110111011
Octal362303273

Shades and tints

Shades of #F2C3BB

#F2C3BB
(242,195,187)
#DCB2AA
(220,178,170)
#C6A199
(198,161,153)
#B09088
(176,144,136)
#9A7F77
(154,127,119)
#846E66
(132,110,102)
#6E5D55
(110,93,85)
#584C44
(88,76,68)
#423B33
(66,59,51)
#2C2A22
(44,42,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #F2C3BB

#F2C3BB
(242,195,187)
#F3C8C1
(243,200,193)
#F4CDC7
(244,205,199)
#F5D2CD
(245,210,205)
#F6D7D3
(246,215,211)
#F7DCD9
(247,220,217)
#F8E1DF
(248,225,223)
#F9E6E5
(249,230,229)
#FAEBEB
(250,235,235)
#FBF0F1
(251,240,241)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C3BB; }

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

This text font color is #F2C3BB.


Background Color

.myBgColor { background-color: #F2C3BB; }

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

This div background color is #F2C3BB.


Border color

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

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

This div border color is #F2C3BB.


Opacity

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

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

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

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

This text has shadow with #F2C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C3BB on black background.


Color preview on white background

This text has color #F2C3BB on white background.



Black color preview on #F2C3BB background

This text has black color on #F2C3BB background.


White color preview on #F2C3BB background

This text has white color on #F2C3BB background.