COLOR #F7FAEF

HEX: #F7FAEF RGB: (247,250,239)

Color info

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

RGB color model

#F7FAEF color RGB value is (247,250,239).

RGB: (247,250,239) (97%, 98%, 94%)

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 239 of 255 = 94%

247
250
239

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

Portions of RGB colors in percentages

R + G + B = 247 + 250 + 239 = 736 (100%)
R 247 of 736 ~ 33.56%
G 250 of 736 ~ 33.97%
B 239 of 736 ~ 32.47'%

%33.56
%33.97
%32.47

CMYK color model

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

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

CMYK: (1,0,4,2)
C1M0Y4K2 (1%, 0%, 4%, 2%)
(0.01 / 0.00 / 0.04 / 0.02)

CMYK percentages

%1.2
%0
%4.4
%1.96

Codes

Color #F7FAEF in popluar color models

F7 FA EF
RGB 247 250 239
HSL 76° 52.38% 95.88%
HSB/HSV 76° 4.40% 98.04%
CMYK 1.20% 0.00% 4.40%
1.96%

Color #F7FAEF in popluar number systems.

HEX F7 FA EF
Decimal 247 250 239
Binary 11110111 11111010 11101111
Octal 367 372 357

Shades and tints

Shades of #F7FAEF

#F7FAEF
(247,250,239)
#E1E4DA
(225,228,218)
#CBCEC5
(203,206,197)
#B5B8B0
(181,184,176)
#9FA29B
(159,162,155)
#898C86
(137,140,134)
#737671
(115,118,113)
#5D605C
(93,96,92)
#474A47
(71,74,71)
#313432
(49,52,50)
#1B1E1D
(27,30,29)
#000000
(0,0,0)

Tints of #F7FAEF

#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)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAEF; }

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

This text font color is #F7FAEF.

Background Color

.myBgColor { background-color: #F7FAEF; }

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

This div background color is #F7FAEF.

Border color

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

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

This div border color is #F7FAEF.

Opacity

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

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

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

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

This text has shadow with #F7FAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FAEF.

Preview

Color preview on black background

This text has color #F7FAEF on black background.


Color preview on white background

This text has color #F7FAEF on white background.


Black color preview on #F7FAEF background

This text has black color on #F7FAEF background.


White color preview on #F7FAEF background

This text has white color on #F7FAEF background.


Related colors

Complementary color

Complementary color for #hex is #080510.


I love getcolorcode.com

Triadic colors

1 #EFF7FA and #FAEFF7 with #F7FAEF are triadic colors.

2 #EFFAF7 and #FAF7EF with #F7FAEF are triadic colors.