COLOR #FCCEDB

HEX: #FCCEDB
RGB: (252,206,219)

Color info

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

RGB color model

#FCCEDB color RGB value is (252,206,219).

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

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 219 of 255 = 86%

252
206
219

R + G + B ~ 89%. #FCCEDB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 206 + 219 = 677 (100%)
R 252 of 677 ~ 37.22%
G 206 of 677 ~ 30.43%
B 219 of 677 ~ 32.35%

%37.22
%30.43
%32.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK:
(0,18,13,1)
C0M18Y13K1 
(0%,18%,13%,1%)
(0.00/0.18/0.13/0.01)	

CMYK percentages

%0
%18.25
%13.1
%1.18

Codes

Color #FCCEDB in popluar color models

FCCEDB
RGB252206219
HSL343°88.46%89.80%
HSB/HSV343°18.25%98.82%
CMYK0.00%18.25%13.10%
1.18%

Color #FCCEDB in popluar number systems.

HEXFCCEDB
Decimal252206219
Binary111111001100111011011011
Octal374316333

Shades and tints

Shades of #FCCEDB

#FCCEDB
(252,206,219)
#E6BCC8
(230,188,200)
#D0AAB5
(208,170,181)
#BA98A2
(186,152,162)
#A4868F
(164,134,143)
#8E747C
(142,116,124)
#786269
(120,98,105)
#625056
(98,80,86)
#4C3E43
(76,62,67)
#362C30
(54,44,48)
#201A1D
(32,26,29)
#000000
(0,0,0)

Tints of #FCCEDB

#FCCEDB
(252,206,219)
#FCD2DE
(252,210,222)
#FCD6E1
(252,214,225)
#FCDAE4
(252,218,228)
#FCDEE7
(252,222,231)
#FCE2EA
(252,226,234)
#FCE6ED
(252,230,237)
#FCEAF0
(252,234,240)
#FCEEF3
(252,238,243)
#FCF2F6
(252,242,246)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCEDB; }

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

This text font color is #FCCEDB.


Background Color

.myBgColor { background-color: #FCCEDB; }

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

This div background color is #FCCEDB.


Border color

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

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

This div border color is #FCCEDB.


Opacity

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

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

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

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

This text has shadow with #FCCEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCEDB on black background.


Color preview on white background

This text has color #FCCEDB on white background.



Black color preview on #FCCEDB background

This text has black color on #FCCEDB background.


White color preview on #FCCEDB background

This text has white color on #FCCEDB background.