COLOR #F9C2E1

HEX: #F9C2E1
RGB: (249,194,225)

Color info

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

RGB color model

#F9C2E1 color RGB value is (249,194,225).

  • red value is 249;
  • green value is 194;
  • blue value is 225.
RGB:
(249,194,225)
(98%,76%,88%)

RGB channels and saturation

R 249 of 255 = 98%
G 194 of 255 = 76%
B 225 of 255 = 88%

249
194
225

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

Portions of RGB colors in percentages

R + G + B =
249 + 194 + 225 = 668 (100%)
R 249 of 668 ~ 37.28%
G 194 of 668 ~ 29.04%
B 225 of 668 ~ 33.68%

%37.28
%29.04
%33.68

CMYK color model

#F9C2E1 color CMYK value is (0,22,10,2).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK:
(0,22,10,2)
C0M22Y10K2 
(0%,22%,10%,2%)
(0.00/0.22/0.10/0.02)	

CMYK percentages

%0
%22.09
%9.64
%2.35

Codes

Color #F9C2E1 in popluar color models

F9C2E1
RGB249194225
HSL326°82.09%86.86%
HSB/HSV326°22.09%97.65%
CMYK0.00%22.09%9.64%
2.35%

Color #F9C2E1 in popluar number systems.

HEXF9C2E1
Decimal249194225
Binary111110011100001011100001
Octal371302341

Shades and tints

Shades of #F9C2E1

#F9C2E1
(249,194,225)
#E3B1CD
(227,177,205)
#CDA0B9
(205,160,185)
#B78FA5
(183,143,165)
#A17E91
(161,126,145)
#8B6D7D
(139,109,125)
#755C69
(117,92,105)
#5F4B55
(95,75,85)
#493A41
(73,58,65)
#33292D
(51,41,45)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #F9C2E1

#F9C2E1
(249,194,225)
#F9C7E3
(249,199,227)
#F9CCE5
(249,204,229)
#F9D1E7
(249,209,231)
#F9D6E9
(249,214,233)
#F9DBEB
(249,219,235)
#F9E0ED
(249,224,237)
#F9E5EF
(249,229,239)
#F9EAF1
(249,234,241)
#F9EFF3
(249,239,243)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C2E1 color. Also use rgb(249,194,225) instead hex code.

Text Font Color

.myTextColor { color: #F9C2E1; }

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

This text font color is #F9C2E1.


Background Color

.myBgColor { background-color: #F9C2E1; }

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

This div background color is #F9C2E1.


Border color

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

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

This div border color is #F9C2E1.


Opacity

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

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

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

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

This text has shadow with #F9C2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C2E1 on black background.


Color preview on white background

This text has color #F9C2E1 on white background.



Black color preview on #F9C2E1 background

This text has black color on #F9C2E1 background.


White color preview on #F9C2E1 background

This text has white color on #F9C2E1 background.