COLOR #FADCE1

HEX: #FADCE1 RGB: (250,220,225)

Color info

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

RGB color model

#FADCE1 color RGB value is (250,220,225).

RGB: (250,220,225) (98%, 86%, 88%)

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 225 of 255 = 88%

250
220
225

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

Portions of RGB colors in percentages

R + G + B = 250 + 220 + 225 = 695 (100%)
R 250 of 695 ~ 35.97%
G 220 of 695 ~ 31.65%
B 225 of 695 ~ 32.37'%

%35.97
%31.65
%32.37

CMYK color model

#FADCE1 color CMYK value is (0,12,10,2).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 10.00%
  • key color value is 1.96%

CMYK: (0,12,10,2)
C0M12Y10K2 (0%, 12%, 10%, 2%)
(0.00 / 0.12 / 0.10 / 0.02)

CMYK percentages

%0
%12
%10
%1.96

Codes

Color #FADCE1 in popluar color models

FA DC E1
RGB 250 220 225
HSL 350° 75.00% 92.16%
HSB/HSV 350° 12.00% 98.04%
CMYK 0.00% 12.00% 10.00%
1.96%

Color #FADCE1 in popluar number systems.

HEX FA DC E1
Decimal 250 220 225
Binary 11111010 11011100 11100001
Octal 372 334 341

Shades and tints

Shades of #FADCE1

#FADCE1
(250,220,225)
#E4C8CD
(228,200,205)
#CEB4B9
(206,180,185)
#B8A0A5
(184,160,165)
#A28C91
(162,140,145)
#8C787D
(140,120,125)
#766469
(118,100,105)
#605055
(96,80,85)
#4A3C41
(74,60,65)
#34282D
(52,40,45)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #FADCE1

#FADCE1
(250,220,225)
#FADFE3
(250,223,227)
#FAE2E5
(250,226,229)
#FAE5E7
(250,229,231)
#FAE8E9
(250,232,233)
#FAEBEB
(250,235,235)
#FAEEED
(250,238,237)
#FAF1EF
(250,241,239)
#FAF4F1
(250,244,241)
#FAF7F3
(250,247,243)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCE1; }

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

This text font color is #FADCE1.

Background Color

.myBgColor { background-color: #FADCE1; }

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

This div background color is #FADCE1.

Border color

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

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

This div border color is #FADCE1.

Opacity

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

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

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

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

This text has shadow with #FADCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADCE1.

Preview

Color preview on black background

This text has color #FADCE1 on black background.


Color preview on white background

This text has color #FADCE1 on white background.


Black color preview on #FADCE1 background

This text has black color on #FADCE1 background.


White color preview on #FADCE1 background

This text has white color on #FADCE1 background.


Related colors

Complementary color

Complementary color for #hex is #05231E.


I love getcolorcode.com

Triadic colors

1 #E1FADC and #DCE1FA with #FADCE1 are triadic colors.

2 #E1DCFA and #DCFAE1 with #FADCE1 are triadic colors.