COLOR #F3FFE1

HEX: #F3FFE1
RGB: (243,255,225)

Color info

#F3FFE1 contains red, green and blue colors in about the same proportion. Web safe color of #F3FFE1 is #FFFFCC (or #FFC).

RGB color model

#F3FFE1 color RGB value is (243,255,225).

  • red value is 243;
  • green value is 255;
  • blue value is 225.
RGB:
(243,255,225)
(95%,100%,88%)

RGB channels and saturation

R 243 of 255 = 95%
G 255 of 255 = 100%
B 225 of 255 = 88%

243
255
225

R + G + B ~ 94%. #F3FFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 255 + 225 = 723 (100%)
R 243 of 723 ~ 33.61%
G 255 of 723 ~ 35.27%
B 225 of 723 ~ 31.12%

%33.61
%35.27
%31.12

CMYK color model

#F3FFE1 color CMYK value is (5,0,12,0).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(5,0,12,0)
C5M0Y12K0 
(5%,0%,12%,0%)
(0.05/0.00/0.12/0.00)	

CMYK percentages

%4.71
%0
%11.76
%0

Codes

Color #F3FFE1 in popluar color models

F3FFE1
RGB243255225
HSL84°100.00%94.12%
HSB/HSV84°11.76%100.00%
CMYK4.71%0.00%11.76%
0.00%

Color #F3FFE1 in popluar number systems.

HEXF3FFE1
Decimal243255225
Binary111100111111111111100001
Octal363377341

Shades and tints

Shades of #F3FFE1

#F3FFE1
(243,255,225)
#DDE8CD
(221,232,205)
#C7D1B9
(199,209,185)
#B1BAA5
(177,186,165)
#9BA391
(155,163,145)
#858C7D
(133,140,125)
#6F7569
(111,117,105)
#595E55
(89,94,85)
#434741
(67,71,65)
#2D302D
(45,48,45)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #F3FFE1

#F3FFE1
(243,255,225)
#F4FFE3
(244,255,227)
#F5FFE5
(245,255,229)
#F6FFE7
(246,255,231)
#F7FFE9
(247,255,233)
#F8FFEB
(248,255,235)
#F9FFED
(249,255,237)
#FAFFEF
(250,255,239)
#FBFFF1
(251,255,241)
#FCFFF3
(252,255,243)
#FDFFF5
(253,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FFE1 color. Also use rgb(243,255,225) instead hex code.

Text Font Color

.myTextColor { color: #F3FFE1; }

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

This text font color is #F3FFE1.


Background Color

.myBgColor { background-color: #F3FFE1; }

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

This div background color is #F3FFE1.


Border color

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

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

This div border color is #F3FFE1.


Opacity

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

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

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

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

This text has shadow with #F3FFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FFE1 on black background.


Color preview on white background

This text has color #F3FFE1 on white background.



Black color preview on #F3FFE1 background

This text has black color on #F3FFE1 background.


White color preview on #F3FFE1 background

This text has white color on #F3FFE1 background.