COLOR #FFCCCF

HEX: #FFCCCF RGB: (255,204,207)

Color info

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

RGB color model

#FFCCCF color RGB value is (255,204,207).

RGB: (255,204,207) (100%, 80%, 81%)

RGB channels and saturation

R 255 of 255 = 100%
G 204 of 255 = 80%
B 207 of 255 = 81%

255
204
207

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

Portions of RGB colors in percentages

R + G + B = 255 + 204 + 207 = 666 (100%)
R 255 of 666 ~ 38.29%
G 204 of 666 ~ 30.63%
B 207 of 666 ~ 31.08'%

%38.29
%30.63
%31.08

CMYK color model

#FFCCCF color CMYK value is (0,20,19,0).

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

CMYK: (0,20,19,0)
C0M20Y19K0 (0%, 20%, 19%, 0%)
(0.00 / 0.20 / 0.19 / 0.00)

CMYK percentages

%0
%20
%18.82
%0

Codes

Color #FFCCCF in popluar color models

FF CC CF
RGB 255 204 207
HSL 356° 100.00% 90.00%
HSB/HSV 356° 20.00% 100.00%
CMYK 0.00% 20.00% 18.82%
0.00%

Color #FFCCCF in popluar number systems.

HEX FF CC CF
Decimal 255 204 207
Binary 11111111 11001100 11001111
Octal 377 314 317

Shades and tints

Shades of #FFCCCF

#FFCCCF
(255,204,207)
#E8BABD
(232,186,189)
#D1A8AB
(209,168,171)
#BA9699
(186,150,153)
#A38487
(163,132,135)
#8C7275
(140,114,117)
#756063
(117,96,99)
#5E4E51
(94,78,81)
#473C3F
(71,60,63)
#302A2D
(48,42,45)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #FFCCCF

#FFCCCF
(255,204,207)
#FFD0D3
(255,208,211)
#FFD4D7
(255,212,215)
#FFD8DB
(255,216,219)
#FFDCDF
(255,220,223)
#FFE0E3
(255,224,227)
#FFE4E7
(255,228,231)
#FFE8EB
(255,232,235)
#FFECEF
(255,236,239)
#FFF0F3
(255,240,243)
#FFF4F7
(255,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCCCF; }

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

This text font color is #FFCCCF.

Background Color

.myBgColor { background-color: #FFCCCF; }

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

This div background color is #FFCCCF.

Border color

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

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

This div border color is #FFCCCF.

Opacity

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

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

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

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

This text has shadow with #FFCCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCCCF.

Preview

Color preview on black background

This text has color #FFCCCF on black background.


Color preview on white background

This text has color #FFCCCF on white background.


Black color preview on #FFCCCF background

This text has black color on #FFCCCF background.


White color preview on #FFCCCF background

This text has white color on #FFCCCF background.


Related colors

Complementary color

Complementary color for #hex is #003330.


I love getcolorcode.com

Triadic colors

1 #CFFFCC and #CCCFFF with #FFCCCF are triadic colors.

2 #CFCCFF and #CCFFCF with #FFCCCF are triadic colors.