COLOR #F1EDFD

HEX: #F1EDFD
RGB: (241,237,253)

Color info

#F1EDFD contains red, green and blue colors in about the same proportion. Web safe color of #F1EDFD is #FFFFFF (or #FFF).

RGB color model

#F1EDFD color RGB value is (241,237,253).

  • red value is 241;
  • green value is 237;
  • blue value is 253.
RGB:
(241,237,253)
(95%,93%,99%)

RGB channels and saturation

R 241 of 255 = 95%
G 237 of 255 = 93%
B 253 of 255 = 99%

241
237
253

R + G + B ~ 96%. #F1EDFD is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 237 + 253 = 731 (100%)
R 241 of 731 ~ 32.97%
G 237 of 731 ~ 32.42%
B 253 of 731 ~ 34.61%

%32.97
%32.42
%34.61

CMYK color model

#F1EDFD color CMYK value is (5,6,0,1).

  • cyan value is 4.74%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(5,6,0,1)
C5M6Y0K1 
(5%,6%,0%,1%)
(0.05/0.06/0.00/0.01)	

CMYK percentages

%4.74
%6.32
%0
%0.78

Codes

Color #F1EDFD in popluar color models

F1EDFD
RGB241237253
HSL255°80.00%96.08%
HSB/HSV255°6.32%99.22%
CMYK4.74%6.32%0.00%
0.78%

Color #F1EDFD in popluar number systems.

HEXF1EDFD
Decimal241237253
Binary111100011110110111111101
Octal361355375

Shades and tints

Shades of #F1EDFD

#F1EDFD
(241,237,253)
#DCD8E6
(220,216,230)
#C7C3CF
(199,195,207)
#B2AEB8
(178,174,184)
#9D99A1
(157,153,161)
#88848A
(136,132,138)
#736F73
(115,111,115)
#5E5A5C
(94,90,92)
#494545
(73,69,69)
#34302E
(52,48,46)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1EDFD

#F1EDFD
(241,237,253)
#F2EEFD
(242,238,253)
#F3EFFD
(243,239,253)
#F4F0FD
(244,240,253)
#F5F1FD
(245,241,253)
#F6F2FD
(246,242,253)
#F7F3FD
(247,243,253)
#F8F4FD
(248,244,253)
#F9F5FD
(249,245,253)
#FAF6FD
(250,246,253)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EDFD color. Also use rgb(241,237,253) instead hex code.

Text Font Color

.myTextColor { color: #F1EDFD; }

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

This text font color is #F1EDFD.


Background Color

.myBgColor { background-color: #F1EDFD; }

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

This div background color is #F1EDFD.


Border color

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

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

This div border color is #F1EDFD.


Opacity

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

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

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

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

This text has shadow with #F1EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EDFD on black background.


Color preview on white background

This text has color #F1EDFD on white background.



Black color preview on #F1EDFD background

This text has black color on #F1EDFD background.


White color preview on #F1EDFD background

This text has white color on #F1EDFD background.