COLOR #FADCCE

HEX: #FADCCE
RGB: (250,220,206)

Color info

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

RGB color model

#FADCCE color RGB value is (250,220,206).

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

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 206 of 255 = 81%

250
220
206

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

Portions of RGB colors in percentages

R + G + B =
250 + 220 + 206 = 676 (100%)
R 250 of 676 ~ 36.98%
G 220 of 676 ~ 32.54%
B 206 of 676 ~ 30.47%

%36.98
%32.54
%30.47

CMYK color model

#FADCCE color CMYK value is (0,12,18,2).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(0,12,18,2)
C0M12Y18K2 
(0%,12%,18%,2%)
(0.00/0.12/0.18/0.02)	

CMYK percentages

%0
%12
%17.6
%1.96

Codes

Color #FADCCE in popluar color models

FADCCE
RGB250220206
HSL19°81.48%89.41%
HSB/HSV19°17.60%98.04%
CMYK0.00%12.00%17.60%
1.96%

Color #FADCCE in popluar number systems.

HEXFADCCE
Decimal250220206
Binary111110101101110011001110
Octal372334316

Shades and tints

Shades of #FADCCE

#FADCCE
(250,220,206)
#E4C8BC
(228,200,188)
#CEB4AA
(206,180,170)
#B8A098
(184,160,152)
#A28C86
(162,140,134)
#8C7874
(140,120,116)
#766462
(118,100,98)
#605050
(96,80,80)
#4A3C3E
(74,60,62)
#34282C
(52,40,44)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #FADCCE

#FADCCE
(250,220,206)
#FADFD2
(250,223,210)
#FAE2D6
(250,226,214)
#FAE5DA
(250,229,218)
#FAE8DE
(250,232,222)
#FAEBE2
(250,235,226)
#FAEEE6
(250,238,230)
#FAF1EA
(250,241,234)
#FAF4EE
(250,244,238)
#FAF7F2
(250,247,242)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCCE; }

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

This text font color is #FADCCE.


Background Color

.myBgColor { background-color: #FADCCE; }

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

This div background color is #FADCCE.


Border color

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

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

This div border color is #FADCCE.


Opacity

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

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

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

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

This text has shadow with #FADCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADCCE on black background.


Color preview on white background

This text has color #FADCCE on white background.



Black color preview on #FADCCE background

This text has black color on #FADCCE background.


White color preview on #FADCCE background

This text has white color on #FADCCE background.