COLOR #F7FAEB

HEX: #F7FAEB RGB: (247,250,235)

Color info

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

RGB color model

#F7FAEB color RGB value is (247,250,235).

RGB: (247,250,235) (97%, 98%, 92%)

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 235 of 255 = 92%

247
250
235

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

Portions of RGB colors in percentages

R + G + B = 247 + 250 + 235 = 732 (100%)
R 247 of 732 ~ 33.74%
G 250 of 732 ~ 34.15%
B 235 of 732 ~ 32.1'%

%33.74
%34.15
%32.1

CMYK color model

#F7FAEB color CMYK value is (1,0,6,2).

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

CMYK: (1,0,6,2)
C1M0Y6K2 (1%, 0%, 6%, 2%)
(0.01 / 0.00 / 0.06 / 0.02)

CMYK percentages

%1.2
%0
%6
%1.96

Codes

Color #F7FAEB in popluar color models

F7 FA EB
RGB 247 250 235
HSL 72° 60.00% 95.10%
HSB/HSV 72° 6.00% 98.04%
CMYK 1.20% 0.00% 6.00%
1.96%

Color #F7FAEB in popluar number systems.

HEX F7 FA EB
Decimal 247 250 235
Binary 11110111 11111010 11101011
Octal 367 372 353

Shades and tints

Shades of #F7FAEB

#F7FAEB
(247,250,235)
#E1E4D6
(225,228,214)
#CBCEC1
(203,206,193)
#B5B8AC
(181,184,172)
#9FA297
(159,162,151)
#898C82
(137,140,130)
#73766D
(115,118,109)
#5D6058
(93,96,88)
#474A43
(71,74,67)
#31342E
(49,52,46)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #F7FAEB

#F7FAEB
(247,250,235)
#F7FAEC
(247,250,236)
#F7FAED
(247,250,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAEB; }

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

This text font color is #F7FAEB.

Background Color

.myBgColor { background-color: #F7FAEB; }

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

This div background color is #F7FAEB.

Border color

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

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

This div border color is #F7FAEB.

Opacity

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

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

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

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

This text has shadow with #F7FAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FAEB.

Preview

Color preview on black background

This text has color #F7FAEB on black background.


Color preview on white background

This text has color #F7FAEB on white background.


Black color preview on #F7FAEB background

This text has black color on #F7FAEB background.


White color preview on #F7FAEB background

This text has white color on #F7FAEB background.


Related colors

Complementary color

Complementary color for #hex is #080514.


I love getcolorcode.com

Triadic colors

1 #EBF7FA and #FAEBF7 with #F7FAEB are triadic colors.

2 #EBFAF7 and #FAF7EB with #F7FAEB are triadic colors.