COLOR #FFCCE7

HEX: #FFCCE7 RGB: (255,204,231)

Color info

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

RGB color model

#FFCCE7 color RGB value is (255,204,231).

RGB: (255,204,231) (100%, 80%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 231 of 255 = 91%

255
204
231

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

Portions of RGB colors in percentages

R + G + B = 255 + 204 + 231 = 690 (100%)
R 255 of 690 ~ 36.96%
G 204 of 690 ~ 29.57%
B 231 of 690 ~ 33.48'%

%36.96
%29.57
%33.48

CMYK color model

#FFCCE7 color CMYK value is (0,20,9,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 9.41%
  • key color value is 0.00%
CMYK: (0,20,9,0) C0M20Y9K0 (0%,20%,9%,0%) (0.00/0.20/0.09/0.00) 

CMYK percentages

%0
%20
%9.41
%0

Codes

Color #FFCCE7 in popluar color models

FF CC E7
RGB 255 204 231
HSL 328° 100.00% 90.00%
HSB/HSV 328° 20.00% 100.00%
CMYK 0.00% 20.00% 9.41%
0.00%

Color #FFCCE7 in popluar number systems.

HEX FF CC E7
Decimal 255 204 231
Binary 11111111 11001100 11100111
Octal 377 314 347

Shades and tints

Shades of #FFCCE7

#FFCCE7
(255,204,231)
#E8BAD2
(232,186,210)
#D1A8BD
(209,168,189)
#BA96A8
(186,150,168)
#A38493
(163,132,147)
#8C727E
(140,114,126)
#756069
(117,96,105)
#5E4E54
(94,78,84)
#473C3F
(71,60,63)
#302A2A
(48,42,42)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFCCE7

#FFCCE7
(255,204,231)
#FFD0E9
(255,208,233)
#FFD4EB
(255,212,235)
#FFD8ED
(255,216,237)
#FFDCEF
(255,220,239)
#FFE0F1
(255,224,241)
#FFE4F3
(255,228,243)
#FFE8F5
(255,232,245)
#FFECF7
(255,236,247)
#FFF0F9
(255,240,249)
#FFF4FB
(255,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCE7; }

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

This text font color is #FFCCE7.

Background Color

.myBgColor { background-color: #FFCCE7; }

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

This div background color is #FFCCE7.

Border color

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

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

This div border color is #FFCCE7.

Opacity

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

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

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

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

This text has shadow with #FFCCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCCE7.

Preview

Color preview on black background

This text has color #FFCCE7 on black background.


Color preview on white background

This text has color #FFCCE7 on white background.


Black color preview on #FFCCE7 background

This text has black color on #FFCCE7 background.


White color preview on #FFCCE7 background

This text has white color on #FFCCE7 background.


Related colors

Complementary color

Complementary color for #hex is #003318.


I love getcolorcode.com

Triadic colors

1 #E7FFCC and #CCE7FF with #FFCCE7 are triadic colors.

2 #E7CCFF and #CCFFE7 with #FFCCE7 are triadic colors.