COLOR #FADCE4

HEX: #FADCE4
RGB: (250,220,228)

Color info

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

RGB color model

#FADCE4 color RGB value is (250,220,228).

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

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 228 of 255 = 89%

250
220
228

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

Portions of RGB colors in percentages

R + G + B =
250 + 220 + 228 = 698 (100%)
R 250 of 698 ~ 35.82%
G 220 of 698 ~ 31.52%
B 228 of 698 ~ 32.66%

%35.82
%31.52
%32.66

CMYK color model

#FADCE4 color CMYK value is (0,12,9,2).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(0,12,9,2)
C0M12Y9K2 
(0%,12%,9%,2%)
(0.00/0.12/0.09/0.02)	

CMYK percentages

%0
%12
%8.8
%1.96

Codes

Color #FADCE4 in popluar color models

FADCE4
RGB250220228
HSL344°75.00%92.16%
HSB/HSV344°12.00%98.04%
CMYK0.00%12.00%8.80%
1.96%

Color #FADCE4 in popluar number systems.

HEXFADCE4
Decimal250220228
Binary111110101101110011100100
Octal372334344

Shades and tints

Shades of #FADCE4

#FADCE4
(250,220,228)
#E4C8D0
(228,200,208)
#CEB4BC
(206,180,188)
#B8A0A8
(184,160,168)
#A28C94
(162,140,148)
#8C7880
(140,120,128)
#76646C
(118,100,108)
#605058
(96,80,88)
#4A3C44
(74,60,68)
#342830
(52,40,48)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #FADCE4

#FADCE4
(250,220,228)
#FADFE6
(250,223,230)
#FAE2E8
(250,226,232)
#FAE5EA
(250,229,234)
#FAE8EC
(250,232,236)
#FAEBEE
(250,235,238)
#FAEEF0
(250,238,240)
#FAF1F2
(250,241,242)
#FAF4F4
(250,244,244)
#FAF7F6
(250,247,246)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCE4; }

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

This text font color is #FADCE4.


Background Color

.myBgColor { background-color: #FADCE4; }

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

This div background color is #FADCE4.


Border color

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

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

This div border color is #FADCE4.


Opacity

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

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

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

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

This text has shadow with #FADCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADCE4 on black background.


Color preview on white background

This text has color #FADCE4 on white background.



Black color preview on #FADCE4 background

This text has black color on #FADCE4 background.


White color preview on #FADCE4 background

This text has white color on #FADCE4 background.