COLOR #FAD5D6

HEX: #FAD5D6
RGB: (250,213,214)

Color info

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

RGB color model

#FAD5D6 color RGB value is (250,213,214).

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

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 214 of 255 = 84%

250
213
214

R + G + B ~ 89%. #FAD5D6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 213 + 214 = 677 (100%)
R 250 of 677 ~ 36.93%
G 213 of 677 ~ 31.46%
B 214 of 677 ~ 31.61%

%36.93
%31.46
%31.61

CMYK color model

#FAD5D6 color CMYK value is (0,15,14,2).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK: (0,15,14,2) C0M15Y14K2 (0%,15%,14%,2%) (0.00/0.15/0.14/0.02)

CMYK percentages

%0
%14.8
%14.4
%1.96

Codes

Color #FAD5D6 in popluar color models

FAD5D6
RGB250213214
HSL358°78.72%90.78%
HSB/HSV358°14.80%98.04%
CMYK0.00%14.80%14.40%
1.96%

Color #FAD5D6 in popluar number systems.

HEXFAD5D6
Decimal250213214
Binary111110101101010111010110
Octal372325326

Shades and tints

Shades of #FAD5D6

#FAD5D6
(250,213,214)
#E4C2C3
(228,194,195)
#CEAFB0
(206,175,176)
#B89C9D
(184,156,157)
#A2898A
(162,137,138)
#8C7677
(140,118,119)
#766364
(118,99,100)
#605051
(96,80,81)
#4A3D3E
(74,61,62)
#342A2B
(52,42,43)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FAD5D6

#FAD5D6
(250,213,214)
#FAD8D9
(250,216,217)
#FADBDC
(250,219,220)
#FADEDF
(250,222,223)
#FAE1E2
(250,225,226)
#FAE4E5
(250,228,229)
#FAE7E8
(250,231,232)
#FAEAEB
(250,234,235)
#FAEDEE
(250,237,238)
#FAF0F1
(250,240,241)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD5D6; }

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

This text font color is #FAD5D6.


Background Color

.myBgColor { background-color: #FAD5D6; }

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

This div background color is #FAD5D6.


Border color

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

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

This div border color is #FAD5D6.


Opacity

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

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

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

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

This text has shadow with #FAD5D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FAD5D6 on black background.


Color preview on white background

This text has color #FAD5D6 on white background.



Black color preview on #FAD5D6 background

This text has black color on #FAD5D6 background.


White color preview on #FAD5D6 background

This text has white color on #FAD5D6 background.