COLOR #F1DAE7

HEX: #F1DAE7
RGB: (241,218,231)

Color info

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

RGB color model

#F1DAE7 color RGB value is (241,218,231).

  • red value is 241;
  • green value is 218;
  • blue value is 231.
RGB:
(241,218,231)
(95%,85%,91%)

RGB channels and saturation

R 241 of 255 = 95%
G 218 of 255 = 85%
B 231 of 255 = 91%

241
218
231

R + G + B ~ 90%. #F1DAE7 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 218 + 231 = 690 (100%)
R 241 of 690 ~ 34.93%
G 218 of 690 ~ 31.59%
B 231 of 690 ~ 33.48%

%34.93
%31.59
%33.48

CMYK color model

#F1DAE7 color CMYK value is (0,10,4,5).

  • cyan value is 0.00%
  • magenta value is 9.54%
  • yellow value is 4.15%
  • key color value is 5.49%
CMYK:
(0,10,4,5)
C0M10Y4K5 
(0%,10%,4%,5%)
(0.00/0.10/0.04/0.05)	

CMYK percentages

%0
%9.54
%4.15
%5.49

Codes

Color #F1DAE7 in popluar color models

F1DAE7
RGB241218231
HSL326°45.10%90.00%
HSB/HSV326°9.54%94.51%
CMYK0.00%9.54%4.15%
5.49%

Color #F1DAE7 in popluar number systems.

HEXF1DAE7
Decimal241218231
Binary111100011101101011100111
Octal361332347

Shades and tints

Shades of #F1DAE7

#F1DAE7
(241,218,231)
#DCC7D2
(220,199,210)
#C7B4BD
(199,180,189)
#B2A1A8
(178,161,168)
#9D8E93
(157,142,147)
#887B7E
(136,123,126)
#736869
(115,104,105)
#5E5554
(94,85,84)
#49423F
(73,66,63)
#342F2A
(52,47,42)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #F1DAE7

#F1DAE7
(241,218,231)
#F2DDE9
(242,221,233)
#F3E0EB
(243,224,235)
#F4E3ED
(244,227,237)
#F5E6EF
(245,230,239)
#F6E9F1
(246,233,241)
#F7ECF3
(247,236,243)
#F8EFF5
(248,239,245)
#F9F2F7
(249,242,247)
#FAF5F9
(250,245,249)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DAE7 color. Also use rgb(241,218,231) instead hex code.

Text Font Color

.myTextColor { color: #F1DAE7; }

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

This text font color is #F1DAE7.


Background Color

.myBgColor { background-color: #F1DAE7; }

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

This div background color is #F1DAE7.


Border color

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

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

This div border color is #F1DAE7.


Opacity

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

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

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

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

This text has shadow with #F1DAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DAE7 on black background.


Color preview on white background

This text has color #F1DAE7 on white background.



Black color preview on #F1DAE7 background

This text has black color on #F1DAE7 background.


White color preview on #F1DAE7 background

This text has white color on #F1DAE7 background.