COLOR #FFCCE9

HEX: #FFCCE9
RGB: (255,204,233)

Color info

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

RGB color model

#FFCCE9 color RGB value is (255,204,233).

  • red value is 255;
  • green value is 204;
  • blue value is 233.
RGB:
(255,204,233)
(100%,80%,91%)

RGB channels and saturation

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

255
204
233

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

Portions of RGB colors in percentages

R + G + B =
255 + 204 + 233 = 692 (100%)
R 255 of 692 ~ 36.85%
G 204 of 692 ~ 29.48%
B 233 of 692 ~ 33.67%

%36.85
%29.48
%33.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.63%
  • 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
%8.63
%0

Codes

Color #FFCCE9 in popluar color models

FFCCE9
RGB255204233
HSL326°100.00%90.00%
HSB/HSV326°20.00%100.00%
CMYK0.00%20.00%8.63%
0.00%

Color #FFCCE9 in popluar number systems.

HEXFFCCE9
Decimal255204233
Binary111111111100110011101001
Octal377314351

Shades and tints

Shades of #FFCCE9

#FFCCE9
(255,204,233)
#E8BAD4
(232,186,212)
#D1A8BF
(209,168,191)
#BA96AA
(186,150,170)
#A38495
(163,132,149)
#8C7280
(140,114,128)
#75606B
(117,96,107)
#5E4E56
(94,78,86)
#473C41
(71,60,65)
#302A2C
(48,42,44)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #FFCCE9

#FFCCE9
(255,204,233)
#FFD0EB
(255,208,235)
#FFD4ED
(255,212,237)
#FFD8EF
(255,216,239)
#FFDCF1
(255,220,241)
#FFE0F3
(255,224,243)
#FFE4F5
(255,228,245)
#FFE8F7
(255,232,247)
#FFECF9
(255,236,249)
#FFF0FB
(255,240,251)
#FFF4FD
(255,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCE9; }

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

This text font color is #FFCCE9.


Background Color

.myBgColor { background-color: #FFCCE9; }

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

This div background color is #FFCCE9.


Border color

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

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

This div border color is #FFCCE9.


Opacity

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

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

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

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

This text has shadow with #FFCCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCE9 on black background.


Color preview on white background

This text has color #FFCCE9 on white background.



Black color preview on #FFCCE9 background

This text has black color on #FFCCE9 background.


White color preview on #FFCCE9 background

This text has white color on #FFCCE9 background.