COLOR #FCCED5

HEX: #FCCED5 RGB: (252,206,213)

Color info

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

RGB color model

#FCCED5 color RGB value is (252,206,213).

RGB: (252,206,213) (99%, 81%, 84%)

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 213 of 255 = 84%

252
206
213

R + G + B ~ 88%. #FCCED5 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 206 + 213 = 671 (100%)
R 252 of 671 ~ 37.56%
G 206 of 671 ~ 30.7%
B 213 of 671 ~ 31.74'%

%37.56
%30.7
%31.74

CMYK color model

#FCCED5 color CMYK value is (0,18,15,1).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 15.48%
  • key color value is 1.18%

CMYK: (0,18,15,1)
C0M18Y15K1 (0%, 18%, 15%, 1%)
(0.00 / 0.18 / 0.15 / 0.01)

CMYK percentages

%0
%18.25
%15.48
%1.18

Codes

Color #FCCED5 in popluar color models

FC CE D5
RGB 252 206 213
HSL 351° 88.46% 89.80%
HSB/HSV 351° 18.25% 98.82%
CMYK 0.00% 18.25% 15.48%
1.18%

Color #FCCED5 in popluar number systems.

HEX FC CE D5
Decimal 252 206 213
Binary 11111100 11001110 11010101
Octal 374 316 325

Shades and tints

Shades of #FCCED5

#FCCED5
(252,206,213)
#E6BCC2
(230,188,194)
#D0AAAF
(208,170,175)
#BA989C
(186,152,156)
#A48689
(164,134,137)
#8E7476
(142,116,118)
#786263
(120,98,99)
#625050
(98,80,80)
#4C3E3D
(76,62,61)
#362C2A
(54,44,42)
#201A17
(32,26,23)
#000000
(0,0,0)

Tints of #FCCED5

#FCCED5
(252,206,213)
#FCD2D8
(252,210,216)
#FCD6DB
(252,214,219)
#FCDADE
(252,218,222)
#FCDEE1
(252,222,225)
#FCE2E4
(252,226,228)
#FCE6E7
(252,230,231)
#FCEAEA
(252,234,234)
#FCEEED
(252,238,237)
#FCF2F0
(252,242,240)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCED5; }

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

This text font color is #FCCED5.

Background Color

.myBgColor { background-color: #FCCED5; }

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

This div background color is #FCCED5.

Border color

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

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

This div border color is #FCCED5.

Opacity

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

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

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

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

This text has shadow with #FCCED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCED5.

Preview

Color preview on black background

This text has color #FCCED5 on black background.


Color preview on white background

This text has color #FCCED5 on white background.


Black color preview on #FCCED5 background

This text has black color on #FCCED5 background.


White color preview on #FCCED5 background

This text has white color on #FCCED5 background.


Related colors

Complementary color

Complementary color for #hex is #03312A.


I love getcolorcode.com

Triadic colors

1 #D5FCCE and #CED5FC with #FCCED5 are triadic colors.

2 #D5CEFC and #CEFCD5 with #FCCED5 are triadic colors.