COLOR #FCDBF0

HEX: #FCDBF0
RGB: (252,219,240)

Color info

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

RGB color model

#FCDBF0 color RGB value is (252,219,240).

  • red value is 252;
  • green value is 219;
  • blue value is 240.
RGB:
(252,219,240)
(99%,86%,94%)

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 240 of 255 = 94%

252
219
240

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

Portions of RGB colors in percentages

R + G + B =
252 + 219 + 240 = 711 (100%)
R 252 of 711 ~ 35.44%
G 219 of 711 ~ 30.8%
B 240 of 711 ~ 33.76%

%35.44
%30.8
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.10%
  • 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.1
%4.76
%1.18

Codes

Color #FCDBF0 in popluar color models

FCDBF0
RGB252219240
HSL322°84.62%92.35%
HSB/HSV322°13.10%98.82%
CMYK0.00%13.10%4.76%
1.18%

Color #FCDBF0 in popluar number systems.

HEXFCDBF0
Decimal252219240
Binary111111001101101111110000
Octal374333360

Shades and tints

Shades of #FCDBF0

#FCDBF0
(252,219,240)
#E6C8DB
(230,200,219)
#D0B5C6
(208,181,198)
#BAA2B1
(186,162,177)
#A48F9C
(164,143,156)
#8E7C87
(142,124,135)
#786972
(120,105,114)
#62565D
(98,86,93)
#4C4348
(76,67,72)
#363033
(54,48,51)
#201D1E
(32,29,30)
#000000
(0,0,0)

Tints of #FCDBF0

#FCDBF0
(252,219,240)
#FCDEF1
(252,222,241)
#FCE1F2
(252,225,242)
#FCE4F3
(252,228,243)
#FCE7F4
(252,231,244)
#FCEAF5
(252,234,245)
#FCEDF6
(252,237,246)
#FCF0F7
(252,240,247)
#FCF3F8
(252,243,248)
#FCF6F9
(252,246,249)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDBF0; }

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

This text font color is #FCDBF0.


Background Color

.myBgColor { background-color: #FCDBF0; }

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

This div background color is #FCDBF0.


Border color

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

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

This div border color is #FCDBF0.


Opacity

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

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

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

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

This text has shadow with #FCDBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDBF0 on black background.


Color preview on white background

This text has color #FCDBF0 on white background.



Black color preview on #FCDBF0 background

This text has black color on #FCDBF0 background.


White color preview on #FCDBF0 background

This text has white color on #FCDBF0 background.