COLOR #F4FAEF

HEX: #F4FAEF RGB: (244,250,239)

Color info

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

RGB color model

#F4FAEF color RGB value is (244,250,239).

RGB: (244,250,239) (96%, 98%, 94%)

RGB channels and saturation

R 244 of 255 = 96%
G 250 of 255 = 98%
B 239 of 255 = 94%

244
250
239

R + G + B ~ 96%. #F4FAEF is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 250 + 239 = 733 (100%)
R 244 of 733 ~ 33.29%
G 250 of 733 ~ 34.11%
B 239 of 733 ~ 32.61'%

%33.29
%34.11
%32.61

CMYK color model

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

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 1.96%

CMYK: (2,0,4,2)
C2M0Y4K2 (2%, 0%, 4%, 2%)
(0.02 / 0.00 / 0.04 / 0.02)

CMYK percentages

%2.4
%0
%4.4
%1.96

Codes

Color #F4FAEF in popluar color models

F4 FA EF
RGB 244 250 239
HSL 93° 52.38% 95.88%
HSB/HSV 93° 4.40% 98.04%
CMYK 2.40% 0.00% 4.40%
1.96%

Color #F4FAEF in popluar number systems.

HEX F4 FA EF
Decimal 244 250 239
Binary 11110100 11111010 11101111
Octal 364 372 357

Shades and tints

Shades of #F4FAEF

#F4FAEF
(244,250,239)
#DEE4DA
(222,228,218)
#C8CEC5
(200,206,197)
#B2B8B0
(178,184,176)
#9CA29B
(156,162,155)
#868C86
(134,140,134)
#707671
(112,118,113)
#5A605C
(90,96,92)
#444A47
(68,74,71)
#2E3432
(46,52,50)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #F4FAEF

#F4FAEF
(244,250,239)
#F5FAF0
(245,250,240)
#F6FAF1
(246,250,241)
#F7FAF2
(247,250,242)
#F8FAF3
(248,250,243)
#F9FAF4
(249,250,244)
#FAFAF5
(250,250,245)
#FBFAF6
(251,250,246)
#FCFAF7
(252,250,247)
#FDFAF8
(253,250,248)
#FEFAF9
(254,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FAEF; }

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

This text font color is #F4FAEF.

Background Color

.myBgColor { background-color: #F4FAEF; }

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

This div background color is #F4FAEF.

Border color

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

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

This div border color is #F4FAEF.

Opacity

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

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

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

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

This text has shadow with #F4FAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FAEF.

Preview

Color preview on black background

This text has color #F4FAEF on black background.


Color preview on white background

This text has color #F4FAEF on white background.


Black color preview on #F4FAEF background

This text has black color on #F4FAEF background.


White color preview on #F4FAEF background

This text has white color on #F4FAEF background.


Related colors

Complementary color

Complementary color for #hex is #0B0510.


I love getcolorcode.com

Triadic colors

1 #EFF4FA and #FAEFF4 with #F4FAEF are triadic colors.

2 #EFFAF4 and #FAF4EF with #F4FAEF are triadic colors.