COLOR #F9DAE3

HEX: #F9DAE3
RGB: (249,218,227)

Color info

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

RGB color model

#F9DAE3 color RGB value is (249,218,227).

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

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 227 of 255 = 89%

249
218
227

R + G + B ~ 91%. #F9DAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 218 + 227 = 694 (100%)
R 249 of 694 ~ 35.88%
G 218 of 694 ~ 31.41%
B 227 of 694 ~ 32.71%

%35.88
%31.41
%32.71

CMYK color model

#F9DAE3 color CMYK value is (0,12,9,2).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK:
(0,12,9,2)
C0M12Y9K2 
(0%,12%,9%,2%)
(0.00/0.12/0.09/0.02)	

CMYK percentages

%0
%12.45
%8.84
%2.35

Codes

Color #F9DAE3 in popluar color models

F9DAE3
RGB249218227
HSL343°72.09%91.57%
HSB/HSV343°12.45%97.65%
CMYK0.00%12.45%8.84%
2.35%

Color #F9DAE3 in popluar number systems.

HEXF9DAE3
Decimal249218227
Binary111110011101101011100011
Octal371332343

Shades and tints

Shades of #F9DAE3

#F9DAE3
(249,218,227)
#E3C7CF
(227,199,207)
#CDB4BB
(205,180,187)
#B7A1A7
(183,161,167)
#A18E93
(161,142,147)
#8B7B7F
(139,123,127)
#75686B
(117,104,107)
#5F5557
(95,85,87)
#494243
(73,66,67)
#332F2F
(51,47,47)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #F9DAE3

#F9DAE3
(249,218,227)
#F9DDE5
(249,221,229)
#F9E0E7
(249,224,231)
#F9E3E9
(249,227,233)
#F9E6EB
(249,230,235)
#F9E9ED
(249,233,237)
#F9ECEF
(249,236,239)
#F9EFF1
(249,239,241)
#F9F2F3
(249,242,243)
#F9F5F5
(249,245,245)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DAE3; }

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

This text font color is #F9DAE3.


Background Color

.myBgColor { background-color: #F9DAE3; }

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

This div background color is #F9DAE3.


Border color

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

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

This div border color is #F9DAE3.


Opacity

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

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

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

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

This text has shadow with #F9DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DAE3 on black background.


Color preview on white background

This text has color #F9DAE3 on white background.



Black color preview on #F9DAE3 background

This text has black color on #F9DAE3 background.


White color preview on #F9DAE3 background

This text has white color on #F9DAE3 background.