COLOR #F3FCED

HEX: #F3FCED
RGB: (243,252,237)

Color info

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

RGB color model

#F3FCED color RGB value is (243,252,237).

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

RGB channels and saturation

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

243
252
237

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

Portions of RGB colors in percentages

R + G + B =
243 + 252 + 237 = 732 (100%)
R 243 of 732 ~ 33.2%
G 252 of 732 ~ 34.43%
B 237 of 732 ~ 32.38%

%33.2
%34.43
%32.38

CMYK color model

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

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

CMYK percentages

%3.57
%0
%5.95
%1.18

Codes

Color #F3FCED in popluar color models

F3FCED
RGB243252237
HSL96°71.43%95.88%
HSB/HSV96°5.95%98.82%
CMYK3.57%0.00%5.95%
1.18%

Color #F3FCED in popluar number systems.

HEXF3FCED
Decimal243252237
Binary111100111111110011101101
Octal363374355

Shades and tints

Shades of #F3FCED

#F3FCED
(243,252,237)
#DDE6D8
(221,230,216)
#C7D0C3
(199,208,195)
#B1BAAE
(177,186,174)
#9BA499
(155,164,153)
#858E84
(133,142,132)
#6F786F
(111,120,111)
#59625A
(89,98,90)
#434C45
(67,76,69)
#2D3630
(45,54,48)
#17201B
(23,32,27)
#000000
(0,0,0)

Tints of #F3FCED

#F3FCED
(243,252,237)
#F4FCEE
(244,252,238)
#F5FCEF
(245,252,239)
#F6FCF0
(246,252,240)
#F7FCF1
(247,252,241)
#F8FCF2
(248,252,242)
#F9FCF3
(249,252,243)
#FAFCF4
(250,252,244)
#FBFCF5
(251,252,245)
#FCFCF6
(252,252,246)
#FDFCF7
(253,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FCED; }

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

This text font color is #F3FCED.


Background Color

.myBgColor { background-color: #F3FCED; }

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

This div background color is #F3FCED.


Border color

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

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

This div border color is #F3FCED.


Opacity

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

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

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

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

This text has shadow with #F3FCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FCED on black background.


Color preview on white background

This text has color #F3FCED on white background.



Black color preview on #F3FCED background

This text has black color on #F3FCED background.


White color preview on #F3FCED background

This text has white color on #F3FCED background.