COLOR #F99DAD

HEX: #F99DAD
RGB: (249,157,173)

Color info

#F99DAD contains mainly red color. Web safe color of #F99DAD is #FF9999 (or #F99).

RGB color model

#F99DAD color RGB value is (249,157,173).

  • red value is 249;
  • green value is 157;
  • blue value is 173.
RGB:
(249,157,173)
(98%,62%,68%)

RGB channels and saturation

R 249 of 255 = 98%
G 157 of 255 = 62%
B 173 of 255 = 68%

249
157
173

R + G + B ~ 76%. #F99DAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 157 + 173 = 579 (100%)
R 249 of 579 ~ 43.01%
G 157 of 579 ~ 27.12%
B 173 of 579 ~ 29.88%

%43.01
%27.12
%29.88

CMYK color model

#F99DAD color CMYK value is (0,37,31,2).

  • cyan value is 0.00%
  • magenta value is 36.95%
  • yellow value is 30.52%
  • key color value is 2.35%
CMYK:
(0,37,31,2)
C0M37Y31K2 
(0%,37%,31%,2%)
(0.00/0.37/0.31/0.02)	

CMYK percentages

%0
%36.95
%30.52
%2.35

Codes

Color #F99DAD in popluar color models

F99DAD
RGB249157173
HSL350°88.46%79.61%
HSB/HSV350°36.95%97.65%
CMYK0.00%36.95%30.52%
2.35%

Color #F99DAD in popluar number systems.

HEXF99DAD
Decimal249157173
Binary111110011001110110101101
Octal371235255

Shades and tints

Shades of #F99DAD

#F99DAD
(249,157,173)
#E38F9E
(227,143,158)
#CD818F
(205,129,143)
#B77380
(183,115,128)
#A16571
(161,101,113)
#8B5762
(139,87,98)
#754953
(117,73,83)
#5F3B44
(95,59,68)
#492D35
(73,45,53)
#331F26
(51,31,38)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #F99DAD

#F99DAD
(249,157,173)
#F9A5B4
(249,165,180)
#F9ADBB
(249,173,187)
#F9B5C2
(249,181,194)
#F9BDC9
(249,189,201)
#F9C5D0
(249,197,208)
#F9CDD7
(249,205,215)
#F9D5DE
(249,213,222)
#F9DDE5
(249,221,229)
#F9E5EC
(249,229,236)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F99DAD color. Also use rgb(249,157,173) instead hex code.

Text Font Color

.myTextColor { color: #F99DAD; }

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

This text font color is #F99DAD.


Background Color

.myBgColor { background-color: #F99DAD; }

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

This div background color is #F99DAD.


Border color

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

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

This div border color is #F99DAD.


Opacity

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

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

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

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

This text has shadow with #F99DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F99DAD on black background.


Color preview on white background

This text has color #F99DAD on white background.



Black color preview on #F99DAD background

This text has black color on #F99DAD background.


White color preview on #F99DAD background

This text has white color on #F99DAD background.