COLOR #FAD3C0

HEX: #FAD3C0
RGB: (250,211,192)

Color info

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

RGB color model

#FAD3C0 color RGB value is (250,211,192).

  • red value is 250;
  • green value is 211;
  • blue value is 192.
RGB:
(250,211,192)
(98%,83%,75%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 192 of 255 = 75%

250
211
192

R + G + B ~ 85%. #FAD3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 211 + 192 = 653 (100%)
R 250 of 653 ~ 38.28%
G 211 of 653 ~ 32.31%
B 192 of 653 ~ 29.4%

%38.28
%32.31
%29.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 23.20%
  • key color value is 1.96%
CMYK:
(0,16,23,2)
C0M16Y23K2 
(0%,16%,23%,2%)
(0.00/0.16/0.23/0.02)	

CMYK percentages

%0
%15.6
%23.2
%1.96

Codes

Color #FAD3C0 in popluar color models

FAD3C0
RGB250211192
HSL20°85.29%86.67%
HSB/HSV20°23.20%98.04%
CMYK0.00%15.60%23.20%
1.96%

Color #FAD3C0 in popluar number systems.

HEXFAD3C0
Decimal250211192
Binary111110101101001111000000
Octal372323300

Shades and tints

Shades of #FAD3C0

#FAD3C0
(250,211,192)
#E4C0AF
(228,192,175)
#CEAD9E
(206,173,158)
#B89A8D
(184,154,141)
#A2877C
(162,135,124)
#8C746B
(140,116,107)
#76615A
(118,97,90)
#604E49
(96,78,73)
#4A3B38
(74,59,56)
#342827
(52,40,39)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #FAD3C0

#FAD3C0
(250,211,192)
#FAD7C5
(250,215,197)
#FADBCA
(250,219,202)
#FADFCF
(250,223,207)
#FAE3D4
(250,227,212)
#FAE7D9
(250,231,217)
#FAEBDE
(250,235,222)
#FAEFE3
(250,239,227)
#FAF3E8
(250,243,232)
#FAF7ED
(250,247,237)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD3C0; }

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

This text font color is #FAD3C0.


Background Color

.myBgColor { background-color: #FAD3C0; }

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

This div background color is #FAD3C0.


Border color

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

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

This div border color is #FAD3C0.


Opacity

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

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

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

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

This text has shadow with #FAD3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAD3C0 on black background.


Color preview on white background

This text has color #FAD3C0 on white background.



Black color preview on #FAD3C0 background

This text has black color on #FAD3C0 background.


White color preview on #FAD3C0 background

This text has white color on #FAD3C0 background.