COLOR #F7A4BE

HEX: #F7A4BE
RGB: (247,164,190)

Color info

#F7A4BE contains mainly red and blue colors. Web safe color of #F7A4BE is #FF99CC (or #F9C).

RGB color model

#F7A4BE color RGB value is (247,164,190).

  • red value is 247;
  • green value is 164;
  • blue value is 190.
RGB:
(247,164,190)
(97%,64%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 164 of 255 = 64%
B 190 of 255 = 75%

247
164
190

R + G + B ~ 79%. #F7A4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 164 + 190 = 601 (100%)
R 247 of 601 ~ 41.1%
G 164 of 601 ~ 27.29%
B 190 of 601 ~ 31.61%

%41.1
%27.29
%31.61

CMYK color model

#F7A4BE color CMYK value is (0,34,23,3).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK:
(0,34,23,3)
C0M34Y23K3 
(0%,34%,23%,3%)
(0.00/0.34/0.23/0.03)	

CMYK percentages

%0
%33.6
%23.08
%3.14

Codes

Color #F7A4BE in popluar color models

F7A4BE
RGB247164190
HSL341°83.84%80.59%
HSB/HSV341°33.60%96.86%
CMYK0.00%33.60%23.08%
3.14%

Color #F7A4BE in popluar number systems.

HEXF7A4BE
Decimal247164190
Binary111101111010010010111110
Octal367244276

Shades and tints

Shades of #F7A4BE

#F7A4BE
(247,164,190)
#E196AD
(225,150,173)
#CB889C
(203,136,156)
#B57A8B
(181,122,139)
#9F6C7A
(159,108,122)
#895E69
(137,94,105)
#735058
(115,80,88)
#5D4247
(93,66,71)
#473436
(71,52,54)
#312625
(49,38,37)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #F7A4BE

#F7A4BE
(247,164,190)
#F7ACC3
(247,172,195)
#F7B4C8
(247,180,200)
#F7BCCD
(247,188,205)
#F7C4D2
(247,196,210)
#F7CCD7
(247,204,215)
#F7D4DC
(247,212,220)
#F7DCE1
(247,220,225)
#F7E4E6
(247,228,230)
#F7ECEB
(247,236,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A4BE color. Also use rgb(247,164,190) instead hex code.

Text Font Color

.myTextColor { color: #F7A4BE; }

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

This text font color is #F7A4BE.


Background Color

.myBgColor { background-color: #F7A4BE; }

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

This div background color is #F7A4BE.


Border color

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

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

This div border color is #F7A4BE.


Opacity

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

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

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

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

This text has shadow with #F7A4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A4BE on black background.


Color preview on white background

This text has color #F7A4BE on white background.



Black color preview on #F7A4BE background

This text has black color on #F7A4BE background.


White color preview on #F7A4BE background

This text has white color on #F7A4BE background.