COLOR #F9ADC7

HEX: #F9ADC7 RGB: (249,173,199)

Color info

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

RGB color model

#F9ADC7 color RGB value is (249,173,199).

RGB: (249,173,199) (98%, 68%, 78%)

RGB channels and saturation

R 249 of 255 = 98%
G 173 of 255 = 68%
B 199 of 255 = 78%

249
173
199

R + G + B ~ 81%. #F9ADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 173 + 199 = 621 (100%)
R 249 of 621 ~ 40.1%
G 173 of 621 ~ 27.86%
B 199 of 621 ~ 32.05'%

%40.1
%27.86
%32.05

CMYK color model

#F9ADC7 color CMYK value is (0,31,20,2).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 20.08%
  • key color value is 2.35%

CMYK: (0,31,20,2)
C0M31Y20K2 (0%, 31%, 20%, 2%)
(0.00 / 0.31 / 0.20 / 0.02)

CMYK percentages

%0
%30.52
%20.08
%2.35

Codes

Color #F9ADC7 in popluar color models

F9 AD C7
RGB 249 173 199
HSL 339° 86.36% 82.75%
HSB/HSV 339° 30.52% 97.65%
CMYK 0.00% 30.52% 20.08%
2.35%

Color #F9ADC7 in popluar number systems.

HEX F9 AD C7
Decimal 249 173 199
Binary 11111001 10101101 11000111
Octal 371 255 307

Shades and tints

Shades of #F9ADC7

#F9ADC7
(249,173,199)
#E39EB5
(227,158,181)
#CD8FA3
(205,143,163)
#B78091
(183,128,145)
#A1717F
(161,113,127)
#8B626D
(139,98,109)
#75535B
(117,83,91)
#5F4449
(95,68,73)
#493537
(73,53,55)
#332625
(51,38,37)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #F9ADC7

#F9ADC7
(249,173,199)
#F9B4CC
(249,180,204)
#F9BBD1
(249,187,209)
#F9C2D6
(249,194,214)
#F9C9DB
(249,201,219)
#F9D0E0
(249,208,224)
#F9D7E5
(249,215,229)
#F9DEEA
(249,222,234)
#F9E5EF
(249,229,239)
#F9ECF4
(249,236,244)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9ADC7; }

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

This text font color is #F9ADC7.

Background Color

.myBgColor { background-color: #F9ADC7; }

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

This div background color is #F9ADC7.

Border color

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

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

This div border color is #F9ADC7.

Opacity

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

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

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

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

This text has shadow with #F9ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9ADC7.

Preview

Color preview on black background

This text has color #F9ADC7 on black background.


Color preview on white background

This text has color #F9ADC7 on white background.


Black color preview on #F9ADC7 background

This text has black color on #F9ADC7 background.


White color preview on #F9ADC7 background

This text has white color on #F9ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #065238.


I love getcolorcode.com

Triadic colors

1 #C7F9AD and #ADC7F9 with #F9ADC7 are triadic colors.

2 #C7ADF9 and #ADF9C7 with #F9ADC7 are triadic colors.