COLOR #F3FDEE

HEX: #F3FDEE
RGB: (243,253,238)

Color info

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

RGB color model

#F3FDEE color RGB value is (243,253,238).

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

RGB channels and saturation

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

243
253
238

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

Portions of RGB colors in percentages

R + G + B =
243 + 253 + 238 = 734 (100%)
R 243 of 734 ~ 33.11%
G 253 of 734 ~ 34.47%
B 238 of 734 ~ 32.43%

%33.11
%34.47
%32.43

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(4,0,6,1)
C4M0Y6K1 
(4%,0%,6%,1%)
(0.04/0.00/0.06/0.01)	

CMYK percentages

%3.95
%0
%5.93
%0.78

Codes

Color #F3FDEE in popluar color models

F3FDEE
RGB243253238
HSL100°78.95%96.27%
HSB/HSV100°5.93%99.22%
CMYK3.95%0.00%5.93%
0.78%

Color #F3FDEE in popluar number systems.

HEXF3FDEE
Decimal243253238
Binary111100111111110111101110
Octal363375356

Shades and tints

Shades of #F3FDEE

#F3FDEE
(243,253,238)
#DDE6D9
(221,230,217)
#C7CFC4
(199,207,196)
#B1B8AF
(177,184,175)
#9BA19A
(155,161,154)
#858A85
(133,138,133)
#6F7370
(111,115,112)
#595C5B
(89,92,91)
#434546
(67,69,70)
#2D2E31
(45,46,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #F3FDEE

#F3FDEE
(243,253,238)
#F4FDEF
(244,253,239)
#F5FDF0
(245,253,240)
#F6FDF1
(246,253,241)
#F7FDF2
(247,253,242)
#F8FDF3
(248,253,243)
#F9FDF4
(249,253,244)
#FAFDF5
(250,253,245)
#FBFDF6
(251,253,246)
#FCFDF7
(252,253,247)
#FDFDF8
(253,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FDEE; }

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

This text font color is #F3FDEE.


Background Color

.myBgColor { background-color: #F3FDEE; }

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

This div background color is #F3FDEE.


Border color

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

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

This div border color is #F3FDEE.


Opacity

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

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

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

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

This text has shadow with #F3FDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FDEE on black background.


Color preview on white background

This text has color #F3FDEE on white background.



Black color preview on #F3FDEE background

This text has black color on #F3FDEE background.


White color preview on #F3FDEE background

This text has white color on #F3FDEE background.