COLOR #F1DAEB

HEX: #F1DAEB RGB: (241,218,235)

Color info

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

RGB color model

#F1DAEB color RGB value is (241,218,235).

RGB: (241,218,235) (95%, 85%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 218 of 255 = 85%
B 235 of 255 = 92%

241
218
235

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

Portions of RGB colors in percentages

R + G + B = 241 + 218 + 235 = 694 (100%)
R 241 of 694 ~ 34.73%
G 218 of 694 ~ 31.41%
B 235 of 694 ~ 33.86'%

%34.73
%31.41
%33.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.54%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (0,10,2,5)
C0M10Y2K5 (0%, 10%, 2%, 5%)
(0.00 / 0.10 / 0.02 / 0.05)

CMYK percentages

%0
%9.54
%2.49
%5.49

Codes

Color #F1DAEB in popluar color models

F1 DA EB
RGB 241 218 235
HSL 316° 45.10% 90.00%
HSB/HSV 316° 9.54% 94.51%
CMYK 0.00% 9.54% 2.49%
5.49%

Color #F1DAEB in popluar number systems.

HEX F1 DA EB
Decimal 241 218 235
Binary 11110001 11011010 11101011
Octal 361 332 353

Shades and tints

Shades of #F1DAEB

#F1DAEB
(241,218,235)
#DCC7D6
(220,199,214)
#C7B4C1
(199,180,193)
#B2A1AC
(178,161,172)
#9D8E97
(157,142,151)
#887B82
(136,123,130)
#73686D
(115,104,109)
#5E5558
(94,85,88)
#494243
(73,66,67)
#342F2E
(52,47,46)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #F1DAEB

#F1DAEB
(241,218,235)
#F2DDEC
(242,221,236)
#F3E0ED
(243,224,237)
#F4E3EE
(244,227,238)
#F5E6EF
(245,230,239)
#F6E9F0
(246,233,240)
#F7ECF1
(247,236,241)
#F8EFF2
(248,239,242)
#F9F2F3
(249,242,243)
#FAF5F4
(250,245,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DAEB; }

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

This text font color is #F1DAEB.

Background Color

.myBgColor { background-color: #F1DAEB; }

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

This div background color is #F1DAEB.

Border color

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

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

This div border color is #F1DAEB.

Opacity

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

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

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

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

This text has shadow with #F1DAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DAEB.

Preview

Color preview on black background

This text has color #F1DAEB on black background.


Color preview on white background

This text has color #F1DAEB on white background.


Black color preview on #F1DAEB background

This text has black color on #F1DAEB background.


White color preview on #F1DAEB background

This text has white color on #F1DAEB background.


Related colors

Complementary color

Complementary color for #hex is #0E2514.


I love getcolorcode.com

Triadic colors

1 #EBF1DA and #DAEBF1 with #F1DAEB are triadic colors.

2 #EBDAF1 and #DAF1EB with #F1DAEB are triadic colors.