COLOR #F8ADC9

HEX: #F8ADC9 RGB: (248,173,201)

Color info

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

RGB color model

#F8ADC9 color RGB value is (248,173,201).

RGB: (248,173,201) (97%, 68%, 79%)

RGB channels and saturation

R 248 of 255 = 97%
G 173 of 255 = 68%
B 201 of 255 = 79%

248
173
201

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

Portions of RGB colors in percentages

R + G + B = 248 + 173 + 201 = 622 (100%)
R 248 of 622 ~ 39.87%
G 173 of 622 ~ 27.81%
B 201 of 622 ~ 32.32'%

%39.87
%27.81
%32.32

CMYK color model

#F8ADC9 color CMYK value is (0,30,19,3).

  • cyan value is 0.00%
  • magenta value is 30.24%
  • yellow value is 18.95%
  • key color value is 2.75%

CMYK: (0,30,19,3)
C0M30Y19K3 (0%, 30%, 19%, 3%)
(0.00 / 0.30 / 0.19 / 0.03)

CMYK percentages

%0
%30.24
%18.95
%2.75

Codes

Color #F8ADC9 in popluar color models

F8 AD C9
RGB 248 173 201
HSL 338° 84.27% 82.55%
HSB/HSV 338° 30.24% 97.25%
CMYK 0.00% 30.24% 18.95%
2.75%

Color #F8ADC9 in popluar number systems.

HEX F8 AD C9
Decimal 248 173 201
Binary 11111000 10101101 11001001
Octal 370 255 311

Shades and tints

Shades of #F8ADC9

#F8ADC9
(248,173,201)
#E29EB7
(226,158,183)
#CC8FA5
(204,143,165)
#B68093
(182,128,147)
#A07181
(160,113,129)
#8A626F
(138,98,111)
#74535D
(116,83,93)
#5E444B
(94,68,75)
#483539
(72,53,57)
#322627
(50,38,39)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #F8ADC9

#F8ADC9
(248,173,201)
#F8B4CD
(248,180,205)
#F8BBD1
(248,187,209)
#F8C2D5
(248,194,213)
#F8C9D9
(248,201,217)
#F8D0DD
(248,208,221)
#F8D7E1
(248,215,225)
#F8DEE5
(248,222,229)
#F8E5E9
(248,229,233)
#F8ECED
(248,236,237)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8ADC9 color. Also use rgb(248,173,201) instead hex code.

Text Font Color

.myTextColor { color: #F8ADC9; }

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

This text font color is #F8ADC9.

Background Color

.myBgColor { background-color: #F8ADC9; }

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

This div background color is #F8ADC9.

Border color

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

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

This div border color is #F8ADC9.

Opacity

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

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

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

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

This text has shadow with #F8ADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8ADC9.

Preview

Color preview on black background

This text has color #F8ADC9 on black background.


Color preview on white background

This text has color #F8ADC9 on white background.


Black color preview on #F8ADC9 background

This text has black color on #F8ADC9 background.


White color preview on #F8ADC9 background

This text has white color on #F8ADC9 background.


Related colors

Complementary color

Complementary color for #hex is #075236.


I love getcolorcode.com

Triadic colors

1 #C9F8AD and #ADC9F8 with #F8ADC9 are triadic colors.

2 #C9ADF8 and #ADF8C9 with #F8ADC9 are triadic colors.