COLOR #F9DEF1

HEX: #F9DEF1
RGB: (249,222,241)

Color info

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

RGB color model

#F9DEF1 color RGB value is (249,222,241).

  • red value is 249;
  • green value is 222;
  • blue value is 241.
RGB:
(249,222,241)
(98%,87%,95%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 241 of 255 = 95%

249
222
241

R + G + B ~ 93%. #F9DEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 222 + 241 = 712 (100%)
R 249 of 712 ~ 34.97%
G 222 of 712 ~ 31.18%
B 241 of 712 ~ 33.85%

%34.97
%31.18
%33.85

CMYK color model

#F9DEF1 color CMYK value is (0,11,3,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 3.21%
  • key color value is 2.35%
CMYK:
(0,11,3,2)
C0M11Y3K2 
(0%,11%,3%,2%)
(0.00/0.11/0.03/0.02)	

CMYK percentages

%0
%10.84
%3.21
%2.35

Codes

Color #F9DEF1 in popluar color models

F9DEF1
RGB249222241
HSL318°69.23%92.35%
HSB/HSV318°10.84%97.65%
CMYK0.00%10.84%3.21%
2.35%

Color #F9DEF1 in popluar number systems.

HEXF9DEF1
Decimal249222241
Binary111110011101111011110001
Octal371336361

Shades and tints

Shades of #F9DEF1

#F9DEF1
(249,222,241)
#E3CADC
(227,202,220)
#CDB6C7
(205,182,199)
#B7A2B2
(183,162,178)
#A18E9D
(161,142,157)
#8B7A88
(139,122,136)
#756673
(117,102,115)
#5F525E
(95,82,94)
#493E49
(73,62,73)
#332A34
(51,42,52)
#1D161F
(29,22,31)
#000000
(0,0,0)

Tints of #F9DEF1

#F9DEF1
(249,222,241)
#F9E1F2
(249,225,242)
#F9E4F3
(249,228,243)
#F9E7F4
(249,231,244)
#F9EAF5
(249,234,245)
#F9EDF6
(249,237,246)
#F9F0F7
(249,240,247)
#F9F3F8
(249,243,248)
#F9F6F9
(249,246,249)
#F9F9FA
(249,249,250)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DEF1 color. Also use rgb(249,222,241) instead hex code.

Text Font Color

.myTextColor { color: #F9DEF1; }

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

This text font color is #F9DEF1.


Background Color

.myBgColor { background-color: #F9DEF1; }

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

This div background color is #F9DEF1.


Border color

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

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

This div border color is #F9DEF1.


Opacity

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

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

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

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

This text has shadow with #F9DEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DEF1 on black background.


Color preview on white background

This text has color #F9DEF1 on white background.



Black color preview on #F9DEF1 background

This text has black color on #F9DEF1 background.


White color preview on #F9DEF1 background

This text has white color on #F9DEF1 background.