COLOR #F4FCFA

HEX: #F4FCFA
RGB: (244,252,250)

Color info

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

RGB color model

#F4FCFA color RGB value is (244,252,250).

  • red value is 244;
  • green value is 252;
  • blue value is 250.
RGB:
(244,252,250)
(96%,99%,98%)

RGB channels and saturation

R 244 of 255 = 96%
G 252 of 255 = 99%
B 250 of 255 = 98%

244
252
250

R + G + B ~ 98%. #F4FCFA is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 252 + 250 = 746 (100%)
R 244 of 746 ~ 32.71%
G 252 of 746 ~ 33.78%
B 250 of 746 ~ 33.51%

%32.71
%33.78
%33.51

CMYK color model

#F4FCFA color CMYK value is (3,0,1,1).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(3,0,1,1)
C3M0Y1K1 
(3%,0%,1%,1%)
(0.03/0.00/0.01/0.01)	

CMYK percentages

%3.17
%0
%0.79
%1.18

Codes

Color #F4FCFA in popluar color models

F4FCFA
RGB244252250
HSL165°57.14%97.25%
HSB/HSV165°3.17%98.82%
CMYK3.17%0.00%0.79%
1.18%

Color #F4FCFA in popluar number systems.

HEXF4FCFA
Decimal244252250
Binary111101001111110011111010
Octal364374372

Shades and tints

Shades of #F4FCFA

#F4FCFA
(244,252,250)
#DEE6E4
(222,230,228)
#C8D0CE
(200,208,206)
#B2BAB8
(178,186,184)
#9CA4A2
(156,164,162)
#868E8C
(134,142,140)
#707876
(112,120,118)
#5A6260
(90,98,96)
#444C4A
(68,76,74)
#2E3634
(46,54,52)
#18201E
(24,32,30)
#000000
(0,0,0)

Tints of #F4FCFA

#F4FCFA
(244,252,250)
#F5FCFA
(245,252,250)
#F6FCFA
(246,252,250)
#F7FCFA
(247,252,250)
#F8FCFA
(248,252,250)
#F9FCFA
(249,252,250)
#FAFCFA
(250,252,250)
#FBFCFA
(251,252,250)
#FCFCFA
(252,252,250)
#FDFCFA
(253,252,250)
#FEFCFA
(254,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FCFA color. Also use rgb(244,252,250) instead hex code.

Text Font Color

.myTextColor { color: #F4FCFA; }

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

This text font color is #F4FCFA.


Background Color

.myBgColor { background-color: #F4FCFA; }

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

This div background color is #F4FCFA.


Border color

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

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

This div border color is #F4FCFA.


Opacity

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

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

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

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

This text has shadow with #F4FCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FCFA on black background.


Color preview on white background

This text has color #F4FCFA on white background.



Black color preview on #F4FCFA background

This text has black color on #F4FCFA background.


White color preview on #F4FCFA background

This text has white color on #F4FCFA background.