COLOR #FFCCE0

HEX: #FFCCE0 RGB: (255,204,224)

Color info

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

RGB color model

#FFCCE0 color RGB value is (255,204,224).

RGB: (255,204,224) (100%, 80%, 88%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 224 of 255 = 88%

255
204
224

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

Portions of RGB colors in percentages

R + G + B = 255 + 204 + 224 = 683 (100%)
R 255 of 683 ~ 37.34%
G 204 of 683 ~ 29.87%
B 224 of 683 ~ 32.8'%

%37.34
%29.87
%32.8

CMYK color model

#FFCCE0 color CMYK value is (0,20,12,0).

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

CMYK: (0,20,12,0)
C0M20Y12K0 (0%, 20%, 12%, 0%)
(0.00 / 0.20 / 0.12 / 0.00)

CMYK percentages

%0
%20
%12.16
%0

Codes

Color #FFCCE0 in popluar color models

FF CC E0
RGB 255 204 224
HSL 336° 100.00% 90.00%
HSB/HSV 336° 20.00% 100.00%
CMYK 0.00% 20.00% 12.16%
0.00%

Color #FFCCE0 in popluar number systems.

HEX FF CC E0
Decimal 255 204 224
Binary 11111111 11001100 11100000
Octal 377 314 340

Shades and tints

Shades of #FFCCE0

#FFCCE0
(255,204,224)
#E8BACC
(232,186,204)
#D1A8B8
(209,168,184)
#BA96A4
(186,150,164)
#A38490
(163,132,144)
#8C727C
(140,114,124)
#756068
(117,96,104)
#5E4E54
(94,78,84)
#473C40
(71,60,64)
#302A2C
(48,42,44)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFCCE0

#FFCCE0
(255,204,224)
#FFD0E2
(255,208,226)
#FFD4E4
(255,212,228)
#FFD8E6
(255,216,230)
#FFDCE8
(255,220,232)
#FFE0EA
(255,224,234)
#FFE4EC
(255,228,236)
#FFE8EE
(255,232,238)
#FFECF0
(255,236,240)
#FFF0F2
(255,240,242)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCE0; }

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

This text font color is #FFCCE0.

Background Color

.myBgColor { background-color: #FFCCE0; }

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

This div background color is #FFCCE0.

Border color

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

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

This div border color is #FFCCE0.

Opacity

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

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

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

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

This text has shadow with #FFCCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCCE0.

Preview

Color preview on black background

This text has color #FFCCE0 on black background.


Color preview on white background

This text has color #FFCCE0 on white background.


Black color preview on #FFCCE0 background

This text has black color on #FFCCE0 background.


White color preview on #FFCCE0 background

This text has white color on #FFCCE0 background.


Related colors

Complementary color

Complementary color for #hex is #00331F.


I love getcolorcode.com

Triadic colors

1 #E0FFCC and #CCE0FF with #FFCCE0 are triadic colors.

2 #E0CCFF and #CCFFE0 with #FFCCE0 are triadic colors.