COLOR #FCDBE6

HEX: #FCDBE6
RGB: (252,219,230)

Color info

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

RGB color model

#FCDBE6 color RGB value is (252,219,230).

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

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 230 of 255 = 90%

252
219
230

R + G + B ~ 92%. #FCDBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 219 + 230 = 701 (100%)
R 252 of 701 ~ 35.95%
G 219 of 701 ~ 31.24%
B 230 of 701 ~ 32.81%

%35.95
%31.24
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(0,13,9,1)
C0M13Y9K1 
(0%,13%,9%,1%)
(0.00/0.13/0.09/0.01)	

CMYK percentages

%0
%13.1
%8.73
%1.18

Codes

Color #FCDBE6 in popluar color models

FCDBE6
RGB252219230
HSL340°84.62%92.35%
HSB/HSV340°13.10%98.82%
CMYK0.00%13.10%8.73%
1.18%

Color #FCDBE6 in popluar number systems.

HEXFCDBE6
Decimal252219230
Binary111111001101101111100110
Octal374333346

Shades and tints

Shades of #FCDBE6

#FCDBE6
(252,219,230)
#E6C8D2
(230,200,210)
#D0B5BE
(208,181,190)
#BAA2AA
(186,162,170)
#A48F96
(164,143,150)
#8E7C82
(142,124,130)
#78696E
(120,105,110)
#62565A
(98,86,90)
#4C4346
(76,67,70)
#363032
(54,48,50)
#201D1E
(32,29,30)
#000000
(0,0,0)

Tints of #FCDBE6

#FCDBE6
(252,219,230)
#FCDEE8
(252,222,232)
#FCE1EA
(252,225,234)
#FCE4EC
(252,228,236)
#FCE7EE
(252,231,238)
#FCEAF0
(252,234,240)
#FCEDF2
(252,237,242)
#FCF0F4
(252,240,244)
#FCF3F6
(252,243,246)
#FCF6F8
(252,246,248)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDBE6; }

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

This text font color is #FCDBE6.


Background Color

.myBgColor { background-color: #FCDBE6; }

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

This div background color is #FCDBE6.


Border color

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

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

This div border color is #FCDBE6.


Opacity

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

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

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

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

This text has shadow with #FCDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDBE6 on black background.


Color preview on white background

This text has color #FCDBE6 on white background.



Black color preview on #FCDBE6 background

This text has black color on #FCDBE6 background.


White color preview on #FCDBE6 background

This text has white color on #FCDBE6 background.