COLOR #FAD3D7

HEX: #FAD3D7 RGB: (250,211,215)

Color info

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

RGB color model

#FAD3D7 color RGB value is (250,211,215).

RGB: (250,211,215) (98%, 83%, 84%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 215 of 255 = 84%

250
211
215

R + G + B ~ 88%. #FAD3D7 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 215 = 676 (100%)
R 250 of 676 ~ 36.98%
G 211 of 676 ~ 31.21%
B 215 of 676 ~ 31.8'%

%36.98
%31.21
%31.8

CMYK color model

#FAD3D7 color CMYK value is (0,16,14,2).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 14.00%
  • key color value is 1.96%

CMYK: (0,16,14,2)
C0M16Y14K2 (0%, 16%, 14%, 2%)
(0.00 / 0.16 / 0.14 / 0.02)

CMYK percentages

%0
%15.6
%14
%1.96

Codes

Color #FAD3D7 in popluar color models

FA D3 D7
RGB 250 211 215
HSL 354° 79.59% 90.39%
HSB/HSV 354° 15.60% 98.04%
CMYK 0.00% 15.60% 14.00%
1.96%

Color #FAD3D7 in popluar number systems.

HEX FA D3 D7
Decimal 250 211 215
Binary 11111010 11010011 11010111
Octal 372 323 327

Shades and tints

Shades of #FAD3D7

#FAD3D7
(250,211,215)
#E4C0C4
(228,192,196)
#CEADB1
(206,173,177)
#B89A9E
(184,154,158)
#A2878B
(162,135,139)
#8C7478
(140,116,120)
#766165
(118,97,101)
#604E52
(96,78,82)
#4A3B3F
(74,59,63)
#34282C
(52,40,44)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAD3D7

#FAD3D7
(250,211,215)
#FAD7DA
(250,215,218)
#FADBDD
(250,219,221)
#FADFE0
(250,223,224)
#FAE3E3
(250,227,227)
#FAE7E6
(250,231,230)
#FAEBE9
(250,235,233)
#FAEFEC
(250,239,236)
#FAF3EF
(250,243,239)
#FAF7F2
(250,247,242)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD3D7; }

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

This text font color is #FAD3D7.

Background Color

.myBgColor { background-color: #FAD3D7; }

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

This div background color is #FAD3D7.

Border color

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

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

This div border color is #FAD3D7.

Opacity

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

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

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

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

This text has shadow with #FAD3D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3D7.

Preview

Color preview on black background

This text has color #FAD3D7 on black background.


Color preview on white background

This text has color #FAD3D7 on white background.


Black color preview on #FAD3D7 background

This text has black color on #FAD3D7 background.


White color preview on #FAD3D7 background

This text has white color on #FAD3D7 background.


Related colors

Complementary color

Complementary color for #hex is #052C28.


I love getcolorcode.com

Triadic colors

1 #D7FAD3 and #D3D7FA with #FAD3D7 are triadic colors.

2 #D7D3FA and #D3FAD7 with #FAD3D7 are triadic colors.