COLOR #F2C1E2

HEX: #F2C1E2
RGB: (242,193,226)

Color info

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

RGB color model

#F2C1E2 color RGB value is (242,193,226).

  • red value is 242;
  • green value is 193;
  • blue value is 226.
RGB:
(242,193,226)
(95%,76%,89%)

RGB channels and saturation

R 242 of 255 = 95%
G 193 of 255 = 76%
B 226 of 255 = 89%

242
193
226

R + G + B ~ 87%. #F2C1E2 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 193 + 226 = 661 (100%)
R 242 of 661 ~ 36.61%
G 193 of 661 ~ 29.2%
B 226 of 661 ~ 34.19%

%36.61
%29.2
%34.19

CMYK color model

#F2C1E2 color CMYK value is (0,20,7,5).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 6.61%
  • key color value is 5.10%
CMYK:
(0,20,7,5)
C0M20Y7K5 
(0%,20%,7%,5%)
(0.00/0.20/0.07/0.05)	

CMYK percentages

%0
%20.25
%6.61
%5.1

Codes

Color #F2C1E2 in popluar color models

F2C1E2
RGB242193226
HSL320°65.33%85.29%
HSB/HSV320°20.25%94.90%
CMYK0.00%20.25%6.61%
5.10%

Color #F2C1E2 in popluar number systems.

HEXF2C1E2
Decimal242193226
Binary111100101100000111100010
Octal362301342

Shades and tints

Shades of #F2C1E2

#F2C1E2
(242,193,226)
#DCB0CE
(220,176,206)
#C69FBA
(198,159,186)
#B08EA6
(176,142,166)
#9A7D92
(154,125,146)
#846C7E
(132,108,126)
#6E5B6A
(110,91,106)
#584A56
(88,74,86)
#423942
(66,57,66)
#2C282E
(44,40,46)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #F2C1E2

#F2C1E2
(242,193,226)
#F3C6E4
(243,198,228)
#F4CBE6
(244,203,230)
#F5D0E8
(245,208,232)
#F6D5EA
(246,213,234)
#F7DAEC
(247,218,236)
#F8DFEE
(248,223,238)
#F9E4F0
(249,228,240)
#FAE9F2
(250,233,242)
#FBEEF4
(251,238,244)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C1E2 color. Also use rgb(242,193,226) instead hex code.

Text Font Color

.myTextColor { color: #F2C1E2; }

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

This text font color is #F2C1E2.


Background Color

.myBgColor { background-color: #F2C1E2; }

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

This div background color is #F2C1E2.


Border color

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

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

This div border color is #F2C1E2.


Opacity

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

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

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

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

This text has shadow with #F2C1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C1E2 on black background.


Color preview on white background

This text has color #F2C1E2 on white background.



Black color preview on #F2C1E2 background

This text has black color on #F2C1E2 background.


White color preview on #F2C1E2 background

This text has white color on #F2C1E2 background.