COLOR #F3FFE6

HEX: #F3FFE6
RGB: (243,255,230)

Color info

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

RGB color model

#F3FFE6 color RGB value is (243,255,230).

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

RGB channels and saturation

R 243 of 255 = 95%
G 255 of 255 = 100%
B 230 of 255 = 90%

243
255
230

R + G + B ~ 95%. #F3FFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 255 + 230 = 728 (100%)
R 243 of 728 ~ 33.38%
G 255 of 728 ~ 35.03%
B 230 of 728 ~ 31.59%

%33.38
%35.03
%31.59

CMYK color model

#F3FFE6 color CMYK value is (5,0,10,0).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(5,0,10,0)
C5M0Y10K0 
(5%,0%,10%,0%)
(0.05/0.00/0.10/0.00)	

CMYK percentages

%4.71
%0
%9.8
%0

Codes

Color #F3FFE6 in popluar color models

F3FFE6
RGB243255230
HSL89°100.00%95.10%
HSB/HSV89°9.80%100.00%
CMYK4.71%0.00%9.80%
0.00%

Color #F3FFE6 in popluar number systems.

HEXF3FFE6
Decimal243255230
Binary111100111111111111100110
Octal363377346

Shades and tints

Shades of #F3FFE6

#F3FFE6
(243,255,230)
#DDE8D2
(221,232,210)
#C7D1BE
(199,209,190)
#B1BAAA
(177,186,170)
#9BA396
(155,163,150)
#858C82
(133,140,130)
#6F756E
(111,117,110)
#595E5A
(89,94,90)
#434746
(67,71,70)
#2D3032
(45,48,50)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #F3FFE6

#F3FFE6
(243,255,230)
#F4FFE8
(244,255,232)
#F5FFEA
(245,255,234)
#F6FFEC
(246,255,236)
#F7FFEE
(247,255,238)
#F8FFF0
(248,255,240)
#F9FFF2
(249,255,242)
#FAFFF4
(250,255,244)
#FBFFF6
(251,255,246)
#FCFFF8
(252,255,248)
#FDFFFA
(253,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FFE6; }

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

This text font color is #F3FFE6.


Background Color

.myBgColor { background-color: #F3FFE6; }

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

This div background color is #F3FFE6.


Border color

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

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

This div border color is #F3FFE6.


Opacity

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

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

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

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

This text has shadow with #F3FFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FFE6 on black background.


Color preview on white background

This text has color #F3FFE6 on white background.



Black color preview on #F3FFE6 background

This text has black color on #F3FFE6 background.


White color preview on #F3FFE6 background

This text has white color on #F3FFE6 background.