COLOR #F9AFBA

HEX: #F9AFBA
RGB: (249,175,186)

Color info

#F9AFBA contains mainly red color. Web safe color of #F9AFBA is #FF99CC (or #F9C).

RGB color model

#F9AFBA color RGB value is (249,175,186).

  • red value is 249;
  • green value is 175;
  • blue value is 186.
RGB:
(249,175,186)
(98%,69%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 175 of 255 = 69%
B 186 of 255 = 73%

249
175
186

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

Portions of RGB colors in percentages

R + G + B =
249 + 175 + 186 = 610 (100%)
R 249 of 610 ~ 40.82%
G 175 of 610 ~ 28.69%
B 186 of 610 ~ 30.49%

%40.82
%28.69
%30.49

CMYK color model

#F9AFBA color CMYK value is (0,30,25,2).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 25.30%
  • key color value is 2.35%
CMYK:
(0,30,25,2)
C0M30Y25K2 
(0%,30%,25%,2%)
(0.00/0.30/0.25/0.02)	

CMYK percentages

%0
%29.72
%25.3
%2.35

Codes

Color #F9AFBA in popluar color models

F9AFBA
RGB249175186
HSL351°86.05%83.14%
HSB/HSV351°29.72%97.65%
CMYK0.00%29.72%25.30%
2.35%

Color #F9AFBA in popluar number systems.

HEXF9AFBA
Decimal249175186
Binary111110011010111110111010
Octal371257272

Shades and tints

Shades of #F9AFBA

#F9AFBA
(249,175,186)
#E3A0AA
(227,160,170)
#CD919A
(205,145,154)
#B7828A
(183,130,138)
#A1737A
(161,115,122)
#8B646A
(139,100,106)
#75555A
(117,85,90)
#5F464A
(95,70,74)
#49373A
(73,55,58)
#33282A
(51,40,42)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #F9AFBA

#F9AFBA
(249,175,186)
#F9B6C0
(249,182,192)
#F9BDC6
(249,189,198)
#F9C4CC
(249,196,204)
#F9CBD2
(249,203,210)
#F9D2D8
(249,210,216)
#F9D9DE
(249,217,222)
#F9E0E4
(249,224,228)
#F9E7EA
(249,231,234)
#F9EEF0
(249,238,240)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9AFBA color. Also use rgb(249,175,186) instead hex code.

Text Font Color

.myTextColor { color: #F9AFBA; }

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

This text font color is #F9AFBA.


Background Color

.myBgColor { background-color: #F9AFBA; }

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

This div background color is #F9AFBA.


Border color

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

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

This div border color is #F9AFBA.


Opacity

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

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

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

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

This text has shadow with #F9AFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AFBA on black background.


Color preview on white background

This text has color #F9AFBA on white background.



Black color preview on #F9AFBA background

This text has black color on #F9AFBA background.


White color preview on #F9AFBA background

This text has white color on #F9AFBA background.