COLOR #F8ADDC

HEX: #F8ADDC RGB: (248,173,220)

Color info

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

RGB color model

#F8ADDC color RGB value is (248,173,220).

RGB: (248,173,220) (97%, 68%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 173 of 255 = 68%
B 220 of 255 = 86%

248
173
220

R + G + B ~ 84%. #F8ADDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 173 + 220 = 641 (100%)
R 248 of 641 ~ 38.69%
G 173 of 641 ~ 26.99%
B 220 of 641 ~ 34.32'%

%38.69
%26.99
%34.32

CMYK color model

#F8ADDC color CMYK value is (0,30,11,3).

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

CMYK: (0,30,11,3)
C0M30Y11K3 (0%, 30%, 11%, 3%)
(0.00 / 0.30 / 0.11 / 0.03)

CMYK percentages

%0
%30.24
%11.29
%2.75

Codes

Color #F8ADDC in popluar color models

F8 AD DC
RGB 248 173 220
HSL 322° 84.27% 82.55%
HSB/HSV 322° 30.24% 97.25%
CMYK 0.00% 30.24% 11.29%
2.75%

Color #F8ADDC in popluar number systems.

HEX F8 AD DC
Decimal 248 173 220
Binary 11111000 10101101 11011100
Octal 370 255 334

Shades and tints

Shades of #F8ADDC

#F8ADDC
(248,173,220)
#E29EC8
(226,158,200)
#CC8FB4
(204,143,180)
#B680A0
(182,128,160)
#A0718C
(160,113,140)
#8A6278
(138,98,120)
#745364
(116,83,100)
#5E4450
(94,68,80)
#48353C
(72,53,60)
#322628
(50,38,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #F8ADDC

#F8ADDC
(248,173,220)
#F8B4DF
(248,180,223)
#F8BBE2
(248,187,226)
#F8C2E5
(248,194,229)
#F8C9E8
(248,201,232)
#F8D0EB
(248,208,235)
#F8D7EE
(248,215,238)
#F8DEF1
(248,222,241)
#F8E5F4
(248,229,244)
#F8ECF7
(248,236,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8ADDC; }

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

This text font color is #F8ADDC.

Background Color

.myBgColor { background-color: #F8ADDC; }

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

This div background color is #F8ADDC.

Border color

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

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

This div border color is #F8ADDC.

Opacity

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

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

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

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

This text has shadow with #F8ADDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8ADDC.

Preview

Color preview on black background

This text has color #F8ADDC on black background.


Color preview on white background

This text has color #F8ADDC on white background.


Black color preview on #F8ADDC background

This text has black color on #F8ADDC background.


White color preview on #F8ADDC background

This text has white color on #F8ADDC background.


Related colors

Complementary color

Complementary color for #hex is #075223.


I love getcolorcode.com

Triadic colors

1 #DCF8AD and #ADDCF8 with #F8ADDC are triadic colors.

2 #DCADF8 and #ADF8DC with #F8ADDC are triadic colors.