COLOR #F3FEF3

HEX: #F3FEF3 RGB: (243,254,243)

Color info

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

RGB color model

#F3FEF3 color RGB value is (243,254,243).

RGB: (243,254,243) (95%, 100%, 95%)

RGB channels and saturation

R 243 of 255 = 95%
G 254 of 255 = 100%
B 243 of 255 = 95%

243
254
243

R + G + B ~ 97%. #F3FEF3 is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 254 + 243 = 740 (100%)
R 243 of 740 ~ 32.84%
G 254 of 740 ~ 34.32%
B 243 of 740 ~ 32.84'%

%32.84
%34.32
%32.84

CMYK color model

#F3FEF3 color CMYK value is (4,0,4,0).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 0.39%

CMYK: (4,0,4,0)
C4M0Y4K0 (4%, 0%, 4%, 0%)
(0.04 / 0.00 / 0.04 / 0.00)

CMYK percentages

%4.33
%0
%4.33
%0.39

Codes

Color #F3FEF3 in popluar color models

F3 FE F3
RGB 243 254 243
HSL 120° 84.62% 97.45%
HSB/HSV 120° 4.33% 99.61%
CMYK 4.33% 0.00% 4.33%
0.39%

Color #F3FEF3 in popluar number systems.

HEX F3 FE F3
Decimal 243 254 243
Binary 11110011 11111110 11110011
Octal 363 376 363

Shades and tints

Shades of #F3FEF3

#F3FEF3
(243,254,243)
#DDE7DD
(221,231,221)
#C7D0C7
(199,208,199)
#B1B9B1
(177,185,177)
#9BA29B
(155,162,155)
#858B85
(133,139,133)
#6F746F
(111,116,111)
#595D59
(89,93,89)
#434643
(67,70,67)
#2D2F2D
(45,47,45)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #F3FEF3

#F3FEF3
(243,254,243)
#F4FEF4
(244,254,244)
#F5FEF5
(245,254,245)
#F6FEF6
(246,254,246)
#F7FEF7
(247,254,247)
#F8FEF8
(248,254,248)
#F9FEF9
(249,254,249)
#FAFEFA
(250,254,250)
#FBFEFB
(251,254,251)
#FCFEFC
(252,254,252)
#FDFEFD
(253,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3FEF3; }

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

This text font color is #F3FEF3.

Background Color

.myBgColor { background-color: #F3FEF3; }

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

This div background color is #F3FEF3.

Border color

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

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

This div border color is #F3FEF3.

Opacity

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

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

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

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

This text has shadow with #F3FEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FEF3.

Preview

Color preview on black background

This text has color #F3FEF3 on black background.


Color preview on white background

This text has color #F3FEF3 on white background.


Black color preview on #F3FEF3 background

This text has black color on #F3FEF3 background.


White color preview on #F3FEF3 background

This text has white color on #F3FEF3 background.


Related colors

Complementary color

Complementary color for #hex is #0C010C.


I love getcolorcode.com

Triadic colors

1 #F3F3FE and #FEF3F3 with #F3FEF3 are triadic colors.

2 #F3FEF3 and #FEF3F3 with #F3FEF3 are triadic colors.