COLOR #FADDCC

HEX: #FADDCC
RGB: (250,221,204)

Color info

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

RGB color model

#FADDCC color RGB value is (250,221,204).

  • red value is 250;
  • green value is 221;
  • blue value is 204.
RGB:
(250,221,204)
(98%,87%,80%)

RGB channels and saturation

R 250 of 255 = 98%
G 221 of 255 = 87%
B 204 of 255 = 80%

250
221
204

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

Portions of RGB colors in percentages

R + G + B =
250 + 221 + 204 = 675 (100%)
R 250 of 675 ~ 37.04%
G 221 of 675 ~ 32.74%
B 204 of 675 ~ 30.22%

%37.04
%32.74
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.60%
  • yellow value is 18.40%
  • 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
%11.6
%18.4
%1.96

Codes

Color #FADDCC in popluar color models

FADDCC
RGB250221204
HSL22°82.14%89.02%
HSB/HSV22°18.40%98.04%
CMYK0.00%11.60%18.40%
1.96%

Color #FADDCC in popluar number systems.

HEXFADDCC
Decimal250221204
Binary111110101101110111001100
Octal372335314

Shades and tints

Shades of #FADDCC

#FADDCC
(250,221,204)
#E4C9BA
(228,201,186)
#CEB5A8
(206,181,168)
#B8A196
(184,161,150)
#A28D84
(162,141,132)
#8C7972
(140,121,114)
#766560
(118,101,96)
#60514E
(96,81,78)
#4A3D3C
(74,61,60)
#34292A
(52,41,42)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #FADDCC

#FADDCC
(250,221,204)
#FAE0D0
(250,224,208)
#FAE3D4
(250,227,212)
#FAE6D8
(250,230,216)
#FAE9DC
(250,233,220)
#FAECE0
(250,236,224)
#FAEFE4
(250,239,228)
#FAF2E8
(250,242,232)
#FAF5EC
(250,245,236)
#FAF8F0
(250,248,240)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADDCC color. Also use rgb(250,221,204) instead hex code.

Text Font Color

.myTextColor { color: #FADDCC; }

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

This text font color is #FADDCC.


Background Color

.myBgColor { background-color: #FADDCC; }

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

This div background color is #FADDCC.


Border color

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

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

This div border color is #FADDCC.


Opacity

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

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

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

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

This text has shadow with #FADDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADDCC on black background.


Color preview on white background

This text has color #FADDCC on white background.



Black color preview on #FADDCC background

This text has black color on #FADDCC background.


White color preview on #FADDCC background

This text has white color on #FADDCC background.