COLOR #F7FAB2

HEX: #F7FAB2
RGB: (247,250,178)

Color info

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

RGB color model

#F7FAB2 color RGB value is (247,250,178).

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

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 178 of 255 = 70%

247
250
178

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

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 178 = 675 (100%)
R 247 of 675 ~ 36.59%
G 250 of 675 ~ 37.04%
B 178 of 675 ~ 26.37%

%36.59
%37.04
%26.37

CMYK color model

#F7FAB2 color CMYK value is (1,0,29,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 1.96%
CMYK:
(1,0,29,2)
C1M0Y29K2 
(1%,0%,29%,2%)
(0.01/0.00/0.29/0.02)	

CMYK percentages

%1.2
%0
%28.8
%1.96

Codes

Color #F7FAB2 in popluar color models

F7FAB2
RGB247250178
HSL63°87.80%83.92%
HSB/HSV63°28.80%98.04%
CMYK1.20%0.00%28.80%
1.96%

Color #F7FAB2 in popluar number systems.

HEXF7FAB2
Decimal247250178
Binary111101111111101010110010
Octal367372262

Shades and tints

Shades of #F7FAB2

#F7FAB2
(247,250,178)
#E1E4A2
(225,228,162)
#CBCE92
(203,206,146)
#B5B882
(181,184,130)
#9FA272
(159,162,114)
#898C62
(137,140,98)
#737652
(115,118,82)
#5D6042
(93,96,66)
#474A32
(71,74,50)
#313422
(49,52,34)
#1B1E12
(27,30,18)
#000000
(0,0,0)

Tints of #F7FAB2

#F7FAB2
(247,250,178)
#F7FAB9
(247,250,185)
#F7FAC0
(247,250,192)
#F7FAC7
(247,250,199)
#F7FACE
(247,250,206)
#F7FAD5
(247,250,213)
#F7FADC
(247,250,220)
#F7FAE3
(247,250,227)
#F7FAEA
(247,250,234)
#F7FAF1
(247,250,241)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAB2; }

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

This text font color is #F7FAB2.


Background Color

.myBgColor { background-color: #F7FAB2; }

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

This div background color is #F7FAB2.


Border color

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

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

This div border color is #F7FAB2.


Opacity

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

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

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

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

This text has shadow with #F7FAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAB2 on black background.


Color preview on white background

This text has color #F7FAB2 on white background.



Black color preview on #F7FAB2 background

This text has black color on #F7FAB2 background.


White color preview on #F7FAB2 background

This text has white color on #F7FAB2 background.