COLOR #F4FAFF

HEX: #F4FAFF
RGB: (244,250,255)

Color info

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

RGB color model

#F4FAFF color RGB value is (244,250,255).

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

RGB channels and saturation

R 244 of 255 = 96%
G 250 of 255 = 98%
B 255 of 255 = 100%

244
250
255

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

Portions of RGB colors in percentages

R + G + B =
244 + 250 + 255 = 749 (100%)
R 244 of 749 ~ 32.58%
G 250 of 749 ~ 33.38%
B 255 of 749 ~ 34.05%

%32.58
%33.38
%34.05

CMYK color model

#F4FAFF color CMYK value is (4,2,0,0).

  • cyan value is 4.31%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(4,2,0,0)
C4M2Y0K0 
(4%,2%,0%,0%)
(0.04/0.02/0.00/0.00)	

CMYK percentages

%4.31
%1.96
%0
%0

Codes

Color #F4FAFF in popluar color models

F4FAFF
RGB244250255
HSL207°100.00%97.84%
HSB/HSV207°4.31%100.00%
CMYK4.31%1.96%0.00%
0.00%

Color #F4FAFF in popluar number systems.

HEXF4FAFF
Decimal244250255
Binary111101001111101011111111
Octal364372377

Shades and tints

Shades of #F4FAFF

#F4FAFF
(244,250,255)
#DEE4E8
(222,228,232)
#C8CED1
(200,206,209)
#B2B8BA
(178,184,186)
#9CA2A3
(156,162,163)
#868C8C
(134,140,140)
#707675
(112,118,117)
#5A605E
(90,96,94)
#444A47
(68,74,71)
#2E3430
(46,52,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #F4FAFF

#F4FAFF
(244,250,255)
#F5FAFF
(245,250,255)
#F6FAFF
(246,250,255)
#F7FAFF
(247,250,255)
#F8FAFF
(248,250,255)
#F9FAFF
(249,250,255)
#FAFAFF
(250,250,255)
#FBFAFF
(251,250,255)
#FCFAFF
(252,250,255)
#FDFAFF
(253,250,255)
#FEFAFF
(254,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FAFF; }

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

This text font color is #F4FAFF.


Background Color

.myBgColor { background-color: #F4FAFF; }

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

This div background color is #F4FAFF.


Border color

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

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

This div border color is #F4FAFF.


Opacity

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

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

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

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

This text has shadow with #F4FAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FAFF on black background.


Color preview on white background

This text has color #F4FAFF on white background.



Black color preview on #F4FAFF background

This text has black color on #F4FAFF background.


White color preview on #F4FAFF background

This text has white color on #F4FAFF background.