COLOR #FAD5CE

HEX: #FAD5CE RGB: (250,213,206)

Color info

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

RGB color model

#FAD5CE color RGB value is (250,213,206).

RGB: (250,213,206) (98%, 84%, 81%)

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 206 of 255 = 81%

250
213
206

R + G + B ~ 88%. #FAD5CE is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 213 + 206 = 669 (100%)
R 250 of 669 ~ 37.37%
G 213 of 669 ~ 31.84%
B 206 of 669 ~ 30.79'%

%37.37
%31.84
%30.79

CMYK color model

#FAD5CE color CMYK value is (0,15,18,2).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 17.60%
  • key color value is 1.96%

CMYK: (0,15,18,2)
C0M15Y18K2 (0%, 15%, 18%, 2%)
(0.00 / 0.15 / 0.18 / 0.02)

CMYK percentages

%0
%14.8
%17.6
%1.96

Codes

Color #FAD5CE in popluar color models

FA D5 CE
RGB 250 213 206
HSL 10° 81.48% 89.41%
HSB/HSV 10° 17.60% 98.04%
CMYK 0.00% 14.80% 17.60%
1.96%

Color #FAD5CE in popluar number systems.

HEX FA D5 CE
Decimal 250 213 206
Binary 11111010 11010101 11001110
Octal 372 325 316

Shades and tints

Shades of #FAD5CE

#FAD5CE
(250,213,206)
#E4C2BC
(228,194,188)
#CEAFAA
(206,175,170)
#B89C98
(184,156,152)
#A28986
(162,137,134)
#8C7674
(140,118,116)
#766362
(118,99,98)
#605050
(96,80,80)
#4A3D3E
(74,61,62)
#342A2C
(52,42,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #FAD5CE

#FAD5CE
(250,213,206)
#FAD8D2
(250,216,210)
#FADBD6
(250,219,214)
#FADEDA
(250,222,218)
#FAE1DE
(250,225,222)
#FAE4E2
(250,228,226)
#FAE7E6
(250,231,230)
#FAEAEA
(250,234,234)
#FAEDEE
(250,237,238)
#FAF0F2
(250,240,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD5CE color. Also use rgb(250,213,206) instead hex code.

Text Font Color

.myTextColor { color: #FAD5CE; }

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

This text font color is #FAD5CE.

Background Color

.myBgColor { background-color: #FAD5CE; }

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

This div background color is #FAD5CE.

Border color

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

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

This div border color is #FAD5CE.

Opacity

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

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

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

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

This text has shadow with #FAD5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD5CE.

Preview

Color preview on black background

This text has color #FAD5CE on black background.


Color preview on white background

This text has color #FAD5CE on white background.


Black color preview on #FAD5CE background

This text has black color on #FAD5CE background.


White color preview on #FAD5CE background

This text has white color on #FAD5CE background.


Related colors

Complementary color

Complementary color for #hex is #052A31.


I love getcolorcode.com

Triadic colors

1 #CEFAD5 and #D5CEFA with #FAD5CE are triadic colors.

2 #CED5FA and #D5FACE with #FAD5CE are triadic colors.