COLOR #F2C0BA

HEX: #F2C0BA
RGB: (242,192,186)

Color info

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

RGB color model

#F2C0BA color RGB value is (242,192,186).

  • red value is 242;
  • green value is 192;
  • blue value is 186.
RGB:
(242,192,186)
(95%,75%,73%)

RGB channels and saturation

R 242 of 255 = 95%
G 192 of 255 = 75%
B 186 of 255 = 73%

242
192
186

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

Portions of RGB colors in percentages

R + G + B =
242 + 192 + 186 = 620 (100%)
R 242 of 620 ~ 39.03%
G 192 of 620 ~ 30.97%
B 186 of 620 ~ 30%

%39.03
%30.97
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 23.14%
  • key color value is 5.10%
CMYK:
(0,21,23,5)
C0M21Y23K5 
(0%,21%,23%,5%)
(0.00/0.21/0.23/0.05)	

CMYK percentages

%0
%20.66
%23.14
%5.1

Codes

Color #F2C0BA in popluar color models

F2C0BA
RGB242192186
HSL68.29%83.92%
HSB/HSV23.14%94.90%
CMYK0.00%20.66%23.14%
5.10%

Color #F2C0BA in popluar number systems.

HEXF2C0BA
Decimal242192186
Binary111100101100000010111010
Octal362300272

Shades and tints

Shades of #F2C0BA

#F2C0BA
(242,192,186)
#DCAFAA
(220,175,170)
#C69E9A
(198,158,154)
#B08D8A
(176,141,138)
#9A7C7A
(154,124,122)
#846B6A
(132,107,106)
#6E5A5A
(110,90,90)
#58494A
(88,73,74)
#42383A
(66,56,58)
#2C272A
(44,39,42)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #F2C0BA

#F2C0BA
(242,192,186)
#F3C5C0
(243,197,192)
#F4CAC6
(244,202,198)
#F5CFCC
(245,207,204)
#F6D4D2
(246,212,210)
#F7D9D8
(247,217,216)
#F8DEDE
(248,222,222)
#F9E3E4
(249,227,228)
#FAE8EA
(250,232,234)
#FBEDF0
(251,237,240)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C0BA color. Also use rgb(242,192,186) instead hex code.

Text Font Color

.myTextColor { color: #F2C0BA; }

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

This text font color is #F2C0BA.


Background Color

.myBgColor { background-color: #F2C0BA; }

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

This div background color is #F2C0BA.


Border color

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

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

This div border color is #F2C0BA.


Opacity

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

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

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

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

This text has shadow with #F2C0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C0BA on black background.


Color preview on white background

This text has color #F2C0BA on white background.



Black color preview on #F2C0BA background

This text has black color on #F2C0BA background.


White color preview on #F2C0BA background

This text has white color on #F2C0BA background.