COLOR #F9DAFE

HEX: #F9DAFE
RGB: (249,218,254)

Color info

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

RGB color model

#F9DAFE color RGB value is (249,218,254).

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

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 254 of 255 = 100%

249
218
254

R + G + B ~ 94%. #F9DAFE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 218 + 254 = 721 (100%)
R 249 of 721 ~ 34.54%
G 218 of 721 ~ 30.24%
B 254 of 721 ~ 35.23%

%34.54
%30.24
%35.23

CMYK color model

#F9DAFE color CMYK value is (2,14,0,0).

  • cyan value is 1.97%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,14,0,0)
C2M14Y0K0 
(2%,14%,0%,0%)
(0.02/0.14/0.00/0.00)	

CMYK percentages

%1.97
%14.17
%0
%0.39

Codes

Color #F9DAFE in popluar color models

F9DAFE
RGB249218254
HSL292°94.74%92.55%
HSB/HSV292°14.17%99.61%
CMYK1.97%14.17%0.00%
0.39%

Color #F9DAFE in popluar number systems.

HEXF9DAFE
Decimal249218254
Binary111110011101101011111110
Octal371332376

Shades and tints

Shades of #F9DAFE

#F9DAFE
(249,218,254)
#E3C7E7
(227,199,231)
#CDB4D0
(205,180,208)
#B7A1B9
(183,161,185)
#A18EA2
(161,142,162)
#8B7B8B
(139,123,139)
#756874
(117,104,116)
#5F555D
(95,85,93)
#494246
(73,66,70)
#332F2F
(51,47,47)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #F9DAFE

#F9DAFE
(249,218,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DAFE; }

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

This text font color is #F9DAFE.


Background Color

.myBgColor { background-color: #F9DAFE; }

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

This div background color is #F9DAFE.


Border color

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

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

This div border color is #F9DAFE.


Opacity

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

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

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

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

This text has shadow with #F9DAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DAFE on black background.


Color preview on white background

This text has color #F9DAFE on white background.



Black color preview on #F9DAFE background

This text has black color on #F9DAFE background.


White color preview on #F9DAFE background

This text has white color on #F9DAFE background.