COLOR #F7FAB0

HEX: #F7FAB0
RGB: (247,250,176)

Color info

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

RGB color model

#F7FAB0 color RGB value is (247,250,176).

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

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 176 of 255 = 69%

247
250
176

R + G + B ~ 88%. #F7FAB0 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 176 = 673 (100%)
R 247 of 673 ~ 36.7%
G 250 of 673 ~ 37.15%
B 176 of 673 ~ 26.15%

%36.7
%37.15
%26.15

CMYK color model

#F7FAB0 color CMYK value is (1,0,30,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(1,0,30,2)
C1M0Y30K2 
(1%,0%,30%,2%)
(0.01/0.00/0.30/0.02)	

CMYK percentages

%1.2
%0
%29.6
%1.96

Codes

Color #F7FAB0 in popluar color models

F7FAB0
RGB247250176
HSL62°88.10%83.53%
HSB/HSV62°29.60%98.04%
CMYK1.20%0.00%29.60%
1.96%

Color #F7FAB0 in popluar number systems.

HEXF7FAB0
Decimal247250176
Binary111101111111101010110000
Octal367372260

Shades and tints

Shades of #F7FAB0

#F7FAB0
(247,250,176)
#E1E4A0
(225,228,160)
#CBCE90
(203,206,144)
#B5B880
(181,184,128)
#9FA270
(159,162,112)
#898C60
(137,140,96)
#737650
(115,118,80)
#5D6040
(93,96,64)
#474A30
(71,74,48)
#313420
(49,52,32)
#1B1E10
(27,30,16)
#000000
(0,0,0)

Tints of #F7FAB0

#F7FAB0
(247,250,176)
#F7FAB7
(247,250,183)
#F7FABE
(247,250,190)
#F7FAC5
(247,250,197)
#F7FACC
(247,250,204)
#F7FAD3
(247,250,211)
#F7FADA
(247,250,218)
#F7FAE1
(247,250,225)
#F7FAE8
(247,250,232)
#F7FAEF
(247,250,239)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAB0; }

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

This text font color is #F7FAB0.


Background Color

.myBgColor { background-color: #F7FAB0; }

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

This div background color is #F7FAB0.


Border color

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

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

This div border color is #F7FAB0.


Opacity

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

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

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

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

This text has shadow with #F7FAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAB0 on black background.


Color preview on white background

This text has color #F7FAB0 on white background.



Black color preview on #F7FAB0 background

This text has black color on #F7FAB0 background.


White color preview on #F7FAB0 background

This text has white color on #F7FAB0 background.