COLOR #FCDADB

HEX: #FCDADB RGB: (252,218,219)

Color info

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

RGB color model

#FCDADB color RGB value is (252,218,219).

RGB: (252,218,219) (99%, 85%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 219 of 255 = 86%

252
218
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 218 + 219 = 689 (100%)
R 252 of 689 ~ 36.57%
G 218 of 689 ~ 31.64%
B 219 of 689 ~ 31.79'%

%36.57
%31.64
%31.79

CMYK color model

#FCDADB color CMYK value is (0,13,13,1).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK: (0,13,13,1) C0M13Y13K1 (0%,13%,13%,1%) (0.00/0.13/0.13/0.01) 

CMYK percentages

%0
%13.49
%13.1
%1.18

Codes

Color #FCDADB in popluar color models

FC DA DB
RGB 252 218 219
HSL 358° 85.00% 92.16%
HSB/HSV 358° 13.49% 98.82%
CMYK 0.00% 13.49% 13.10%
1.18%

Color #FCDADB in popluar number systems.

HEX FC DA DB
Decimal 252 218 219
Binary 11111100 11011010 11011011
Octal 374 332 333

Shades and tints

Shades of #FCDADB

#FCDADB
(252,218,219)
#E6C7C8
(230,199,200)
#D0B4B5
(208,180,181)
#BAA1A2
(186,161,162)
#A48E8F
(164,142,143)
#8E7B7C
(142,123,124)
#786869
(120,104,105)
#625556
(98,85,86)
#4C4243
(76,66,67)
#362F30
(54,47,48)
#201C1D
(32,28,29)
#000000
(0,0,0)

Tints of #FCDADB

#FCDADB
(252,218,219)
#FCDDDE
(252,221,222)
#FCE0E1
(252,224,225)
#FCE3E4
(252,227,228)
#FCE6E7
(252,230,231)
#FCE9EA
(252,233,234)
#FCECED
(252,236,237)
#FCEFF0
(252,239,240)
#FCF2F3
(252,242,243)
#FCF5F6
(252,245,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDADB color. Also use rgb(252,218,219) instead hex code.

Text Font Color

.myTextColor { color: #FCDADB; }

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

This text font color is #FCDADB.

Background Color

.myBgColor { background-color: #FCDADB; }

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

This div background color is #FCDADB.

Border color

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

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

This div border color is #FCDADB.

Opacity

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

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

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

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

This text has shadow with #FCDADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDADB.

Preview

Color preview on black background

This text has color #FCDADB on black background.


Color preview on white background

This text has color #FCDADB on white background.


Black color preview on #FCDADB background

This text has black color on #FCDADB background.


White color preview on #FCDADB background

This text has white color on #FCDADB background.


Related colors

Complementary color

Complementary color for #hex is #032524.


I love getcolorcode.com

Triadic colors

1 #DBFCDA and #DADBFC with #FCDADB are triadic colors.

2 #DBDAFC and #DAFCDB with #FCDADB are triadic colors.