COLOR #FAD4E1

HEX: #FAD4E1 RGB: (250,212,225)

Color info

#FAD4E1 contains red, green and blue colors in about the same proportion. Web safe color of #FAD4E1 is #FFCCCC (or #FCC).

RGB color model

#FAD4E1 color RGB value is (250,212,225).

RGB: (250,212,225) (98%, 83%, 88%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 225 of 255 = 88%

250
212
225

R + G + B ~ 90%. #FAD4E1 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 225 = 687 (100%)
R 250 of 687 ~ 36.39%
G 212 of 687 ~ 30.86%
B 225 of 687 ~ 32.75'%

%36.39
%30.86
%32.75

CMYK color model

#FAD4E1 color CMYK value is (0,15,10,2).

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

CMYK: (0,15,10,2)
C0M15Y10K2 (0%, 15%, 10%, 2%)
(0.00 / 0.15 / 0.10 / 0.02)

CMYK percentages

%0
%15.2
%10
%1.96

Codes

Color #FAD4E1 in popluar color models

FA D4 E1
RGB 250 212 225
HSL 339° 79.17% 90.59%
HSB/HSV 339° 15.20% 98.04%
CMYK 0.00% 15.20% 10.00%
1.96%

Color #FAD4E1 in popluar number systems.

HEX FA D4 E1
Decimal 250 212 225
Binary 11111010 11010100 11100001
Octal 372 324 341

Shades and tints

Shades of #FAD4E1

#FAD4E1
(250,212,225)
#E4C1CD
(228,193,205)
#CEAEB9
(206,174,185)
#B89BA5
(184,155,165)
#A28891
(162,136,145)
#8C757D
(140,117,125)
#766269
(118,98,105)
#604F55
(96,79,85)
#4A3C41
(74,60,65)
#34292D
(52,41,45)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #FAD4E1

#FAD4E1
(250,212,225)
#FAD7E3
(250,215,227)
#FADAE5
(250,218,229)
#FADDE7
(250,221,231)
#FAE0E9
(250,224,233)
#FAE3EB
(250,227,235)
#FAE6ED
(250,230,237)
#FAE9EF
(250,233,239)
#FAECF1
(250,236,241)
#FAEFF3
(250,239,243)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4E1; }

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

This text font color is #FAD4E1.

Background Color

.myBgColor { background-color: #FAD4E1; }

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

This div background color is #FAD4E1.

Border color

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

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

This div border color is #FAD4E1.

Opacity

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

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

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

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

This text has shadow with #FAD4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD4E1.

Preview

Color preview on black background

This text has color #FAD4E1 on black background.


Color preview on white background

This text has color #FAD4E1 on white background.


Black color preview on #FAD4E1 background

This text has black color on #FAD4E1 background.


White color preview on #FAD4E1 background

This text has white color on #FAD4E1 background.


Related colors

Complementary color

Complementary color for #hex is #052B1E.


I love getcolorcode.com

Triadic colors

1 #E1FAD4 and #D4E1FA with #FAD4E1 are triadic colors.

2 #E1D4FA and #D4FAE1 with #FAD4E1 are triadic colors.