COLOR #F9C7EB

HEX: #F9C7EB
RGB: (249,199,235)

Color info

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

RGB color model

#F9C7EB color RGB value is (249,199,235).

  • red value is 249;
  • green value is 199;
  • blue value is 235.
RGB:
(249,199,235)
(98%,78%,92%)

RGB channels and saturation

R 249 of 255 = 98%
G 199 of 255 = 78%
B 235 of 255 = 92%

249
199
235

R + G + B ~ 89%. #F9C7EB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 199 + 235 = 683 (100%)
R 249 of 683 ~ 36.46%
G 199 of 683 ~ 29.14%
B 235 of 683 ~ 34.41%

%36.46
%29.14
%34.41

CMYK color model

#F9C7EB color CMYK value is (0,20,6,2).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(0,20,6,2)
C0M20Y6K2 
(0%,20%,6%,2%)
(0.00/0.20/0.06/0.02)	

CMYK percentages

%0
%20.08
%5.62
%2.35

Codes

Color #F9C7EB in popluar color models

F9C7EB
RGB249199235
HSL317°80.65%87.84%
HSB/HSV317°20.08%97.65%
CMYK0.00%20.08%5.62%
2.35%

Color #F9C7EB in popluar number systems.

HEXF9C7EB
Decimal249199235
Binary111110011100011111101011
Octal371307353

Shades and tints

Shades of #F9C7EB

#F9C7EB
(249,199,235)
#E3B5D6
(227,181,214)
#CDA3C1
(205,163,193)
#B791AC
(183,145,172)
#A17F97
(161,127,151)
#8B6D82
(139,109,130)
#755B6D
(117,91,109)
#5F4958
(95,73,88)
#493743
(73,55,67)
#33252E
(51,37,46)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #F9C7EB

#F9C7EB
(249,199,235)
#F9CCEC
(249,204,236)
#F9D1ED
(249,209,237)
#F9D6EE
(249,214,238)
#F9DBEF
(249,219,239)
#F9E0F0
(249,224,240)
#F9E5F1
(249,229,241)
#F9EAF2
(249,234,242)
#F9EFF3
(249,239,243)
#F9F4F4
(249,244,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C7EB color. Also use rgb(249,199,235) instead hex code.

Text Font Color

.myTextColor { color: #F9C7EB; }

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

This text font color is #F9C7EB.


Background Color

.myBgColor { background-color: #F9C7EB; }

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

This div background color is #F9C7EB.


Border color

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

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

This div border color is #F9C7EB.


Opacity

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

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

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

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

This text has shadow with #F9C7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C7EB on black background.


Color preview on white background

This text has color #F9C7EB on white background.



Black color preview on #F9C7EB background

This text has black color on #F9C7EB background.


White color preview on #F9C7EB background

This text has white color on #F9C7EB background.