COLOR #FFCCE5

HEX: #FFCCE5 RGB: (255,204,229)

Color info

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

RGB color model

#FFCCE5 color RGB value is (255,204,229).

RGB: (255,204,229) (100%, 80%, 90%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 229 of 255 = 90%

255
204
229

R + G + B ~ 90%. #FFCCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 204 + 229 = 688 (100%)
R 255 of 688 ~ 37.06%
G 204 of 688 ~ 29.65%
B 229 of 688 ~ 33.28'%

%37.06
%29.65
%33.28

CMYK color model

#FFCCE5 color CMYK value is (0,20,10,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.20%
  • key color value is 0.00%

CMYK: (0,20,10,0)
C0M20Y10K0 (0%, 20%, 10%, 0%)
(0.00 / 0.20 / 0.10 / 0.00)

CMYK percentages

%0
%20
%10.2
%0

Codes

Color #FFCCE5 in popluar color models

FF CC E5
RGB 255 204 229
HSL 331° 100.00% 90.00%
HSB/HSV 331° 20.00% 100.00%
CMYK 0.00% 20.00% 10.20%
0.00%

Color #FFCCE5 in popluar number systems.

HEX FF CC E5
Decimal 255 204 229
Binary 11111111 11001100 11100101
Octal 377 314 345

Shades and tints

Shades of #FFCCE5

#FFCCE5
(255,204,229)
#E8BAD1
(232,186,209)
#D1A8BD
(209,168,189)
#BA96A9
(186,150,169)
#A38495
(163,132,149)
#8C7281
(140,114,129)
#75606D
(117,96,109)
#5E4E59
(94,78,89)
#473C45
(71,60,69)
#302A31
(48,42,49)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #FFCCE5

#FFCCE5
(255,204,229)
#FFD0E7
(255,208,231)
#FFD4E9
(255,212,233)
#FFD8EB
(255,216,235)
#FFDCED
(255,220,237)
#FFE0EF
(255,224,239)
#FFE4F1
(255,228,241)
#FFE8F3
(255,232,243)
#FFECF5
(255,236,245)
#FFF0F7
(255,240,247)
#FFF4F9
(255,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCCE5 color. Also use rgb(255,204,229) instead hex code.

Text Font Color

.myTextColor { color: #FFCCE5; }

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

This text font color is #FFCCE5.

Background Color

.myBgColor { background-color: #FFCCE5; }

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

This div background color is #FFCCE5.

Border color

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

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

This div border color is #FFCCE5.

Opacity

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

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

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

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

This text has shadow with #FFCCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCCE5.

Preview

Color preview on black background

This text has color #FFCCE5 on black background.


Color preview on white background

This text has color #FFCCE5 on white background.


Black color preview on #FFCCE5 background

This text has black color on #FFCCE5 background.


White color preview on #FFCCE5 background

This text has white color on #FFCCE5 background.


Related colors

Complementary color

Complementary color for #hex is #00331A.


I love getcolorcode.com

Triadic colors

1 #E5FFCC and #CCE5FF with #FFCCE5 are triadic colors.

2 #E5CCFF and #CCFFE5 with #FFCCE5 are triadic colors.