COLOR #F7FAEE

HEX: #F7FAEE RGB: (247,250,238)

Color info

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

RGB color model

#F7FAEE color RGB value is (247,250,238).

RGB: (247,250,238) (97%, 98%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 238 of 255 = 93%

247
250
238

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

Portions of RGB colors in percentages

R + G + B = 247 + 250 + 238 = 735 (100%)
R 247 of 735 ~ 33.61%
G 250 of 735 ~ 34.01%
B 238 of 735 ~ 32.38'%

%33.61
%34.01
%32.38

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK: (1,0,5,2) C1M0Y5K2 (1%,0%,5%,2%) (0.01/0.00/0.05/0.02) 

CMYK percentages

%1.2
%0
%4.8
%1.96

Codes

Color #F7FAEE in popluar color models

F7 FA EE
RGB 247 250 238
HSL 75° 54.55% 95.69%
HSB/HSV 75° 4.80% 98.04%
CMYK 1.20% 0.00% 4.80%
1.96%

Color #F7FAEE in popluar number systems.

HEX F7 FA EE
Decimal 247 250 238
Binary 11110111 11111010 11101110
Octal 367 372 356

Shades and tints

Shades of #F7FAEE

#F7FAEE
(247,250,238)
#E1E4D9
(225,228,217)
#CBCEC4
(203,206,196)
#B5B8AF
(181,184,175)
#9FA29A
(159,162,154)
#898C85
(137,140,133)
#737670
(115,118,112)
#5D605B
(93,96,91)
#474A46
(71,74,70)
#313431
(49,52,49)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #F7FAEE

#F7FAEE
(247,250,238)
#F7FAEF
(247,250,239)
#F7FAF0
(247,250,240)
#F7FAF1
(247,250,241)
#F7FAF2
(247,250,242)
#F7FAF3
(247,250,243)
#F7FAF4
(247,250,244)
#F7FAF5
(247,250,245)
#F7FAF6
(247,250,246)
#F7FAF7
(247,250,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAEE; }

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

This text font color is #F7FAEE.

Background Color

.myBgColor { background-color: #F7FAEE; }

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

This div background color is #F7FAEE.

Border color

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

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

This div border color is #F7FAEE.

Opacity

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

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

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

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

This text has shadow with #F7FAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FAEE.

Preview

Color preview on black background

This text has color #F7FAEE on black background.


Color preview on white background

This text has color #F7FAEE on white background.


Black color preview on #F7FAEE background

This text has black color on #F7FAEE background.


White color preview on #F7FAEE background

This text has white color on #F7FAEE background.


Related colors

Complementary color

Complementary color for #hex is #080511.


I love getcolorcode.com

Triadic colors

1 #EEF7FA and #FAEEF7 with #F7FAEE are triadic colors.

2 #EEFAF7 and #FAF7EE with #F7FAEE are triadic colors.