COLOR #F7FAD0

HEX: #F7FAD0
RGB: (247,250,208)

Color info

#F7FAD0 contains red, green and blue colors in about the same proportion. Web safe color of #F7FAD0 is #FFFFCC (or #FFC).

RGB color model

#F7FAD0 color RGB value is (247,250,208).

  • red value is 247;
  • green value is 250;
  • blue value is 208.
RGB:
(247,250,208)
(97%,98%,82%)

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 208 of 255 = 82%

247
250
208

R + G + B ~ 92%. #F7FAD0 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 208 = 705 (100%)
R 247 of 705 ~ 35.04%
G 250 of 705 ~ 35.46%
B 208 of 705 ~ 29.5%

%35.04
%35.46
%29.5

CMYK color model

#F7FAD0 color CMYK value is (1,0,17,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 1.96%
CMYK:
(1,0,17,2)
C1M0Y17K2 
(1%,0%,17%,2%)
(0.01/0.00/0.17/0.02)	

CMYK percentages

%1.2
%0
%16.8
%1.96

Codes

Color #F7FAD0 in popluar color models

F7FAD0
RGB247250208
HSL64°80.77%89.80%
HSB/HSV64°16.80%98.04%
CMYK1.20%0.00%16.80%
1.96%

Color #F7FAD0 in popluar number systems.

HEXF7FAD0
Decimal247250208
Binary111101111111101011010000
Octal367372320

Shades and tints

Shades of #F7FAD0

#F7FAD0
(247,250,208)
#E1E4BE
(225,228,190)
#CBCEAC
(203,206,172)
#B5B89A
(181,184,154)
#9FA288
(159,162,136)
#898C76
(137,140,118)
#737664
(115,118,100)
#5D6052
(93,96,82)
#474A40
(71,74,64)
#31342E
(49,52,46)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #F7FAD0

#F7FAD0
(247,250,208)
#F7FAD4
(247,250,212)
#F7FAD8
(247,250,216)
#F7FADC
(247,250,220)
#F7FAE0
(247,250,224)
#F7FAE4
(247,250,228)
#F7FAE8
(247,250,232)
#F7FAEC
(247,250,236)
#F7FAF0
(247,250,240)
#F7FAF4
(247,250,244)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAD0; }

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

This text font color is #F7FAD0.


Background Color

.myBgColor { background-color: #F7FAD0; }

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

This div background color is #F7FAD0.


Border color

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

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

This div border color is #F7FAD0.


Opacity

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

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

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

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

This text has shadow with #F7FAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAD0 on black background.


Color preview on white background

This text has color #F7FAD0 on white background.



Black color preview on #F7FAD0 background

This text has black color on #F7FAD0 background.


White color preview on #F7FAD0 background

This text has white color on #F7FAD0 background.