COLOR #F9DDFE

HEX: #F9DDFE
RGB: (249,221,254)

Color info

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

RGB color model

#F9DDFE color RGB value is (249,221,254).

  • red value is 249;
  • green value is 221;
  • blue value is 254.
RGB:
(249,221,254)
(98%,87%,100%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 254 of 255 = 100%

249
221
254

R + G + B ~ 95%. #F9DDFE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 221 + 254 = 724 (100%)
R 249 of 724 ~ 34.39%
G 221 of 724 ~ 30.52%
B 254 of 724 ~ 35.08%

%34.39
%30.52
%35.08

CMYK color model

#F9DDFE color CMYK value is (2,13,0,0).

  • cyan value is 1.97%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,13,0,0)
C2M13Y0K0 
(2%,13%,0%,0%)
(0.02/0.13/0.00/0.00)	

CMYK percentages

%1.97
%12.99
%0
%0.39

Codes

Color #F9DDFE in popluar color models

F9DDFE
RGB249221254
HSL291°94.29%93.14%
HSB/HSV291°12.99%99.61%
CMYK1.97%12.99%0.00%
0.39%

Color #F9DDFE in popluar number systems.

HEXF9DDFE
Decimal249221254
Binary111110011101110111111110
Octal371335376

Shades and tints

Shades of #F9DDFE

#F9DDFE
(249,221,254)
#E3C9E7
(227,201,231)
#CDB5D0
(205,181,208)
#B7A1B9
(183,161,185)
#A18DA2
(161,141,162)
#8B798B
(139,121,139)
#756574
(117,101,116)
#5F515D
(95,81,93)
#493D46
(73,61,70)
#33292F
(51,41,47)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #F9DDFE

#F9DDFE
(249,221,254)
#F9E0FE
(249,224,254)
#F9E3FE
(249,227,254)
#F9E6FE
(249,230,254)
#F9E9FE
(249,233,254)
#F9ECFE
(249,236,254)
#F9EFFE
(249,239,254)
#F9F2FE
(249,242,254)
#F9F5FE
(249,245,254)
#F9F8FE
(249,248,254)
#F9FBFE
(249,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DDFE color. Also use rgb(249,221,254) instead hex code.

Text Font Color

.myTextColor { color: #F9DDFE; }

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

This text font color is #F9DDFE.


Background Color

.myBgColor { background-color: #F9DDFE; }

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

This div background color is #F9DDFE.


Border color

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

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

This div border color is #F9DDFE.


Opacity

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

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

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

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

This text has shadow with #F9DDFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DDFE on black background.


Color preview on white background

This text has color #F9DDFE on white background.



Black color preview on #F9DDFE background

This text has black color on #F9DDFE background.


White color preview on #F9DDFE background

This text has white color on #F9DDFE background.