COLOR #FCDEEB

HEX: #FCDEEB RGB: (252,222,235)

Color info

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

RGB color model

#FCDEEB color RGB value is (252,222,235).

RGB: (252,222,235) (99%, 87%, 92%)

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 235 of 255 = 92%

252
222
235

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

Portions of RGB colors in percentages

R + G + B = 252 + 222 + 235 = 709 (100%)
R 252 of 709 ~ 35.54%
G 222 of 709 ~ 31.31%
B 235 of 709 ~ 33.15'%

%35.54
%31.31
%33.15

CMYK color model

#FCDEEB color CMYK value is (0,12,7,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 6.75%
  • key color value is 1.18%

CMYK: (0,12,7,1)
C0M12Y7K1 (0%, 12%, 7%, 1%)
(0.00 / 0.12 / 0.07 / 0.01)

CMYK percentages

%0
%11.9
%6.75
%1.18

Codes

Color #FCDEEB in popluar color models

FC DE EB
RGB 252 222 235
HSL 334° 83.33% 92.94%
HSB/HSV 334° 11.90% 98.82%
CMYK 0.00% 11.90% 6.75%
1.18%

Color #FCDEEB in popluar number systems.

HEX FC DE EB
Decimal 252 222 235
Binary 11111100 11011110 11101011
Octal 374 336 353

Shades and tints

Shades of #FCDEEB

#FCDEEB
(252,222,235)
#E6CAD6
(230,202,214)
#D0B6C1
(208,182,193)
#BAA2AC
(186,162,172)
#A48E97
(164,142,151)
#8E7A82
(142,122,130)
#78666D
(120,102,109)
#625258
(98,82,88)
#4C3E43
(76,62,67)
#362A2E
(54,42,46)
#201619
(32,22,25)
#000000
(0,0,0)

Tints of #FCDEEB

#FCDEEB
(252,222,235)
#FCE1EC
(252,225,236)
#FCE4ED
(252,228,237)
#FCE7EE
(252,231,238)
#FCEAEF
(252,234,239)
#FCEDF0
(252,237,240)
#FCF0F1
(252,240,241)
#FCF3F2
(252,243,242)
#FCF6F3
(252,246,243)
#FCF9F4
(252,249,244)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDEEB color. Also use rgb(252,222,235) instead hex code.

Text Font Color

.myTextColor { color: #FCDEEB; }

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

This text font color is #FCDEEB.

Background Color

.myBgColor { background-color: #FCDEEB; }

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

This div background color is #FCDEEB.

Border color

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

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

This div border color is #FCDEEB.

Opacity

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

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

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

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

This text has shadow with #FCDEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDEEB.

Preview

Color preview on black background

This text has color #FCDEEB on black background.


Color preview on white background

This text has color #FCDEEB on white background.


Black color preview on #FCDEEB background

This text has black color on #FCDEEB background.


White color preview on #FCDEEB background

This text has white color on #FCDEEB background.


Related colors

Complementary color

Complementary color for #hex is #032114.


I love getcolorcode.com

Triadic colors

1 #EBFCDE and #DEEBFC with #FCDEEB are triadic colors.

2 #EBDEFC and #DEFCEB with #FCDEEB are triadic colors.