COLOR #F3EDFD

HEX: #F3EDFD RGB: (243,237,253)

Color info

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

RGB color model

#F3EDFD color RGB value is (243,237,253).

RGB: (243,237,253) (95%, 93%, 99%)

RGB channels and saturation

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

243
237
253

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

Portions of RGB colors in percentages

R + G + B = 243 + 237 + 253 = 733 (100%)
R 243 of 733 ~ 33.15%
G 237 of 733 ~ 32.33%
B 253 of 733 ~ 34.52'%

%33.15
%32.33
%34.52

CMYK color model

#F3EDFD color CMYK value is (4,6,0,1).

  • cyan value is 3.95%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,6,0,1)
C4M6Y0K1 (4%, 6%, 0%, 1%)
(0.04 / 0.06 / 0.00 / 0.01)

CMYK percentages

%3.95
%6.32
%0
%0.78

Codes

Color #F3EDFD in popluar color models

F3 ED FD
RGB 243 237 253
HSL 263° 80.00% 96.08%
HSB/HSV 263° 6.32% 99.22%
CMYK 3.95% 6.32% 0.00%
0.78%

Color #F3EDFD in popluar number systems.

HEX F3 ED FD
Decimal 243 237 253
Binary 11110011 11101101 11111101
Octal 363 355 375

Shades and tints

Shades of #F3EDFD

#F3EDFD
(243,237,253)
#DDD8E6
(221,216,230)
#C7C3CF
(199,195,207)
#B1AEB8
(177,174,184)
#9B99A1
(155,153,161)
#85848A
(133,132,138)
#6F6F73
(111,111,115)
#595A5C
(89,90,92)
#434545
(67,69,69)
#2D302E
(45,48,46)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #F3EDFD

#F3EDFD
(243,237,253)
#F4EEFD
(244,238,253)
#F5EFFD
(245,239,253)
#F6F0FD
(246,240,253)
#F7F1FD
(247,241,253)
#F8F2FD
(248,242,253)
#F9F3FD
(249,243,253)
#FAF4FD
(250,244,253)
#FBF5FD
(251,245,253)
#FCF6FD
(252,246,253)
#FDF7FD
(253,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3EDFD; }

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

This text font color is #F3EDFD.

Background Color

.myBgColor { background-color: #F3EDFD; }

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

This div background color is #F3EDFD.

Border color

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

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

This div border color is #F3EDFD.

Opacity

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

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

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

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

This text has shadow with #F3EDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3EDFD.

Preview

Color preview on black background

This text has color #F3EDFD on black background.


Color preview on white background

This text has color #F3EDFD on white background.


Black color preview on #F3EDFD background

This text has black color on #F3EDFD background.


White color preview on #F3EDFD background

This text has white color on #F3EDFD background.


Related colors

Complementary color

Complementary color for #hex is #0C1202.


I love getcolorcode.com

Triadic colors

1 #FDF3ED and #EDFDF3 with #F3EDFD are triadic colors.

2 #FDEDF3 and #EDF3FD with #F3EDFD are triadic colors.