COLOR #FAD7E1

HEX: #FAD7E1
RGB: (250,215,225)

Color info

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

RGB color model

#FAD7E1 color RGB value is (250,215,225).

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

RGB channels and saturation

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

250
215
225

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

Portions of RGB colors in percentages

R + G + B =
250 + 215 + 225 = 690 (100%)
R 250 of 690 ~ 36.23%
G 215 of 690 ~ 31.16%
B 225 of 690 ~ 32.61%

%36.23
%31.16
%32.61

CMYK color model

#FAD7E1 color CMYK value is (0,14,10,2).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK:
(0,14,10,2)
C0M14Y10K2 
(0%,14%,10%,2%)
(0.00/0.14/0.10/0.02)	

CMYK percentages

%0
%14
%10
%1.96

Codes

Color #FAD7E1 in popluar color models

FAD7E1
RGB250215225
HSL343°77.78%91.18%
HSB/HSV343°14.00%98.04%
CMYK0.00%14.00%10.00%
1.96%

Color #FAD7E1 in popluar number systems.

HEXFAD7E1
Decimal250215225
Binary111110101101011111100001
Octal372327341

Shades and tints

Shades of #FAD7E1

#FAD7E1
(250,215,225)
#E4C4CD
(228,196,205)
#CEB1B9
(206,177,185)
#B89EA5
(184,158,165)
#A28B91
(162,139,145)
#8C787D
(140,120,125)
#766569
(118,101,105)
#605255
(96,82,85)
#4A3F41
(74,63,65)
#342C2D
(52,44,45)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #FAD7E1

#FAD7E1
(250,215,225)
#FADAE3
(250,218,227)
#FADDE5
(250,221,229)
#FAE0E7
(250,224,231)
#FAE3E9
(250,227,233)
#FAE6EB
(250,230,235)
#FAE9ED
(250,233,237)
#FAECEF
(250,236,239)
#FAEFF1
(250,239,241)
#FAF2F3
(250,242,243)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD7E1; }

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

This text font color is #FAD7E1.


Background Color

.myBgColor { background-color: #FAD7E1; }

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

This div background color is #FAD7E1.


Border color

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

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

This div border color is #FAD7E1.


Opacity

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

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

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

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

This text has shadow with #FAD7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD7E1 on black background.


Color preview on white background

This text has color #FAD7E1 on white background.



Black color preview on #FAD7E1 background

This text has black color on #FAD7E1 background.


White color preview on #FAD7E1 background

This text has white color on #FAD7E1 background.