COLOR #F3EEFB

HEX: #F3EEFB RGB: (243,238,251)

Color info

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

RGB color model

#F3EEFB color RGB value is (243,238,251).

RGB: (243,238,251) (95%, 93%, 98%)

RGB channels and saturation

R 243 of 255 = 95%
G 238 of 255 = 93%
B 251 of 255 = 98%

243
238
251

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

Portions of RGB colors in percentages

R + G + B = 243 + 238 + 251 = 732 (100%)
R 243 of 732 ~ 33.2%
G 238 of 732 ~ 32.51%
B 251 of 732 ~ 34.29'%

%33.2
%32.51
%34.29

CMYK color model

#F3EEFB color CMYK value is (3,5,0,2).

  • cyan value is 3.19%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (3,5,0,2) C3M5Y0K2 (3%,5%,0%,2%) (0.03/0.05/0.00/0.02) 

CMYK percentages

%3.19
%5.18
%0
%1.57

Codes

Color #F3EEFB in popluar color models

F3 EE FB
RGB 243 238 251
HSL 263° 61.90% 95.88%
HSB/HSV 263° 5.18% 98.43%
CMYK 3.19% 5.18% 0.00%
1.57%

Color #F3EEFB in popluar number systems.

HEX F3 EE FB
Decimal 243 238 251
Binary 11110011 11101110 11111011
Octal 363 356 373

Shades and tints

Shades of #F3EEFB

#F3EEFB
(243,238,251)
#DDD9E5
(221,217,229)
#C7C4CF
(199,196,207)
#B1AFB9
(177,175,185)
#9B9AA3
(155,154,163)
#85858D
(133,133,141)
#6F7077
(111,112,119)
#595B61
(89,91,97)
#43464B
(67,70,75)
#2D3135
(45,49,53)
#171C1F
(23,28,31)
#000000
(0,0,0)

Tints of #F3EEFB

#F3EEFB
(243,238,251)
#F4EFFB
(244,239,251)
#F5F0FB
(245,240,251)
#F6F1FB
(246,241,251)
#F7F2FB
(247,242,251)
#F8F3FB
(248,243,251)
#F9F4FB
(249,244,251)
#FAF5FB
(250,245,251)
#FBF6FB
(251,246,251)
#FCF7FB
(252,247,251)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3EEFB color. Also use rgb(243,238,251) instead hex code.

Text Font Color

.myTextColor { color: #F3EEFB; }

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

This text font color is #F3EEFB.

Background Color

.myBgColor { background-color: #F3EEFB; }

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

This div background color is #F3EEFB.

Border color

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

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

This div border color is #F3EEFB.

Opacity

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

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

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

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

This text has shadow with #F3EEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EEFB.

Preview

Color preview on black background

This text has color #F3EEFB on black background.


Color preview on white background

This text has color #F3EEFB on white background.


Black color preview on #F3EEFB background

This text has black color on #F3EEFB background.


White color preview on #F3EEFB background

This text has white color on #F3EEFB background.


Related colors

Complementary color

Complementary color for #hex is #0C1104.


I love getcolorcode.com

Triadic colors

1 #FBF3EE and #EEFBF3 with #F3EEFB are triadic colors.

2 #FBEEF3 and #EEF3FB with #F3EEFB are triadic colors.