COLOR #F2C2EF

HEX: #F2C2EF
RGB: (242,194,239)

Color info

#F2C2EF contains red, green and blue colors in about the same proportion. Web safe color of #F2C2EF is #FFCCFF (or #FCF).

RGB color model

#F2C2EF color RGB value is (242,194,239).

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

RGB channels and saturation

R 242 of 255 = 95%
G 194 of 255 = 76%
B 239 of 255 = 94%

242
194
239

R + G + B ~ 88%. #F2C2EF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 194 + 239 = 675 (100%)
R 242 of 675 ~ 35.85%
G 194 of 675 ~ 28.74%
B 239 of 675 ~ 35.41%

%35.85
%28.74
%35.41

CMYK color model

#F2C2EF color CMYK value is (0,20,1,5).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(0,20,1,5)
C0M20Y1K5 
(0%,20%,1%,5%)
(0.00/0.20/0.01/0.05)	

CMYK percentages

%0
%19.83
%1.24
%5.1

Codes

Color #F2C2EF in popluar color models

F2C2EF
RGB242194239
HSL304°64.86%85.49%
HSB/HSV304°19.83%94.90%
CMYK0.00%19.83%1.24%
5.10%

Color #F2C2EF in popluar number systems.

HEXF2C2EF
Decimal242194239
Binary111100101100001011101111
Octal362302357

Shades and tints

Shades of #F2C2EF

#F2C2EF
(242,194,239)
#DCB1DA
(220,177,218)
#C6A0C5
(198,160,197)
#B08FB0
(176,143,176)
#9A7E9B
(154,126,155)
#846D86
(132,109,134)
#6E5C71
(110,92,113)
#584B5C
(88,75,92)
#423A47
(66,58,71)
#2C2932
(44,41,50)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #F2C2EF

#F2C2EF
(242,194,239)
#F3C7F0
(243,199,240)
#F4CCF1
(244,204,241)
#F5D1F2
(245,209,242)
#F6D6F3
(246,214,243)
#F7DBF4
(247,219,244)
#F8E0F5
(248,224,245)
#F9E5F6
(249,229,246)
#FAEAF7
(250,234,247)
#FBEFF8
(251,239,248)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C2EF; }

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

This text font color is #F2C2EF.


Background Color

.myBgColor { background-color: #F2C2EF; }

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

This div background color is #F2C2EF.


Border color

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

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

This div border color is #F2C2EF.


Opacity

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

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

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

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

This text has shadow with #F2C2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C2EF on black background.


Color preview on white background

This text has color #F2C2EF on white background.



Black color preview on #F2C2EF background

This text has black color on #F2C2EF background.


White color preview on #F2C2EF background

This text has white color on #F2C2EF background.