COLOR #FAD7C4

HEX: #FAD7C4 RGB: (250,215,196)

Color info

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

RGB color model

#FAD7C4 color RGB value is (250,215,196).

RGB: (250,215,196) (98%, 84%, 77%)

RGB channels and saturation

R 250 of 255 = 98%
G 215 of 255 = 84%
B 196 of 255 = 77%

250
215
196

R + G + B ~ 86%. #FAD7C4 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 215 + 196 = 661 (100%)
R 250 of 661 ~ 37.82%
G 215 of 661 ~ 32.53%
B 196 of 661 ~ 29.65'%

%37.82
%32.53
%29.65

CMYK color model

#FAD7C4 color CMYK value is (0,14,22,2).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK: (0,14,22,2) C0M14Y22K2 (0%,14%,22%,2%) (0.00/0.14/0.22/0.02) 

CMYK percentages

%0
%14
%21.6
%1.96

Codes

Color #FAD7C4 in popluar color models

FA D7 C4
RGB 250 215 196
HSL 21° 84.38% 87.45%
HSB/HSV 21° 21.60% 98.04%
CMYK 0.00% 14.00% 21.60%
1.96%

Color #FAD7C4 in popluar number systems.

HEX FA D7 C4
Decimal 250 215 196
Binary 11111010 11010111 11000100
Octal 372 327 304

Shades and tints

Shades of #FAD7C4

#FAD7C4
(250,215,196)
#E4C4B3
(228,196,179)
#CEB1A2
(206,177,162)
#B89E91
(184,158,145)
#A28B80
(162,139,128)
#8C786F
(140,120,111)
#76655E
(118,101,94)
#60524D
(96,82,77)
#4A3F3C
(74,63,60)
#342C2B
(52,44,43)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #FAD7C4

#FAD7C4
(250,215,196)
#FADAC9
(250,218,201)
#FADDCE
(250,221,206)
#FAE0D3
(250,224,211)
#FAE3D8
(250,227,216)
#FAE6DD
(250,230,221)
#FAE9E2
(250,233,226)
#FAECE7
(250,236,231)
#FAEFEC
(250,239,236)
#FAF2F1
(250,242,241)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD7C4; }

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

This text font color is #FAD7C4.

Background Color

.myBgColor { background-color: #FAD7C4; }

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

This div background color is #FAD7C4.

Border color

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

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

This div border color is #FAD7C4.

Opacity

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

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

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

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

This text has shadow with #FAD7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD7C4.

Preview

Color preview on black background

This text has color #FAD7C4 on black background.


Color preview on white background

This text has color #FAD7C4 on white background.


Black color preview on #FAD7C4 background

This text has black color on #FAD7C4 background.


White color preview on #FAD7C4 background

This text has white color on #FAD7C4 background.


Related colors

Complementary color

Complementary color for #hex is #05283B.


I love getcolorcode.com

Triadic colors

1 #C4FAD7 and #D7C4FA with #FAD7C4 are triadic colors.

2 #C4D7FA and #D7FAC4 with #FAD7C4 are triadic colors.