COLOR #F1EDFB

HEX: #F1EDFB RGB: (241,237,251)

Color info

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

RGB color model

#F1EDFB color RGB value is (241,237,251).

RGB: (241,237,251) (95%, 93%, 98%)

RGB channels and saturation

R 241 of 255 = 95%
G 237 of 255 = 93%
B 251 of 255 = 98%

241
237
251

R + G + B ~ 95%. #F1EDFB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 237 + 251 = 729 (100%)
R 241 of 729 ~ 33.06%
G 237 of 729 ~ 32.51%
B 251 of 729 ~ 34.43'%

%33.06
%32.51
%34.43

CMYK color model

#F1EDFB color CMYK value is (4,6,0,2).

  • cyan value is 3.98%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (4,6,0,2) C4M6Y0K2 (4%,6%,0%,2%) (0.04/0.06/0.00/0.02) 

CMYK percentages

%3.98
%5.58
%0
%1.57

Codes

Color #F1EDFB in popluar color models

F1 ED FB
RGB 241 237 251
HSL 257° 63.64% 95.69%
HSB/HSV 257° 5.58% 98.43%
CMYK 3.98% 5.58% 0.00%
1.57%

Color #F1EDFB in popluar number systems.

HEX F1 ED FB
Decimal 241 237 251
Binary 11110001 11101101 11111011
Octal 361 355 373

Shades and tints

Shades of #F1EDFB

#F1EDFB
(241,237,251)
#DCD8E5
(220,216,229)
#C7C3CF
(199,195,207)
#B2AEB9
(178,174,185)
#9D99A3
(157,153,163)
#88848D
(136,132,141)
#736F77
(115,111,119)
#5E5A61
(94,90,97)
#49454B
(73,69,75)
#343035
(52,48,53)
#1F1B1F
(31,27,31)
#000000
(0,0,0)

Tints of #F1EDFB

#F1EDFB
(241,237,251)
#F2EEFB
(242,238,251)
#F3EFFB
(243,239,251)
#F4F0FB
(244,240,251)
#F5F1FB
(245,241,251)
#F6F2FB
(246,242,251)
#F7F3FB
(247,243,251)
#F8F4FB
(248,244,251)
#F9F5FB
(249,245,251)
#FAF6FB
(250,246,251)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDFB; }

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

This text font color is #F1EDFB.

Background Color

.myBgColor { background-color: #F1EDFB; }

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

This div background color is #F1EDFB.

Border color

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

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

This div border color is #F1EDFB.

Opacity

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

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

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

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

This text has shadow with #F1EDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EDFB.

Preview

Color preview on black background

This text has color #F1EDFB on black background.


Color preview on white background

This text has color #F1EDFB on white background.


Black color preview on #F1EDFB background

This text has black color on #F1EDFB background.


White color preview on #F1EDFB background

This text has white color on #F1EDFB background.


Related colors

Complementary color

Complementary color for #hex is #0E1204.


I love getcolorcode.com

Triadic colors

1 #FBF1ED and #EDFBF1 with #F1EDFB are triadic colors.

2 #FBEDF1 and #EDF1FB with #F1EDFB are triadic colors.