COLOR #FAD3C6

HEX: #FAD3C6 RGB: (250,211,198)

Color info

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

RGB color model

#FAD3C6 color RGB value is (250,211,198).

RGB: (250,211,198) (98%, 83%, 78%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 198 of 255 = 78%

250
211
198

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

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 198 = 659 (100%)
R 250 of 659 ~ 37.94%
G 211 of 659 ~ 32.02%
B 198 of 659 ~ 30.05'%

%37.94
%32.02
%30.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 20.80%
  • key color value is 1.96%

CMYK: (0,16,21,2)
C0M16Y21K2 (0%, 16%, 21%, 2%)
(0.00 / 0.16 / 0.21 / 0.02)

CMYK percentages

%0
%15.6
%20.8
%1.96

Codes

Color #FAD3C6 in popluar color models

FA D3 C6
RGB 250 211 198
HSL 15° 83.87% 87.84%
HSB/HSV 15° 20.80% 98.04%
CMYK 0.00% 15.60% 20.80%
1.96%

Color #FAD3C6 in popluar number systems.

HEX FA D3 C6
Decimal 250 211 198
Binary 11111010 11010011 11000110
Octal 372 323 306

Shades and tints

Shades of #FAD3C6

#FAD3C6
(250,211,198)
#E4C0B4
(228,192,180)
#CEADA2
(206,173,162)
#B89A90
(184,154,144)
#A2877E
(162,135,126)
#8C746C
(140,116,108)
#76615A
(118,97,90)
#604E48
(96,78,72)
#4A3B36
(74,59,54)
#342824
(52,40,36)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #FAD3C6

#FAD3C6
(250,211,198)
#FAD7CB
(250,215,203)
#FADBD0
(250,219,208)
#FADFD5
(250,223,213)
#FAE3DA
(250,227,218)
#FAE7DF
(250,231,223)
#FAEBE4
(250,235,228)
#FAEFE9
(250,239,233)
#FAF3EE
(250,243,238)
#FAF7F3
(250,247,243)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD3C6; }

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

This text font color is #FAD3C6.

Background Color

.myBgColor { background-color: #FAD3C6; }

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

This div background color is #FAD3C6.

Border color

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

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

This div border color is #FAD3C6.

Opacity

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

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

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

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

This text has shadow with #FAD3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3C6.

Preview

Color preview on black background

This text has color #FAD3C6 on black background.


Color preview on white background

This text has color #FAD3C6 on white background.


Black color preview on #FAD3C6 background

This text has black color on #FAD3C6 background.


White color preview on #FAD3C6 background

This text has white color on #FAD3C6 background.


Related colors

Complementary color

Complementary color for #hex is #052C39.


I love getcolorcode.com

Triadic colors

1 #C6FAD3 and #D3C6FA with #FAD3C6 are triadic colors.

2 #C6D3FA and #D3FAC6 with #FAD3C6 are triadic colors.