COLOR #FCCCE3

HEX: #FCCCE3 RGB: (252,204,227)

Color info

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

RGB color model

#FCCCE3 color RGB value is (252,204,227).

RGB: (252,204,227) (99%, 80%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 227 of 255 = 89%

252
204
227

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

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 227 = 683 (100%)
R 252 of 683 ~ 36.9%
G 204 of 683 ~ 29.87%
B 227 of 683 ~ 33.24'%

%36.9
%29.87
%33.24

CMYK color model

#FCCCE3 color CMYK value is (0,19,10,1).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 9.92%
  • key color value is 1.18%

CMYK: (0,19,10,1)
C0M19Y10K1 (0%, 19%, 10%, 1%)
(0.00 / 0.19 / 0.10 / 0.01)

CMYK percentages

%0
%19.05
%9.92
%1.18

Codes

Color #FCCCE3 in popluar color models

FC CC E3
RGB 252 204 227
HSL 331° 88.89% 89.41%
HSB/HSV 331° 19.05% 98.82%
CMYK 0.00% 19.05% 9.92%
1.18%

Color #FCCCE3 in popluar number systems.

HEX FC CC E3
Decimal 252 204 227
Binary 11111100 11001100 11100011
Octal 374 314 343

Shades and tints

Shades of #FCCCE3

#FCCCE3
(252,204,227)
#E6BACF
(230,186,207)
#D0A8BB
(208,168,187)
#BA96A7
(186,150,167)
#A48493
(164,132,147)
#8E727F
(142,114,127)
#78606B
(120,96,107)
#624E57
(98,78,87)
#4C3C43
(76,60,67)
#362A2F
(54,42,47)
#20181B
(32,24,27)
#000000
(0,0,0)

Tints of #FCCCE3

#FCCCE3
(252,204,227)
#FCD0E5
(252,208,229)
#FCD4E7
(252,212,231)
#FCD8E9
(252,216,233)
#FCDCEB
(252,220,235)
#FCE0ED
(252,224,237)
#FCE4EF
(252,228,239)
#FCE8F1
(252,232,241)
#FCECF3
(252,236,243)
#FCF0F5
(252,240,245)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCCE3 color. Also use rgb(252,204,227) instead hex code.

Text Font Color

.myTextColor { color: #FCCCE3; }

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

This text font color is #FCCCE3.

Background Color

.myBgColor { background-color: #FCCCE3; }

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

This div background color is #FCCCE3.

Border color

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

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

This div border color is #FCCCE3.

Opacity

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

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

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

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

This text has shadow with #FCCCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCE3.

Preview

Color preview on black background

This text has color #FCCCE3 on black background.


Color preview on white background

This text has color #FCCCE3 on white background.


Black color preview on #FCCCE3 background

This text has black color on #FCCCE3 background.


White color preview on #FCCCE3 background

This text has white color on #FCCCE3 background.


Related colors

Complementary color

Complementary color for #hex is #03331C.


I love getcolorcode.com

Triadic colors

1 #E3FCCC and #CCE3FC with #FCCCE3 are triadic colors.

2 #E3CCFC and #CCFCE3 with #FCCCE3 are triadic colors.