COLOR #F4FEF3

HEX: #F4FEF3
RGB: (244,254,243)

Color info

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

RGB color model

#F4FEF3 color RGB value is (244,254,243).

  • red value is 244;
  • green value is 254;
  • blue value is 243.
RGB:
(244,254,243)
(96%,100%,95%)

RGB channels and saturation

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

244
254
243

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

Portions of RGB colors in percentages

R + G + B =
244 + 254 + 243 = 741 (100%)
R 244 of 741 ~ 32.93%
G 254 of 741 ~ 34.28%
B 243 of 741 ~ 32.79%

%32.93
%34.28
%32.79

CMYK color model

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

  • cyan value is 3.94%
  • 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

%3.94
%0
%4.33
%0.39

Codes

Color #F4FEF3 in popluar color models

F4FEF3
RGB244254243
HSL115°84.62%97.45%
HSB/HSV115°4.33%99.61%
CMYK3.94%0.00%4.33%
0.39%

Color #F4FEF3 in popluar number systems.

HEXF4FEF3
Decimal244254243
Binary111101001111111011110011
Octal364376363

Shades and tints

Shades of #F4FEF3

#F4FEF3
(244,254,243)
#DEE7DD
(222,231,221)
#C8D0C7
(200,208,199)
#B2B9B1
(178,185,177)
#9CA29B
(156,162,155)
#868B85
(134,139,133)
#70746F
(112,116,111)
#5A5D59
(90,93,89)
#444643
(68,70,67)
#2E2F2D
(46,47,45)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #F4FEF3

#F4FEF3
(244,254,243)
#F5FEF4
(245,254,244)
#F6FEF5
(246,254,245)
#F7FEF6
(247,254,246)
#F8FEF7
(248,254,247)
#F9FEF8
(249,254,248)
#FAFEF9
(250,254,249)
#FBFEFA
(251,254,250)
#FCFEFB
(252,254,251)
#FDFEFC
(253,254,252)
#FEFEFD
(254,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FEF3; }

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

This text font color is #F4FEF3.


Background Color

.myBgColor { background-color: #F4FEF3; }

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

This div background color is #F4FEF3.


Border color

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

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

This div border color is #F4FEF3.


Opacity

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

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

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

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

This text has shadow with #F4FEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FEF3 on black background.


Color preview on white background

This text has color #F4FEF3 on white background.



Black color preview on #F4FEF3 background

This text has black color on #F4FEF3 background.


White color preview on #F4FEF3 background

This text has white color on #F4FEF3 background.