COLOR #FADCE5

HEX: #FADCE5
RGB: (250,220,229)

Color info

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

RGB color model

#FADCE5 color RGB value is (250,220,229).

  • red value is 250;
  • green value is 220;
  • blue value is 229.
RGB:
(250,220,229)
(98%,86%,90%)

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 229 of 255 = 90%

250
220
229

R + G + B ~ 91%. #FADCE5 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 220 + 229 = 699 (100%)
R 250 of 699 ~ 35.77%
G 220 of 699 ~ 31.47%
B 229 of 699 ~ 32.76%

%35.77
%31.47
%32.76

CMYK color model

#FADCE5 color CMYK value is (0,12,8,2).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 8.40%
  • key color value is 1.96%
CMYK:
(0,12,8,2)
C0M12Y8K2 
(0%,12%,8%,2%)
(0.00/0.12/0.08/0.02)	

CMYK percentages

%0
%12
%8.4
%1.96

Codes

Color #FADCE5 in popluar color models

FADCE5
RGB250220229
HSL342°75.00%92.16%
HSB/HSV342°12.00%98.04%
CMYK0.00%12.00%8.40%
1.96%

Color #FADCE5 in popluar number systems.

HEXFADCE5
Decimal250220229
Binary111110101101110011100101
Octal372334345

Shades and tints

Shades of #FADCE5

#FADCE5
(250,220,229)
#E4C8D1
(228,200,209)
#CEB4BD
(206,180,189)
#B8A0A9
(184,160,169)
#A28C95
(162,140,149)
#8C7881
(140,120,129)
#76646D
(118,100,109)
#605059
(96,80,89)
#4A3C45
(74,60,69)
#342831
(52,40,49)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #FADCE5

#FADCE5
(250,220,229)
#FADFE7
(250,223,231)
#FAE2E9
(250,226,233)
#FAE5EB
(250,229,235)
#FAE8ED
(250,232,237)
#FAEBEF
(250,235,239)
#FAEEF1
(250,238,241)
#FAF1F3
(250,241,243)
#FAF4F5
(250,244,245)
#FAF7F7
(250,247,247)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADCE5 color. Also use rgb(250,220,229) instead hex code.

Text Font Color

.myTextColor { color: #FADCE5; }

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

This text font color is #FADCE5.


Background Color

.myBgColor { background-color: #FADCE5; }

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

This div background color is #FADCE5.


Border color

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

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

This div border color is #FADCE5.


Opacity

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

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

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

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

This text has shadow with #FADCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADCE5 on black background.


Color preview on white background

This text has color #FADCE5 on white background.



Black color preview on #FADCE5 background

This text has black color on #FADCE5 background.


White color preview on #FADCE5 background

This text has white color on #FADCE5 background.