COLOR #FCCCC0

HEX: #FCCCC0 RGB: (252,204,192)

Color info

#FCCCC0 contains mainly red and green colors. Web safe color of #FCCCC0 is #FFCCCC (or #FCC).

RGB color model

#FCCCC0 color RGB value is (252,204,192).

RGB: (252,204,192) (99%, 80%, 75%)

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 192 of 255 = 75%

252
204
192

R + G + B ~ 85%. #FCCCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 192 = 648 (100%)
R 252 of 648 ~ 38.89%
G 204 of 648 ~ 31.48%
B 192 of 648 ~ 29.63'%

%38.89
%31.48
%29.63

CMYK color model

#FCCCC0 color CMYK value is (0,19,24,1).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 23.81%
  • key color value is 1.18%

CMYK: (0,19,24,1)
C0M19Y24K1 (0%, 19%, 24%, 1%)
(0.00 / 0.19 / 0.24 / 0.01)

CMYK percentages

%0
%19.05
%23.81
%1.18

Codes

Color #FCCCC0 in popluar color models

FC CC C0
RGB 252 204 192
HSL 12° 90.91% 87.06%
HSB/HSV 12° 23.81% 98.82%
CMYK 0.00% 19.05% 23.81%
1.18%

Color #FCCCC0 in popluar number systems.

HEX FC CC C0
Decimal 252 204 192
Binary 11111100 11001100 11000000
Octal 374 314 300

Shades and tints

Shades of #FCCCC0

#FCCCC0
(252,204,192)
#E6BAAF
(230,186,175)
#D0A89E
(208,168,158)
#BA968D
(186,150,141)
#A4847C
(164,132,124)
#8E726B
(142,114,107)
#78605A
(120,96,90)
#624E49
(98,78,73)
#4C3C38
(76,60,56)
#362A27
(54,42,39)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCCCC0

#FCCCC0
(252,204,192)
#FCD0C5
(252,208,197)
#FCD4CA
(252,212,202)
#FCD8CF
(252,216,207)
#FCDCD4
(252,220,212)
#FCE0D9
(252,224,217)
#FCE4DE
(252,228,222)
#FCE8E3
(252,232,227)
#FCECE8
(252,236,232)
#FCF0ED
(252,240,237)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCCC0 color. Also use rgb(252,204,192) instead hex code.

Text Font Color

.myTextColor { color: #FCCCC0; }

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

This text font color is #FCCCC0.

Background Color

.myBgColor { background-color: #FCCCC0; }

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

This div background color is #FCCCC0.

Border color

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

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

This div border color is #FCCCC0.

Opacity

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

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

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

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

This text has shadow with #FCCCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCC0.

Preview

Color preview on black background

This text has color #FCCCC0 on black background.


Color preview on white background

This text has color #FCCCC0 on white background.


Black color preview on #FCCCC0 background

This text has black color on #FCCCC0 background.


White color preview on #FCCCC0 background

This text has white color on #FCCCC0 background.


Related colors

Complementary color

Complementary color for #hex is #03333F.


I love getcolorcode.com

Triadic colors

1 #C0FCCC and #CCC0FC with #FCCCC0 are triadic colors.

2 #C0CCFC and #CCFCC0 with #FCCCC0 are triadic colors.