COLOR #F4FAEE

HEX: #F4FAEE RGB: (244,250,238)

Color info

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

RGB color model

#F4FAEE color RGB value is (244,250,238).

RGB: (244,250,238) (96%, 98%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 250 of 255 = 98%
B 238 of 255 = 93%

244
250
238

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

Portions of RGB colors in percentages

R + G + B = 244 + 250 + 238 = 732 (100%)
R 244 of 732 ~ 33.33%
G 250 of 732 ~ 34.15%
B 238 of 732 ~ 32.51'%

%33.33
%34.15
%32.51

CMYK color model

#F4FAEE color CMYK value is (2,0,5,2).

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

CMYK: (2,0,5,2)
C2M0Y5K2 (2%, 0%, 5%, 2%)
(0.02 / 0.00 / 0.05 / 0.02)

CMYK percentages

%2.4
%0
%4.8
%1.96

Codes

Color #F4FAEE in popluar color models

F4 FA EE
RGB 244 250 238
HSL 90° 54.55% 95.69%
HSB/HSV 90° 4.80% 98.04%
CMYK 2.40% 0.00% 4.80%
1.96%

Color #F4FAEE in popluar number systems.

HEX F4 FA EE
Decimal 244 250 238
Binary 11110100 11111010 11101110
Octal 364 372 356

Shades and tints

Shades of #F4FAEE

#F4FAEE
(244,250,238)
#DEE4D9
(222,228,217)
#C8CEC4
(200,206,196)
#B2B8AF
(178,184,175)
#9CA29A
(156,162,154)
#868C85
(134,140,133)
#707670
(112,118,112)
#5A605B
(90,96,91)
#444A46
(68,74,70)
#2E3431
(46,52,49)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #F4FAEE

#F4FAEE
(244,250,238)
#F5FAEF
(245,250,239)
#F6FAF0
(246,250,240)
#F7FAF1
(247,250,241)
#F8FAF2
(248,250,242)
#F9FAF3
(249,250,243)
#FAFAF4
(250,250,244)
#FBFAF5
(251,250,245)
#FCFAF6
(252,250,246)
#FDFAF7
(253,250,247)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FAEE; }

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

This text font color is #F4FAEE.

Background Color

.myBgColor { background-color: #F4FAEE; }

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

This div background color is #F4FAEE.

Border color

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

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

This div border color is #F4FAEE.

Opacity

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

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

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

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

This text has shadow with #F4FAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FAEE.

Preview

Color preview on black background

This text has color #F4FAEE on black background.


Color preview on white background

This text has color #F4FAEE on white background.


Black color preview on #F4FAEE background

This text has black color on #F4FAEE background.


White color preview on #F4FAEE background

This text has white color on #F4FAEE background.


Related colors

Complementary color

Complementary color for #hex is #0B0511.


I love getcolorcode.com

Triadic colors

1 #EEF4FA and #FAEEF4 with #F4FAEE are triadic colors.

2 #EEFAF4 and #FAF4EE with #F4FAEE are triadic colors.