COLOR #FFCCD0

HEX: #FFCCD0
RGB: (255,204,208)

Color info

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

RGB color model

#FFCCD0 color RGB value is (255,204,208).

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

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 208 of 255 = 82%

255
204
208

R + G + B ~ 87%. #FFCCD0 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 204 + 208 = 667 (100%)
R 255 of 667 ~ 38.23%
G 204 of 667 ~ 30.58%
B 208 of 667 ~ 31.18%

%38.23
%30.58
%31.18

CMYK color model

#FFCCD0 color CMYK value is (0,20,18,0).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 18.43%
  • key color value is 0.00%
CMYK:
(0,20,18,0)
C0M20Y18K0 
(0%,20%,18%,0%)
(0.00/0.20/0.18/0.00)	

CMYK percentages

%0
%20
%18.43
%0

Codes

Color #FFCCD0 in popluar color models

FFCCD0
RGB255204208
HSL355°100.00%90.00%
HSB/HSV355°20.00%100.00%
CMYK0.00%20.00%18.43%
0.00%

Color #FFCCD0 in popluar number systems.

HEXFFCCD0
Decimal255204208
Binary111111111100110011010000
Octal377314320

Shades and tints

Shades of #FFCCD0

#FFCCD0
(255,204,208)
#E8BABE
(232,186,190)
#D1A8AC
(209,168,172)
#BA969A
(186,150,154)
#A38488
(163,132,136)
#8C7276
(140,114,118)
#756064
(117,96,100)
#5E4E52
(94,78,82)
#473C40
(71,60,64)
#302A2E
(48,42,46)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #FFCCD0

#FFCCD0
(255,204,208)
#FFD0D4
(255,208,212)
#FFD4D8
(255,212,216)
#FFD8DC
(255,216,220)
#FFDCE0
(255,220,224)
#FFE0E4
(255,224,228)
#FFE4E8
(255,228,232)
#FFE8EC
(255,232,236)
#FFECF0
(255,236,240)
#FFF0F4
(255,240,244)
#FFF4F8
(255,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCD0; }

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

This text font color is #FFCCD0.


Background Color

.myBgColor { background-color: #FFCCD0; }

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

This div background color is #FFCCD0.


Border color

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

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

This div border color is #FFCCD0.


Opacity

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

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

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

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

This text has shadow with #FFCCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCD0 on black background.


Color preview on white background

This text has color #FFCCD0 on white background.



Black color preview on #FFCCD0 background

This text has black color on #FFCCD0 background.


White color preview on #FFCCD0 background

This text has white color on #FFCCD0 background.