COLOR #FCCCDD

HEX: #FCCCDD RGB: (252,204,221)

Renk bilgisi

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

RGB renk modeli

#FCCCDD color RGB value is (252,204,221).

RGB: (252,204,221) (99%, 80%, 87%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 204 of 255 = 80%
B 221 of 255 = 87%

252
204
221

R + G + B ~ 89%. #FCCCDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 204 + 221 = 677 (100%)
R 252 of 677 ~ 37.22%
G 204 of 677 ~ 30.13%
B 221 of 677 ~ 32.64'%

%37.22
%30.13
%32.64

CMYK RENK MODELİ

#FCCCDD rengi CMYK tonu (0,19,12,1).

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

CMYK: (0,19,12,1)
C0M19Y12K1 (0%, 19%, 12%, 1%)
(0.00 / 0.19 / 0.12 / 0.01)

CMYK yüzdeleri

%0
%19.05
%12.3
%1.18

Codes

Color #FCCCDD in popluar color models

FC CC DD
RGB 252 204 221
HSL 339° 88.89% 89.41%
HSB/HSV 339° 19.05% 98.82%
CMYK 0.00% 19.05% 12.30%
1.18%

Color #FCCCDD in popluar number systems.

HEX FC CC DD
Decimal 252 204 221
Binary 11111100 11001100 11011101
Octal 374 314 335

Shades and tints

Shades of #FCCCDD

#FCCCDD
(252,204,221)
#E6BAC9
(230,186,201)
#D0A8B5
(208,168,181)
#BA96A1
(186,150,161)
#A4848D
(164,132,141)
#8E7279
(142,114,121)
#786065
(120,96,101)
#624E51
(98,78,81)
#4C3C3D
(76,60,61)
#362A29
(54,42,41)
#201815
(32,24,21)
#000000
(0,0,0)

Tints of #FCCCDD

#FCCCDD
(252,204,221)
#FCD0E0
(252,208,224)
#FCD4E3
(252,212,227)
#FCD8E6
(252,216,230)
#FCDCE9
(252,220,233)
#FCE0EC
(252,224,236)
#FCE4EF
(252,228,239)
#FCE8F2
(252,232,242)
#FCECF5
(252,236,245)
#FCF0F8
(252,240,248)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCCDD; }

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

This text font color is #FCCCDD.

Background Color

.myBgColor { background-color: #FCCCDD; }

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

This div background color is #FCCCDD.

Border color

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

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

This div border color is #FCCCDD.

Opacity

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

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

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

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

This text has shadow with #FCCCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCDD.

Preview

Color preview on black background

This text has color #FCCCDD on black background.


Color preview on white background

This text has color #FCCCDD on white background.


Black color preview on #FCCCDD background

This text has black color on #FCCCDD background.


White color preview on #FCCCDD background

This text has white color on #FCCCDD background.


Related colors

Complementary color

Complementary color for #hex is #033322.


I love getcolorcode.com

Triadic colors

1 #DDFCCC and #CCDDFC with #FCCCDD are triadic colors.

2 #DDCCFC and #CCFCDD with #FCCCDD are triadic colors.