COLOR #F2C8BB

HEX: #F2C8BB
RGB: (242,200,187)

Color info

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

RGB color model

#F2C8BB color RGB value is (242,200,187).

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

RGB channels and saturation

R 242 of 255 = 95%
G 200 of 255 = 78%
B 187 of 255 = 73%

242
200
187

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

Portions of RGB colors in percentages

R + G + B =
242 + 200 + 187 = 629 (100%)
R 242 of 629 ~ 38.47%
G 200 of 629 ~ 31.8%
B 187 of 629 ~ 29.73%

%38.47
%31.8
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(0,17,23,5)
C0M17Y23K5 
(0%,17%,23%,5%)
(0.00/0.17/0.23/0.05)	

CMYK percentages

%0
%17.36
%22.73
%5.1

Codes

Color #F2C8BB in popluar color models

F2C8BB
RGB242200187
HSL14°67.90%84.12%
HSB/HSV14°22.73%94.90%
CMYK0.00%17.36%22.73%
5.10%

Color #F2C8BB in popluar number systems.

HEXF2C8BB
Decimal242200187
Binary111100101100100010111011
Octal362310273

Shades and tints

Shades of #F2C8BB

#F2C8BB
(242,200,187)
#DCB6AA
(220,182,170)
#C6A499
(198,164,153)
#B09288
(176,146,136)
#9A8077
(154,128,119)
#846E66
(132,110,102)
#6E5C55
(110,92,85)
#584A44
(88,74,68)
#423833
(66,56,51)
#2C2622
(44,38,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #F2C8BB

#F2C8BB
(242,200,187)
#F3CDC1
(243,205,193)
#F4D2C7
(244,210,199)
#F5D7CD
(245,215,205)
#F6DCD3
(246,220,211)
#F7E1D9
(247,225,217)
#F8E6DF
(248,230,223)
#F9EBE5
(249,235,229)
#FAF0EB
(250,240,235)
#FBF5F1
(251,245,241)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C8BB; }

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

This text font color is #F2C8BB.


Background Color

.myBgColor { background-color: #F2C8BB; }

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

This div background color is #F2C8BB.


Border color

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

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

This div border color is #F2C8BB.


Opacity

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

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

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

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

This text has shadow with #F2C8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C8BB on black background.


Color preview on white background

This text has color #F2C8BB on white background.



Black color preview on #F2C8BB background

This text has black color on #F2C8BB background.


White color preview on #F2C8BB background

This text has white color on #F2C8BB background.