COLOR #F1DAE5

HEX: #F1DAE5
RGB: (241,218,229)

Color info

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

RGB color model

#F1DAE5 color RGB value is (241,218,229).

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

RGB channels and saturation

R 241 of 255 = 95%
G 218 of 255 = 85%
B 229 of 255 = 90%

241
218
229

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

Portions of RGB colors in percentages

R + G + B =
241 + 218 + 229 = 688 (100%)
R 241 of 688 ~ 35.03%
G 218 of 688 ~ 31.69%
B 229 of 688 ~ 33.28%

%35.03
%31.69
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.54%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(0,10,5,5)
C0M10Y5K5 
(0%,10%,5%,5%)
(0.00/0.10/0.05/0.05)	

CMYK percentages

%0
%9.54
%4.98
%5.49

Codes

Color #F1DAE5 in popluar color models

F1DAE5
RGB241218229
HSL331°45.10%90.00%
HSB/HSV331°9.54%94.51%
CMYK0.00%9.54%4.98%
5.49%

Color #F1DAE5 in popluar number systems.

HEXF1DAE5
Decimal241218229
Binary111100011101101011100101
Octal361332345

Shades and tints

Shades of #F1DAE5

#F1DAE5
(241,218,229)
#DCC7D1
(220,199,209)
#C7B4BD
(199,180,189)
#B2A1A9
(178,161,169)
#9D8E95
(157,142,149)
#887B81
(136,123,129)
#73686D
(115,104,109)
#5E5559
(94,85,89)
#494245
(73,66,69)
#342F31
(52,47,49)
#1F1C1D
(31,28,29)
#000000
(0,0,0)

Tints of #F1DAE5

#F1DAE5
(241,218,229)
#F2DDE7
(242,221,231)
#F3E0E9
(243,224,233)
#F4E3EB
(244,227,235)
#F5E6ED
(245,230,237)
#F6E9EF
(246,233,239)
#F7ECF1
(247,236,241)
#F8EFF3
(248,239,243)
#F9F2F5
(249,242,245)
#FAF5F7
(250,245,247)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DAE5; }

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

This text font color is #F1DAE5.


Background Color

.myBgColor { background-color: #F1DAE5; }

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

This div background color is #F1DAE5.


Border color

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

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

This div border color is #F1DAE5.


Opacity

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

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

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

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

This text has shadow with #F1DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DAE5 on black background.


Color preview on white background

This text has color #F1DAE5 on white background.



Black color preview on #F1DAE5 background

This text has black color on #F1DAE5 background.


White color preview on #F1DAE5 background

This text has white color on #F1DAE5 background.