COLOR #FCDAF0

HEX: #FCDAF0 RGB: (252,218,240)

Color info

#FCDAF0 contains red, green and blue colors in about the same proportion. Web safe color of #FCDAF0 is #FFCCFF (or #FCF).

RGB color model

#FCDAF0 color RGB value is (252,218,240).

RGB: (252,218,240) (99%, 85%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 240 of 255 = 94%

252
218
240

R + G + B ~ 93%. #FCDAF0 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 218 + 240 = 710 (100%)
R 252 of 710 ~ 35.49%
G 218 of 710 ~ 30.7%
B 240 of 710 ~ 33.8'%

%35.49
%30.7
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 4.76%
  • key color value is 1.18%

CMYK: (0,13,5,1)
C0M13Y5K1 (0%, 13%, 5%, 1%)
(0.00 / 0.13 / 0.05 / 0.01)

CMYK percentages

%0
%13.49
%4.76
%1.18

Codes

Color #FCDAF0 in popluar color models

FC DA F0
RGB 252 218 240
HSL 321° 85.00% 92.16%
HSB/HSV 321° 13.49% 98.82%
CMYK 0.00% 13.49% 4.76%
1.18%

Color #FCDAF0 in popluar number systems.

HEX FC DA F0
Decimal 252 218 240
Binary 11111100 11011010 11110000
Octal 374 332 360

Shades and tints

Shades of #FCDAF0

#FCDAF0
(252,218,240)
#E6C7DB
(230,199,219)
#D0B4C6
(208,180,198)
#BAA1B1
(186,161,177)
#A48E9C
(164,142,156)
#8E7B87
(142,123,135)
#786872
(120,104,114)
#62555D
(98,85,93)
#4C4248
(76,66,72)
#362F33
(54,47,51)
#201C1E
(32,28,30)
#000000
(0,0,0)

Tints of #FCDAF0

#FCDAF0
(252,218,240)
#FCDDF1
(252,221,241)
#FCE0F2
(252,224,242)
#FCE3F3
(252,227,243)
#FCE6F4
(252,230,244)
#FCE9F5
(252,233,245)
#FCECF6
(252,236,246)
#FCEFF7
(252,239,247)
#FCF2F8
(252,242,248)
#FCF5F9
(252,245,249)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDAF0; }

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

This text font color is #FCDAF0.

Background Color

.myBgColor { background-color: #FCDAF0; }

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

This div background color is #FCDAF0.

Border color

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

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

This div border color is #FCDAF0.

Opacity

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

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

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

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

This text has shadow with #FCDAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDAF0.

Preview

Color preview on black background

This text has color #FCDAF0 on black background.


Color preview on white background

This text has color #FCDAF0 on white background.


Black color preview on #FCDAF0 background

This text has black color on #FCDAF0 background.


White color preview on #FCDAF0 background

This text has white color on #FCDAF0 background.


Related colors

Complementary color

Complementary color for #hex is #03250F.


I love getcolorcode.com

Triadic colors

1 #F0FCDA and #DAF0FC with #FCDAF0 are triadic colors.

2 #F0DAFC and #DAFCF0 with #FCDAF0 are triadic colors.