COLOR #F2C2CD

HEX: #F2C2CD
RGB: (242,194,205)

Color info

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

RGB color model

#F2C2CD color RGB value is (242,194,205).

  • red value is 242;
  • green value is 194;
  • blue value is 205.
RGB:
(242,194,205)
(95%,76%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 194 of 255 = 76%
B 205 of 255 = 80%

242
194
205

R + G + B ~ 84%. #F2C2CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 194 + 205 = 641 (100%)
R 242 of 641 ~ 37.75%
G 194 of 641 ~ 30.27%
B 205 of 641 ~ 31.98%

%37.75
%30.27
%31.98

CMYK color model

#F2C2CD color CMYK value is (0,20,15,5).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 15.29%
  • key color value is 5.10%
CMYK:
(0,20,15,5)
C0M20Y15K5 
(0%,20%,15%,5%)
(0.00/0.20/0.15/0.05)	

CMYK percentages

%0
%19.83
%15.29
%5.1

Codes

Color #F2C2CD in popluar color models

F2C2CD
RGB242194205
HSL346°64.86%85.49%
HSB/HSV346°19.83%94.90%
CMYK0.00%19.83%15.29%
5.10%

Color #F2C2CD in popluar number systems.

HEXF2C2CD
Decimal242194205
Binary111100101100001011001101
Octal362302315

Shades and tints

Shades of #F2C2CD

#F2C2CD
(242,194,205)
#DCB1BB
(220,177,187)
#C6A0A9
(198,160,169)
#B08F97
(176,143,151)
#9A7E85
(154,126,133)
#846D73
(132,109,115)
#6E5C61
(110,92,97)
#584B4F
(88,75,79)
#423A3D
(66,58,61)
#2C292B
(44,41,43)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2C2CD

#F2C2CD
(242,194,205)
#F3C7D1
(243,199,209)
#F4CCD5
(244,204,213)
#F5D1D9
(245,209,217)
#F6D6DD
(246,214,221)
#F7DBE1
(247,219,225)
#F8E0E5
(248,224,229)
#F9E5E9
(249,229,233)
#FAEAED
(250,234,237)
#FBEFF1
(251,239,241)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C2CD color. Also use rgb(242,194,205) instead hex code.

Text Font Color

.myTextColor { color: #F2C2CD; }

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

This text font color is #F2C2CD.


Background Color

.myBgColor { background-color: #F2C2CD; }

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

This div background color is #F2C2CD.


Border color

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

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

This div border color is #F2C2CD.


Opacity

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

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

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

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

This text has shadow with #F2C2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C2CD on black background.


Color preview on white background

This text has color #F2C2CD on white background.



Black color preview on #F2C2CD background

This text has black color on #F2C2CD background.


White color preview on #F2C2CD background

This text has white color on #F2C2CD background.