COLOR #F8A4DC

HEX: #F8A4DC RGB: (248,164,220)

Color info

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

RGB color model

#F8A4DC color RGB value is (248,164,220).

RGB: (248,164,220) (97%, 64%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 164 of 255 = 64%
B 220 of 255 = 86%

248
164
220

R + G + B ~ 82%. #F8A4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 164 + 220 = 632 (100%)
R 248 of 632 ~ 39.24%
G 164 of 632 ~ 25.95%
B 220 of 632 ~ 34.81'%

%39.24
%25.95
%34.81

CMYK color model

#F8A4DC color CMYK value is (0,34,11,3).

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

CMYK: (0,34,11,3)
C0M34Y11K3 (0%, 34%, 11%, 3%)
(0.00 / 0.34 / 0.11 / 0.03)

CMYK percentages

%0
%33.87
%11.29
%2.75

Codes

Color #F8A4DC in popluar color models

F8 A4 DC
RGB 248 164 220
HSL 320° 85.71% 80.78%
HSB/HSV 320° 33.87% 97.25%
CMYK 0.00% 33.87% 11.29%
2.75%

Color #F8A4DC in popluar number systems.

HEX F8 A4 DC
Decimal 248 164 220
Binary 11111000 10100100 11011100
Octal 370 244 334

Shades and tints

Shades of #F8A4DC

#F8A4DC
(248,164,220)
#E296C8
(226,150,200)
#CC88B4
(204,136,180)
#B67AA0
(182,122,160)
#A06C8C
(160,108,140)
#8A5E78
(138,94,120)
#745064
(116,80,100)
#5E4250
(94,66,80)
#48343C
(72,52,60)
#322628
(50,38,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #F8A4DC

#F8A4DC
(248,164,220)
#F8ACDF
(248,172,223)
#F8B4E2
(248,180,226)
#F8BCE5
(248,188,229)
#F8C4E8
(248,196,232)
#F8CCEB
(248,204,235)
#F8D4EE
(248,212,238)
#F8DCF1
(248,220,241)
#F8E4F4
(248,228,244)
#F8ECF7
(248,236,247)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A4DC; }

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

This text font color is #F8A4DC.

Background Color

.myBgColor { background-color: #F8A4DC; }

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

This div background color is #F8A4DC.

Border color

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

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

This div border color is #F8A4DC.

Opacity

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

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

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

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

This text has shadow with #F8A4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A4DC.

Preview

Color preview on black background

This text has color #F8A4DC on black background.


Color preview on white background

This text has color #F8A4DC on white background.


Black color preview on #F8A4DC background

This text has black color on #F8A4DC background.


White color preview on #F8A4DC background

This text has white color on #F8A4DC background.


Related colors

Complementary color

Complementary color for #hex is #075B23.


I love getcolorcode.com

Triadic colors

1 #DCF8A4 and #A4DCF8 with #F8A4DC are triadic colors.

2 #DCA4F8 and #A4F8DC with #F8A4DC are triadic colors.