COLOR #FCCEED

HEX: #FCCEED
RGB: (252,206,237)

Color info

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

RGB color model

#FCCEED color RGB value is (252,206,237).

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

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 237 of 255 = 93%

252
206
237

R + G + B ~ 91%. #FCCEED is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 206 + 237 = 695 (100%)
R 252 of 695 ~ 36.26%
G 206 of 695 ~ 29.64%
B 237 of 695 ~ 34.1%

%36.26
%29.64
%34.1

CMYK color model

#FCCEED color CMYK value is (0,18,6,1).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(0,18,6,1)
C0M18Y6K1 
(0%,18%,6%,1%)
(0.00/0.18/0.06/0.01)	

CMYK percentages

%0
%18.25
%5.95
%1.18

Codes

Color #FCCEED in popluar color models

FCCEED
RGB252206237
HSL320°88.46%89.80%
HSB/HSV320°18.25%98.82%
CMYK0.00%18.25%5.95%
1.18%

Color #FCCEED in popluar number systems.

HEXFCCEED
Decimal252206237
Binary111111001100111011101101
Octal374316355

Shades and tints

Shades of #FCCEED

#FCCEED
(252,206,237)
#E6BCD8
(230,188,216)
#D0AAC3
(208,170,195)
#BA98AE
(186,152,174)
#A48699
(164,134,153)
#8E7484
(142,116,132)
#78626F
(120,98,111)
#62505A
(98,80,90)
#4C3E45
(76,62,69)
#362C30
(54,44,48)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCCEED

#FCCEED
(252,206,237)
#FCD2EE
(252,210,238)
#FCD6EF
(252,214,239)
#FCDAF0
(252,218,240)
#FCDEF1
(252,222,241)
#FCE2F2
(252,226,242)
#FCE6F3
(252,230,243)
#FCEAF4
(252,234,244)
#FCEEF5
(252,238,245)
#FCF2F6
(252,242,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCEED; }

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

This text font color is #FCCEED.


Background Color

.myBgColor { background-color: #FCCEED; }

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

This div background color is #FCCEED.


Border color

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

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

This div border color is #FCCEED.


Opacity

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

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

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

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

This text has shadow with #FCCEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCEED on black background.


Color preview on white background

This text has color #FCCEED on white background.



Black color preview on #FCCEED background

This text has black color on #FCCEED background.


White color preview on #FCCEED background

This text has white color on #FCCEED background.