COLOR #F7FAAC

HEX: #F7FAAC
RGB: (247,250,172)

Color info

#F7FAAC contains mainly red and green colors. Web safe color of #F7FAAC is #FFFF99 (or #FF9).

RGB color model

#F7FAAC color RGB value is (247,250,172).

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

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 172 of 255 = 67%

247
250
172

R + G + B ~ 87%. #F7FAAC is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 172 = 669 (100%)
R 247 of 669 ~ 36.92%
G 250 of 669 ~ 37.37%
B 172 of 669 ~ 25.71%

%36.92
%37.37
%25.71

CMYK color model

#F7FAAC color CMYK value is (1,0,31,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 1.96%
CMYK:
(1,0,31,2)
C1M0Y31K2 
(1%,0%,31%,2%)
(0.01/0.00/0.31/0.02)	

CMYK percentages

%1.2
%0
%31.2
%1.96

Codes

Color #F7FAAC in popluar color models

F7FAAC
RGB247250172
HSL62°88.64%82.75%
HSB/HSV62°31.20%98.04%
CMYK1.20%0.00%31.20%
1.96%

Color #F7FAAC in popluar number systems.

HEXF7FAAC
Decimal247250172
Binary111101111111101010101100
Octal367372254

Shades and tints

Shades of #F7FAAC

#F7FAAC
(247,250,172)
#E1E49D
(225,228,157)
#CBCE8E
(203,206,142)
#B5B87F
(181,184,127)
#9FA270
(159,162,112)
#898C61
(137,140,97)
#737652
(115,118,82)
#5D6043
(93,96,67)
#474A34
(71,74,52)
#313425
(49,52,37)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #F7FAAC

#F7FAAC
(247,250,172)
#F7FAB3
(247,250,179)
#F7FABA
(247,250,186)
#F7FAC1
(247,250,193)
#F7FAC8
(247,250,200)
#F7FACF
(247,250,207)
#F7FAD6
(247,250,214)
#F7FADD
(247,250,221)
#F7FAE4
(247,250,228)
#F7FAEB
(247,250,235)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAAC; }

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

This text font color is #F7FAAC.


Background Color

.myBgColor { background-color: #F7FAAC; }

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

This div background color is #F7FAAC.


Border color

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

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

This div border color is #F7FAAC.


Opacity

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

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

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

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

This text has shadow with #F7FAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAAC on black background.


Color preview on white background

This text has color #F7FAAC on white background.



Black color preview on #F7FAAC background

This text has black color on #F7FAAC background.


White color preview on #F7FAAC background

This text has white color on #F7FAAC background.