COLOR #FADFD1

HEX: #FADFD1
RGB: (250,223,209)

Color info

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

RGB color model

#FADFD1 color RGB value is (250,223,209).

  • red value is 250;
  • green value is 223;
  • blue value is 209.
RGB:
(250,223,209)
(98%,87%,82%)

RGB channels and saturation

R 250 of 255 = 98%
G 223 of 255 = 87%
B 209 of 255 = 82%

250
223
209

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

Portions of RGB colors in percentages

R + G + B =
250 + 223 + 209 = 682 (100%)
R 250 of 682 ~ 36.66%
G 223 of 682 ~ 32.7%
B 209 of 682 ~ 30.65%

%36.66
%32.7
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 16.40%
  • key color value is 1.96%
CMYK:
(0,11,16,2)
C0M11Y16K2 
(0%,11%,16%,2%)
(0.00/0.11/0.16/0.02)	

CMYK percentages

%0
%10.8
%16.4
%1.96

Codes

Color #FADFD1 in popluar color models

FADFD1
RGB250223209
HSL20°80.39%90.00%
HSB/HSV20°16.40%98.04%
CMYK0.00%10.80%16.40%
1.96%

Color #FADFD1 in popluar number systems.

HEXFADFD1
Decimal250223209
Binary111110101101111111010001
Octal372337321

Shades and tints

Shades of #FADFD1

#FADFD1
(250,223,209)
#E4CBBE
(228,203,190)
#CEB7AB
(206,183,171)
#B8A398
(184,163,152)
#A28F85
(162,143,133)
#8C7B72
(140,123,114)
#76675F
(118,103,95)
#60534C
(96,83,76)
#4A3F39
(74,63,57)
#342B26
(52,43,38)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #FADFD1

#FADFD1
(250,223,209)
#FAE1D5
(250,225,213)
#FAE3D9
(250,227,217)
#FAE5DD
(250,229,221)
#FAE7E1
(250,231,225)
#FAE9E5
(250,233,229)
#FAEBE9
(250,235,233)
#FAEDED
(250,237,237)
#FAEFF1
(250,239,241)
#FAF1F5
(250,241,245)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADFD1; }

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

This text font color is #FADFD1.


Background Color

.myBgColor { background-color: #FADFD1; }

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

This div background color is #FADFD1.


Border color

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

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

This div border color is #FADFD1.


Opacity

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

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

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

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

This text has shadow with #FADFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADFD1 on black background.


Color preview on white background

This text has color #FADFD1 on white background.



Black color preview on #FADFD1 background

This text has black color on #FADFD1 background.


White color preview on #FADFD1 background

This text has white color on #FADFD1 background.