COLOR #FAD1D0

HEX: #FAD1D0 RGB: (250,209,208)

Color info

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

RGB color model

#FAD1D0 color RGB value is (250,209,208).

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

RGB channels and saturation

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

250
209
208

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

Portions of RGB colors in percentages

R + G + B = 250 + 209 + 208 = 667 (100%)
R 250 of 667 ~ 37.48%
G 209 of 667 ~ 31.33%
B 208 of 667 ~ 31.18'%

%37.48
%31.33
%31.18

CMYK color model

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

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

CMYK: (0,16,17,2)
C0M16Y17K2 (0%, 16%, 17%, 2%)
(0.00 / 0.16 / 0.17 / 0.02)

CMYK percentages

%0
%16.4
%16.8
%1.96

Codes

Color #FAD1D0 in popluar color models

FA D1 D0
RGB 250 209 208
HSL 80.77% 89.80%
HSB/HSV 16.80% 98.04%
CMYK 0.00% 16.40% 16.80%
1.96%

Color #FAD1D0 in popluar number systems.

HEX FA D1 D0
Decimal 250 209 208
Binary 11111010 11010001 11010000
Octal 372 321 320

Shades and tints

Shades of #FAD1D0

#FAD1D0
(250,209,208)
#E4BEBE
(228,190,190)
#CEABAC
(206,171,172)
#B8989A
(184,152,154)
#A28588
(162,133,136)
#8C7276
(140,114,118)
#765F64
(118,95,100)
#604C52
(96,76,82)
#4A3940
(74,57,64)
#34262E
(52,38,46)
#1E131C
(30,19,28)
#000000
(0,0,0)

Tints of #FAD1D0

#FAD1D0
(250,209,208)
#FAD5D4
(250,213,212)
#FAD9D8
(250,217,216)
#FADDDC
(250,221,220)
#FAE1E0
(250,225,224)
#FAE5E4
(250,229,228)
#FAE9E8
(250,233,232)
#FAEDEC
(250,237,236)
#FAF1F0
(250,241,240)
#FAF5F4
(250,245,244)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD1D0; }

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

This text font color is #FAD1D0.

Background Color

.myBgColor { background-color: #FAD1D0; }

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

This div background color is #FAD1D0.

Border color

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

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

This div border color is #FAD1D0.

Opacity

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

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

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

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

This text has shadow with #FAD1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD1D0.

Preview

Color preview on black background

This text has color #FAD1D0 on black background.


Color preview on white background

This text has color #FAD1D0 on white background.


Black color preview on #FAD1D0 background

This text has black color on #FAD1D0 background.


White color preview on #FAD1D0 background

This text has white color on #FAD1D0 background.


Related colors

Complementary color

Complementary color for #hex is #052E2F.


I love getcolorcode.com

Triadic colors

1 #D0FAD1 and #D1D0FA with #FAD1D0 are triadic colors.

2 #D0D1FA and #D1FAD0 with #FAD1D0 are triadic colors.