COLOR #FAD5E1

HEX: #FAD5E1
RGB: (250,213,225)

Color info

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

RGB color model

#FAD5E1 color RGB value is (250,213,225).

  • red value is 250;
  • green value is 213;
  • blue value is 225.
RGB:
(250,213,225)
(98%,84%,88%)

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 225 of 255 = 88%

250
213
225

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

Portions of RGB colors in percentages

R + G + B =
250 + 213 + 225 = 688 (100%)
R 250 of 688 ~ 36.34%
G 213 of 688 ~ 30.96%
B 225 of 688 ~ 32.7%

%36.34
%30.96
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.80%
  • 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
%14.8
%10
%1.96

Codes

Color #FAD5E1 in popluar color models

FAD5E1
RGB250213225
HSL341°78.72%90.78%
HSB/HSV341°14.80%98.04%
CMYK0.00%14.80%10.00%
1.96%

Color #FAD5E1 in popluar number systems.

HEXFAD5E1
Decimal250213225
Binary111110101101010111100001
Octal372325341

Shades and tints

Shades of #FAD5E1

#FAD5E1
(250,213,225)
#E4C2CD
(228,194,205)
#CEAFB9
(206,175,185)
#B89CA5
(184,156,165)
#A28991
(162,137,145)
#8C767D
(140,118,125)
#766369
(118,99,105)
#605055
(96,80,85)
#4A3D41
(74,61,65)
#342A2D
(52,42,45)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #FAD5E1

#FAD5E1
(250,213,225)
#FAD8E3
(250,216,227)
#FADBE5
(250,219,229)
#FADEE7
(250,222,231)
#FAE1E9
(250,225,233)
#FAE4EB
(250,228,235)
#FAE7ED
(250,231,237)
#FAEAEF
(250,234,239)
#FAEDF1
(250,237,241)
#FAF0F3
(250,240,243)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD5E1; }

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

This text font color is #FAD5E1.


Background Color

.myBgColor { background-color: #FAD5E1; }

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

This div background color is #FAD5E1.


Border color

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

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

This div border color is #FAD5E1.


Opacity

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

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

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

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

This text has shadow with #FAD5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD5E1 on black background.


Color preview on white background

This text has color #FAD5E1 on white background.



Black color preview on #FAD5E1 background

This text has black color on #FAD5E1 background.


White color preview on #FAD5E1 background

This text has white color on #FAD5E1 background.