COLOR #FCC7CC

HEX: #FCC7CC RGB: (252,199,204)

Renk bilgisi

#FCC7CC contains red, green and blue colors in about the same proportion. #FCC7CC ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FCC7CC color RGB value is (252,199,204).

RGB: (252,199,204) (99%, 78%, 80%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 199 of 255 = 78%
B 204 of 255 = 80%

252
199
204

R + G + B ~ 86%. #FCC7CC is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 199 + 204 = 655 (100%)
R 252 of 655 ~ 38.47%
G 199 of 655 ~ 30.38%
B 204 of 655 ~ 31.15'%

%38.47
%30.38
%31.15

CMYK RENK MODELİ

#FCC7CC rengi CMYK tonu (0,21,19,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.03%
  • sarı tonu 19.05%
  • ana renk tonu 1.18%

CMYK: (0,21,19,1)
C0M21Y19K1 (0%, 21%, 19%, 1%)
(0.00 / 0.21 / 0.19 / 0.01)

CMYK yüzdeleri

%0
%21.03
%19.05
%1.18

Codes

Color #FCC7CC in popluar color models

FC C7 CC
RGB 252 199 204
HSL 354° 89.83% 88.43%
HSB/HSV 354° 21.03% 98.82%
CMYK 0.00% 21.03% 19.05%
1.18%

Color #FCC7CC in popluar number systems.

HEX FC C7 CC
Decimal 252 199 204
Binary 11111100 11000111 11001100
Octal 374 307 314

Shades and tints

Shades of #FCC7CC

#FCC7CC
(252,199,204)
#E6B5BA
(230,181,186)
#D0A3A8
(208,163,168)
#BA9196
(186,145,150)
#A47F84
(164,127,132)
#8E6D72
(142,109,114)
#785B60
(120,91,96)
#62494E
(98,73,78)
#4C373C
(76,55,60)
#36252A
(54,37,42)
#201318
(32,19,24)
#000000
(0,0,0)

Tints of #FCC7CC

#FCC7CC
(252,199,204)
#FCCCD0
(252,204,208)
#FCD1D4
(252,209,212)
#FCD6D8
(252,214,216)
#FCDBDC
(252,219,220)
#FCE0E0
(252,224,224)
#FCE5E4
(252,229,228)
#FCEAE8
(252,234,232)
#FCEFEC
(252,239,236)
#FCF4F0
(252,244,240)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC7CC; }

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

This text font color is #FCC7CC.

Background Color

.myBgColor { background-color: #FCC7CC; }

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

This div background color is #FCC7CC.

Border color

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

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

This div border color is #FCC7CC.

Opacity

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

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

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

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

This text has shadow with #FCC7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC7CC.

Preview

Color preview on black background

This text has color #FCC7CC on black background.


Color preview on white background

This text has color #FCC7CC on white background.


Black color preview on #FCC7CC background

This text has black color on #FCC7CC background.


White color preview on #FCC7CC background

This text has white color on #FCC7CC background.


Related colors

Complementary color

Complementary color for #hex is #033833.


I love getcolorcode.com

Triadic colors

1 #CCFCC7 and #C7CCFC with #FCC7CC are triadic colors.

2 #CCC7FC and #C7FCCC with #FCC7CC are triadic colors.