COLOR #F3FFE0

HEX: #F3FFE0
RGB: (243,255,224)

Color info

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

RGB color model

#F3FFE0 color RGB value is (243,255,224).

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

RGB channels and saturation

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

243
255
224

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

Portions of RGB colors in percentages

R + G + B =
243 + 255 + 224 = 722 (100%)
R 243 of 722 ~ 33.66%
G 255 of 722 ~ 35.32%
B 224 of 722 ~ 31.02%

%33.66
%35.32
%31.02

CMYK color model

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

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • 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
%12.16
%0

Codes

Color #F3FFE0 in popluar color models

F3FFE0
RGB243255224
HSL83°100.00%93.92%
HSB/HSV83°12.16%100.00%
CMYK4.71%0.00%12.16%
0.00%

Color #F3FFE0 in popluar number systems.

HEXF3FFE0
Decimal243255224
Binary111100111111111111100000
Octal363377340

Shades and tints

Shades of #F3FFE0

#F3FFE0
(243,255,224)
#DDE8CC
(221,232,204)
#C7D1B8
(199,209,184)
#B1BAA4
(177,186,164)
#9BA390
(155,163,144)
#858C7C
(133,140,124)
#6F7568
(111,117,104)
#595E54
(89,94,84)
#434740
(67,71,64)
#2D302C
(45,48,44)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #F3FFE0

#F3FFE0
(243,255,224)
#F4FFE2
(244,255,226)
#F5FFE4
(245,255,228)
#F6FFE6
(246,255,230)
#F7FFE8
(247,255,232)
#F8FFEA
(248,255,234)
#F9FFEC
(249,255,236)
#FAFFEE
(250,255,238)
#FBFFF0
(251,255,240)
#FCFFF2
(252,255,242)
#FDFFF4
(253,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FFE0; }

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

This text font color is #F3FFE0.


Background Color

.myBgColor { background-color: #F3FFE0; }

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

This div background color is #F3FFE0.


Border color

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

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

This div border color is #F3FFE0.


Opacity

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

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

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

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

This text has shadow with #F3FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FFE0 on black background.


Color preview on white background

This text has color #F3FFE0 on white background.



Black color preview on #F3FFE0 background

This text has black color on #F3FFE0 background.


White color preview on #F3FFE0 background

This text has white color on #F3FFE0 background.