COLOR #FAD1D2

HEX: #FAD1D2 RGB: (250,209,210)

Color info

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

RGB color model

#FAD1D2 color RGB value is (250,209,210).

RGB: (250,209,210) (98%, 82%, 82%)

RGB channels and saturation

R 250 of 255 = 98%
G 209 of 255 = 82%
B 210 of 255 = 82%

250
209
210

R + G + B ~ 87%. #FAD1D2 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 209 + 210 = 669 (100%)
R 250 of 669 ~ 37.37%
G 209 of 669 ~ 31.24%
B 210 of 669 ~ 31.39'%

%37.37
%31.24
%31.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 16.00%
  • key color value is 1.96%

CMYK: (0,16,16,2)
C0M16Y16K2 (0%, 16%, 16%, 2%)
(0.00 / 0.16 / 0.16 / 0.02)

CMYK percentages

%0
%16.4
%16
%1.96

Codes

Color #FAD1D2 in popluar color models

FA D1 D2
RGB 250 209 210
HSL 359° 80.39% 90.00%
HSB/HSV 359° 16.40% 98.04%
CMYK 0.00% 16.40% 16.00%
1.96%

Color #FAD1D2 in popluar number systems.

HEX FA D1 D2
Decimal 250 209 210
Binary 11111010 11010001 11010010
Octal 372 321 322

Shades and tints

Shades of #FAD1D2

#FAD1D2
(250,209,210)
#E4BEBF
(228,190,191)
#CEABAC
(206,171,172)
#B89899
(184,152,153)
#A28586
(162,133,134)
#8C7273
(140,114,115)
#765F60
(118,95,96)
#604C4D
(96,76,77)
#4A393A
(74,57,58)
#342627
(52,38,39)
#1E1314
(30,19,20)
#000000
(0,0,0)

Tints of #FAD1D2

#FAD1D2
(250,209,210)
#FAD5D6
(250,213,214)
#FAD9DA
(250,217,218)
#FADDDE
(250,221,222)
#FAE1E2
(250,225,226)
#FAE5E6
(250,229,230)
#FAE9EA
(250,233,234)
#FAEDEE
(250,237,238)
#FAF1F2
(250,241,242)
#FAF5F6
(250,245,246)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD1D2 color. Also use rgb(250,209,210) instead hex code.

Text Font Color

.myTextColor { color: #FAD1D2; }

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

This text font color is #FAD1D2.

Background Color

.myBgColor { background-color: #FAD1D2; }

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

This div background color is #FAD1D2.

Border color

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

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

This div border color is #FAD1D2.

Opacity

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

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

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

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

This text has shadow with #FAD1D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD1D2.

Preview

Color preview on black background

This text has color #FAD1D2 on black background.


Color preview on white background

This text has color #FAD1D2 on white background.


Black color preview on #FAD1D2 background

This text has black color on #FAD1D2 background.


White color preview on #FAD1D2 background

This text has white color on #FAD1D2 background.


Related colors

Complementary color

Complementary color for #hex is #052E2D.


I love getcolorcode.com

Triadic colors

1 #D2FAD1 and #D1D2FA with #FAD1D2 are triadic colors.

2 #D2D1FA and #D1FAD2 with #FAD1D2 are triadic colors.