COLOR #F7AFBF

HEX: #F7AFBF
RGB: (247,175,191)

Color info

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

RGB color model

#F7AFBF color RGB value is (247,175,191).

  • red value is 247;
  • green value is 175;
  • blue value is 191.
RGB:
(247,175,191)
(97%,69%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 175 of 255 = 69%
B 191 of 255 = 75%

247
175
191

R + G + B ~ 80%. #F7AFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 175 + 191 = 613 (100%)
R 247 of 613 ~ 40.29%
G 175 of 613 ~ 28.55%
B 191 of 613 ~ 31.16%

%40.29
%28.55
%31.16

CMYK color model

#F7AFBF color CMYK value is (0,29,23,3).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 22.67%
  • key color value is 3.14%
CMYK:
(0,29,23,3)
C0M29Y23K3 
(0%,29%,23%,3%)
(0.00/0.29/0.23/0.03)	

CMYK percentages

%0
%29.15
%22.67
%3.14

Codes

Color #F7AFBF in popluar color models

F7AFBF
RGB247175191
HSL347°81.82%82.75%
HSB/HSV347°29.15%96.86%
CMYK0.00%29.15%22.67%
3.14%

Color #F7AFBF in popluar number systems.

HEXF7AFBF
Decimal247175191
Binary111101111010111110111111
Octal367257277

Shades and tints

Shades of #F7AFBF

#F7AFBF
(247,175,191)
#E1A0AE
(225,160,174)
#CB919D
(203,145,157)
#B5828C
(181,130,140)
#9F737B
(159,115,123)
#89646A
(137,100,106)
#735559
(115,85,89)
#5D4648
(93,70,72)
#473737
(71,55,55)
#312826
(49,40,38)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #F7AFBF

#F7AFBF
(247,175,191)
#F7B6C4
(247,182,196)
#F7BDC9
(247,189,201)
#F7C4CE
(247,196,206)
#F7CBD3
(247,203,211)
#F7D2D8
(247,210,216)
#F7D9DD
(247,217,221)
#F7E0E2
(247,224,226)
#F7E7E7
(247,231,231)
#F7EEEC
(247,238,236)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7AFBF color. Also use rgb(247,175,191) instead hex code.

Text Font Color

.myTextColor { color: #F7AFBF; }

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

This text font color is #F7AFBF.


Background Color

.myBgColor { background-color: #F7AFBF; }

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

This div background color is #F7AFBF.


Border color

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

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

This div border color is #F7AFBF.


Opacity

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

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

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

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

This text has shadow with #F7AFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7AFBF on black background.


Color preview on white background

This text has color #F7AFBF on white background.



Black color preview on #F7AFBF background

This text has black color on #F7AFBF background.


White color preview on #F7AFBF background

This text has white color on #F7AFBF background.