COLOR #F8D4FA

HEX: #F8D4FA RGB: (248,212,250)

Color info

#F8D4FA contains red, green and blue colors in about the same proportion. Web safe color of #F8D4FA is #FFCCFF (or #FCF).

RGB color model

#F8D4FA color RGB value is (248,212,250).

RGB: (248,212,250) (97%, 83%, 98%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 250 of 255 = 98%

248
212
250

R + G + B ~ 93%. #F8D4FA is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 212 + 250 = 710 (100%)
R 248 of 710 ~ 34.93%
G 212 of 710 ~ 29.86%
B 250 of 710 ~ 35.21'%

%34.93
%29.86
%35.21

CMYK color model

#F8D4FA color CMYK value is (1,15,0,2).

  • cyan value is 0.80%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (1,15,0,2)
C1M15Y0K2 (1%, 15%, 0%, 2%)
(0.01 / 0.15 / 0.00 / 0.02)

CMYK percentages

%0.8
%15.2
%0
%1.96

Codes

Color #F8D4FA in popluar color models

F8 D4 FA
RGB 248 212 250
HSL 297° 79.17% 90.59%
HSB/HSV 297° 15.20% 98.04%
CMYK 0.80% 15.20% 0.00%
1.96%

Color #F8D4FA in popluar number systems.

HEX F8 D4 FA
Decimal 248 212 250
Binary 11111000 11010100 11111010
Octal 370 324 372

Shades and tints

Shades of #F8D4FA

#F8D4FA
(248,212,250)
#E2C1E4
(226,193,228)
#CCAECE
(204,174,206)
#B69BB8
(182,155,184)
#A088A2
(160,136,162)
#8A758C
(138,117,140)
#746276
(116,98,118)
#5E4F60
(94,79,96)
#483C4A
(72,60,74)
#322934
(50,41,52)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #F8D4FA

#F8D4FA
(248,212,250)
#F8D7FA
(248,215,250)
#F8DAFA
(248,218,250)
#F8DDFA
(248,221,250)
#F8E0FA
(248,224,250)
#F8E3FA
(248,227,250)
#F8E6FA
(248,230,250)
#F8E9FA
(248,233,250)
#F8ECFA
(248,236,250)
#F8EFFA
(248,239,250)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D4FA color. Also use rgb(248,212,250) instead hex code.

Text Font Color

.myTextColor { color: #F8D4FA; }

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

This text font color is #F8D4FA.

Background Color

.myBgColor { background-color: #F8D4FA; }

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

This div background color is #F8D4FA.

Border color

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

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

This div border color is #F8D4FA.

Opacity

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

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

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

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

This text has shadow with #F8D4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D4FA.

Preview

Color preview on black background

This text has color #F8D4FA on black background.


Color preview on white background

This text has color #F8D4FA on white background.


Black color preview on #F8D4FA background

This text has black color on #F8D4FA background.


White color preview on #F8D4FA background

This text has white color on #F8D4FA background.


Related colors

Complementary color

Complementary color for #hex is #072B05.


I love getcolorcode.com

Triadic colors

1 #FAF8D4 and #D4FAF8 with #F8D4FA are triadic colors.

2 #FAD4F8 and #D4F8FA with #F8D4FA are triadic colors.