COLOR #F7FAC5

HEX: #F7FAC5
RGB: (247,250,197)

Color info

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

RGB color model

#F7FAC5 color RGB value is (247,250,197).

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

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 197 of 255 = 77%

247
250
197

R + G + B ~ 91%. #F7FAC5 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 197 = 694 (100%)
R 247 of 694 ~ 35.59%
G 250 of 694 ~ 36.02%
B 197 of 694 ~ 28.39%

%35.59
%36.02
%28.39

CMYK color model

#F7FAC5 color CMYK value is (1,0,21,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 1.96%
CMYK:
(1,0,21,2)
C1M0Y21K2 
(1%,0%,21%,2%)
(0.01/0.00/0.21/0.02)	

CMYK percentages

%1.2
%0
%21.2
%1.96

Codes

Color #F7FAC5 in popluar color models

F7FAC5
RGB247250197
HSL63°84.13%87.65%
HSB/HSV63°21.20%98.04%
CMYK1.20%0.00%21.20%
1.96%

Color #F7FAC5 in popluar number systems.

HEXF7FAC5
Decimal247250197
Binary111101111111101011000101
Octal367372305

Shades and tints

Shades of #F7FAC5

#F7FAC5
(247,250,197)
#E1E4B4
(225,228,180)
#CBCEA3
(203,206,163)
#B5B892
(181,184,146)
#9FA281
(159,162,129)
#898C70
(137,140,112)
#73765F
(115,118,95)
#5D604E
(93,96,78)
#474A3D
(71,74,61)
#31342C
(49,52,44)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #F7FAC5

#F7FAC5
(247,250,197)
#F7FACA
(247,250,202)
#F7FACF
(247,250,207)
#F7FAD4
(247,250,212)
#F7FAD9
(247,250,217)
#F7FADE
(247,250,222)
#F7FAE3
(247,250,227)
#F7FAE8
(247,250,232)
#F7FAED
(247,250,237)
#F7FAF2
(247,250,242)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAC5; }

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

This text font color is #F7FAC5.


Background Color

.myBgColor { background-color: #F7FAC5; }

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

This div background color is #F7FAC5.


Border color

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

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

This div border color is #F7FAC5.


Opacity

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

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

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

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

This text has shadow with #F7FAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAC5 on black background.


Color preview on white background

This text has color #F7FAC5 on white background.



Black color preview on #F7FAC5 background

This text has black color on #F7FAC5 background.


White color preview on #F7FAC5 background

This text has white color on #F7FAC5 background.