COLOR #F2C0C4

HEX: #F2C0C4
RGB: (242,192,196)

Color info

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

RGB color model

#F2C0C4 color RGB value is (242,192,196).

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

RGB channels and saturation

R 242 of 255 = 95%
G 192 of 255 = 75%
B 196 of 255 = 77%

242
192
196

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

Portions of RGB colors in percentages

R + G + B =
242 + 192 + 196 = 630 (100%)
R 242 of 630 ~ 38.41%
G 192 of 630 ~ 30.48%
B 196 of 630 ~ 31.11%

%38.41
%30.48
%31.11

CMYK color model

#F2C0C4 color CMYK value is (0,21,19,5).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 19.01%
  • key color value is 5.10%
CMYK:
(0,21,19,5)
C0M21Y19K5 
(0%,21%,19%,5%)
(0.00/0.21/0.19/0.05)	

CMYK percentages

%0
%20.66
%19.01
%5.1

Codes

Color #F2C0C4 in popluar color models

F2C0C4
RGB242192196
HSL355°65.79%85.10%
HSB/HSV355°20.66%94.90%
CMYK0.00%20.66%19.01%
5.10%

Color #F2C0C4 in popluar number systems.

HEXF2C0C4
Decimal242192196
Binary111100101100000011000100
Octal362300304

Shades and tints

Shades of #F2C0C4

#F2C0C4
(242,192,196)
#DCAFB3
(220,175,179)
#C69EA2
(198,158,162)
#B08D91
(176,141,145)
#9A7C80
(154,124,128)
#846B6F
(132,107,111)
#6E5A5E
(110,90,94)
#58494D
(88,73,77)
#42383C
(66,56,60)
#2C272B
(44,39,43)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #F2C0C4

#F2C0C4
(242,192,196)
#F3C5C9
(243,197,201)
#F4CACE
(244,202,206)
#F5CFD3
(245,207,211)
#F6D4D8
(246,212,216)
#F7D9DD
(247,217,221)
#F8DEE2
(248,222,226)
#F9E3E7
(249,227,231)
#FAE8EC
(250,232,236)
#FBEDF1
(251,237,241)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C0C4; }

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

This text font color is #F2C0C4.


Background Color

.myBgColor { background-color: #F2C0C4; }

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

This div background color is #F2C0C4.


Border color

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

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

This div border color is #F2C0C4.


Opacity

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

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

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

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

This text has shadow with #F2C0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C0C4 on black background.


Color preview on white background

This text has color #F2C0C4 on white background.



Black color preview on #F2C0C4 background

This text has black color on #F2C0C4 background.


White color preview on #F2C0C4 background

This text has white color on #F2C0C4 background.