COLOR #FADCDD

HEX: #FADCDD
RGB: (250,220,221)

Color info

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

RGB color model

#FADCDD color RGB value is (250,220,221).

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

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 221 of 255 = 87%

250
220
221

R + G + B ~ 90%. #FADCDD is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 220 + 221 = 691 (100%)
R 250 of 691 ~ 36.18%
G 220 of 691 ~ 31.84%
B 221 of 691 ~ 31.98%

%36.18
%31.84
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(0,12,12,2)
C0M12Y12K2 
(0%,12%,12%,2%)
(0.00/0.12/0.12/0.02)	

CMYK percentages

%0
%12
%11.6
%1.96

Codes

Color #FADCDD in popluar color models

FADCDD
RGB250220221
HSL358°75.00%92.16%
HSB/HSV358°12.00%98.04%
CMYK0.00%12.00%11.60%
1.96%

Color #FADCDD in popluar number systems.

HEXFADCDD
Decimal250220221
Binary111110101101110011011101
Octal372334335

Shades and tints

Shades of #FADCDD

#FADCDD
(250,220,221)
#E4C8C9
(228,200,201)
#CEB4B5
(206,180,181)
#B8A0A1
(184,160,161)
#A28C8D
(162,140,141)
#8C7879
(140,120,121)
#766465
(118,100,101)
#605051
(96,80,81)
#4A3C3D
(74,60,61)
#342829
(52,40,41)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #FADCDD

#FADCDD
(250,220,221)
#FADFE0
(250,223,224)
#FAE2E3
(250,226,227)
#FAE5E6
(250,229,230)
#FAE8E9
(250,232,233)
#FAEBEC
(250,235,236)
#FAEEEF
(250,238,239)
#FAF1F2
(250,241,242)
#FAF4F5
(250,244,245)
#FAF7F8
(250,247,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCDD; }

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

This text font color is #FADCDD.


Background Color

.myBgColor { background-color: #FADCDD; }

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

This div background color is #FADCDD.


Border color

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

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

This div border color is #FADCDD.


Opacity

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

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

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

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

This text has shadow with #FADCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADCDD on black background.


Color preview on white background

This text has color #FADCDD on white background.



Black color preview on #FADCDD background

This text has black color on #FADCDD background.


White color preview on #FADCDD background

This text has white color on #FADCDD background.